On Tue, 23 Oct 2012 17:43:34 -0400, Justin Ruggles
wrote:
> Although the libFLAC decoder cannot handle such a change, it is allowed by the
> spec and could potentially occur with live streams.
> ---
> libavcodec/flac.c| 19 +++
> libavcodec/flac.h|3 +++
>
On 10/31/2012 08:09 PM, Luca Barbato wrote:
> On 10/31/12 10:24 AM, il...@porogrammer.fi wrote:
>> From: Ilkka Ollakka
>>
>> Same fix and issue than in a25d912dca9cd553440167e0476c47581359c0fc
>> ---
>> libavcodec/utils.c |2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>
> Looks
On 10/31/12 10:24 AM, il...@porogrammer.fi wrote:
From: Ilkka Ollakka
Same fix and issue than in a25d912dca9cd553440167e0476c47581359c0fc
---
libavcodec/utils.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Looks fine, Justin?
___
li
From: Ilkka Ollakka
Same fix and issue than in a25d912dca9cd553440167e0476c47581359c0fc
---
libavcodec/utils.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/utils.c b/libavcodec/utils.c
index 8daacbe..e9e12c6 100644
--- a/libavcodec/utils.c
+++ b/libavcodec/ut
On 25/10/12 15:21, Reinhard Tartler wrote:
On Thu, Oct 25, 2012 at 10:09 AM, Arash Shafiei wrote:
Hi,
I'm a junior software developer in multimedia. Since 2011 I've been involved
in projects where we used a lot of ffmpeg APIs.
Usually my reference is "http://dranger.com"; but with all the cha
---
libavcodec/avcodec.h | 22 ++
1 file changed, 22 insertions(+)
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index d6a4e4d..73321b2 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -872,6 +872,28 @@ enum AVPacketSideDataType {
AV_PKT_DATA_H
It hasn't worked for over a year and nobody complained, thus proving
that it is not useful enough to keep.
---
avconv.c | 15 ++-
1 file changed, 2 insertions(+), 13 deletions(-)
diff --git a/avconv.c b/avconv.c
index d0902a6..5d050dd 100644
--- a/avconv.c
+++ b/avconv.c
@@ -1029,19
A sentence was mistakenly inserted in the middle of another sentence.
---
libavformat/avformat.h |4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 0961308..3e10496 100644
--- a/libavformat/avformat.h
+++ b/libavformat/a
---
libavformat/avformat.h | 26 --
1 file changed, 16 insertions(+), 10 deletions(-)
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 8af007e..0961308 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -158,9 +158,15 @@
* information
The packet belongs to lavf, the caller must not free it or access it in
any other way.
No change in practice, since destruct is set to NULL anyway.
---
avconv.c |1 -
1 file changed, 1 deletion(-)
diff --git a/avconv.c b/avconv.c
index 5d050dd..421ae88 100644
--- a/avconv.c
+++ b/avconv.c
@@
On Wed, 31 Oct 2012 17:33:35 +0100, Diego Biurrun wrote:
> On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote:
> > On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote:
> > > On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote:
> > > > On Sun, Oct 28, 2012 at 01:34:55AM +0200, Ja
On Wed, Oct 31, 2012 at 07:57:59PM +0100, Janne Grunau wrote:
> Fixes typo in 2cbdd7c92958cb8226491d8eb23ed2d57d4b841e.
> ---
> tests/fate/ac3.mak | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak
> index 59d0780..46e7a38 100644
> ---
Fixes typo in 2cbdd7c92958cb8226491d8eb23ed2d57d4b841e.
---
tests/fate/ac3.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/fate/ac3.mak b/tests/fate/ac3.mak
index 59d0780..46e7a38 100644
--- a/tests/fate/ac3.mak
+++ b/tests/fate/ac3.mak
@@ -71,6 +71,6 @@ fate-ac3-fixe
On Tue, Oct 30, 2012 at 03:28:35AM +0100, Diego Biurrun wrote:
> This allows overriding the value from outside of the file.
> ---
>
> I consider this change fit for upstream. Loren? Jason?
>
> libavutil/x86/x86inc.asm |4 +++-
> 1 files changed, 3 insertions(+), 1 deletions(-)
Accepted fo
On Fri, Oct 26, 2012 at 01:16:00PM +0200, Diego Biurrun wrote:
> ---
> avconv_opt.c |1 +
> cmdutils.h |8
> 2 files changed, 9 insertions(+), 0 deletions(-)
OKed by Kostya on IRC.
Diego
___
libav-devel mailing list
libav-devel@libav
On Wed, Oct 31, 2012 at 04:50:38PM +, Måns Rullgård wrote:
> Diego Biurrun writes:
> > On Wed, Oct 31, 2012 at 04:34:59PM +, Måns Rullgård wrote:
> >> Diego Biurrun writes:
> >> > On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote:
> >> >> On Mon, Oct 29, 2012 at 03:19:27PM +01
On Wed, Oct 31, 2012 at 11:26:32AM +0100, Kostya Shishkov wrote:
> Otherwise during scaling it will try to interpret input in the wrong way and
> that lead to the test results disagreement for different platforms and with
> different optimisations.
> ---
> Also why I have to do this instead of Luca
Diego Biurrun writes:
> On Wed, Oct 31, 2012 at 04:34:59PM +, Måns Rullgård wrote:
>> Diego Biurrun writes:
>> > On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote:
>> >> On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote:
>> >> > On 2012-10-29 15:03:45 +0100, Diego Biur
On Wed, Oct 31, 2012 at 04:34:59PM +, Måns Rullgård wrote:
> Diego Biurrun writes:
> > On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote:
> >> On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote:
> >> > On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote:
> >> > > On Sun, Oc
Diego Biurrun writes:
> On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote:
>> On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote:
>> > On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote:
>> > > On Sun, Oct 28, 2012 at 01:34:55AM +0200, Janne Grunau wrote:
>> > > > Documentati
On Mon, Oct 29, 2012 at 03:45:43PM +0100, Diego Biurrun wrote:
> On Mon, Oct 29, 2012 at 03:19:27PM +0100, Janne Grunau wrote:
> > On 2012-10-29 15:03:45 +0100, Diego Biurrun wrote:
> > > On Sun, Oct 28, 2012 at 01:34:55AM +0200, Janne Grunau wrote:
> > > > Documentation includes only the externall
On 07/31/2012 06:17 PM, Diego Biurrun wrote:
> It is only used in one place so there is no need for the abstraction.
> ---
> libavcodec/x86/h264_chromamc_10bit.asm |3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/libavcodec/x86/h264_chromamc_10bit.asm
> b/libavcode
On 07/31/2012 06:17 PM, Diego Biurrun wrote:
> This simplifies cpuflags porting.
> ---
> libavcodec/x86/dsputil_mmx.c | 22 +++---
> libavcodec/x86/h264_chromamc.asm | 20 ++--
> libavcodec/x86/vc1dsp_mmx.c | 22 +++---
> 3 files chang
On 08/04/2012 04:49 PM, Diego Biurrun wrote:
> ---
> libavcodec/x86/ac3dsp.asm | 82 ++--
> 1 files changed, 41 insertions(+), 41 deletions(-)
LGTM
-Justin
___
libav-devel mailing list
libav-devel@libav.org
htt
On Sat, Aug 04, 2012 at 10:49:53PM +0200, Diego Biurrun wrote:
> ---
> libavcodec/x86/ac3dsp.asm | 82 ++--
> 1 files changed, 41 insertions(+), 41 deletions(-)
ping
Diego
___
libav-devel mailing list
libav-dev
Kostya Shishkov wrote:
>On Wed, Oct 31, 2012 at 12:49:56PM +0100, Luca Barbato wrote:
>> Kostya Shishkov wrote:
>>
>> >On Wed, Oct 31, 2012 at 12:32:04PM +0100, Luca Barbato wrote:
>> >> Kostya Shishkov wrote:
>> >[...]
>> >>
>> >> Thanks for tracking it! (I'll figure out the amount of trocad
On Wed, Oct 31, 2012 at 12:49:56PM +0100, Luca Barbato wrote:
> Kostya Shishkov wrote:
>
> >On Wed, Oct 31, 2012 at 12:32:04PM +0100, Luca Barbato wrote:
> >> Kostya Shishkov wrote:
> >[...]
> >>
> >> Thanks for tracking it! (I'll figure out the amount of trocadero)
> >
> >I've spent >3l of it
Kostya Shishkov wrote:
>On Wed, Oct 31, 2012 at 12:32:04PM +0100, Luca Barbato wrote:
>> Kostya Shishkov wrote:
>[...]
>>
>> Thanks for tracking it! (I'll figure out the amount of trocadero)
>
>I've spent >3l of it during debugging (and some julmust too).
>__
On Wed, Oct 31, 2012 at 12:32:04PM +0100, Luca Barbato wrote:
> Kostya Shishkov wrote:
[...]
>
> Thanks for tracking it! (I'll figure out the amount of trocadero)
I've spent >3l of it during debugging (and some julmust too).
___
libav-devel mailing lis
Kostya Shishkov wrote:
>Otherwise during scaling it will try to interpret input in the wrong
>way and
>that lead to the test results disagreement for different platforms and
>with
>different optimisations.
>---
>Also why I have to do this instead of Luca?
>---
>libswscale/input.c| 4
Otherwise during scaling it will try to interpret input in the wrong way and
that lead to the test results disagreement for different platforms and with
different optimisations.
---
Also why I have to do this instead of Luca?
---
libswscale/input.c| 42 +++
On Fri, Oct 26, 2012 at 01:15:57PM +0200, Diego Biurrun wrote:
> ---
> libavcodec/aacdec.c | 44
> 1 files changed, 20 insertions(+), 24 deletions(-)
OKed by Kostya on IRC.
Diego
___
libav-devel mailing li
On Tue, Oct 30, 2012 at 09:32:28PM +0100, Luca Barbato wrote:
> ---
> ./avconv -filter_complex color="white" -s 640x480 -c rawvideo -pix_fmt
> yuv444p9le shows the problem easily.
> libswscale/x86/swscale.c | 18 --
> tests/ref/lavfi/pixfmts_scale | 8
> 2 files ch
On Wed, Oct 31, 2012 at 12:21:02AM -0700, Dave Yeo wrote:
> >From c678894a9cb8ca2dfad1b65709762a12c2033bc2 Mon Sep 17 00:00:00 2001
> From: Dave Yeo
> Date: Tue, 30 Oct 2012 23:48:26 -0700
> Subject: [PATCH] Fix assembly with NASM
>
> After commit 04581c8c77ce779e4e70684ac45302972766be0f all incl
Dave Yeo writes:
> From c678894a9cb8ca2dfad1b65709762a12c2033bc2 Mon Sep 17 00:00:00 2001
> From: Dave Yeo
> Date: Tue, 30 Oct 2012 23:48:26 -0700
> Subject: [PATCH] Fix assembly with NASM
>
> After commit 04581c8c77ce779e4e70684ac45302972766be0f all include files need
> complete source path
> -
On Wed, Aug 01, 2012 at 12:17:49AM +0200, Diego Biurrun wrote:
> ---
> libavcodec/x86/h264_weight_10bit.asm | 132
> ++
> 1 files changed, 69 insertions(+), 63 deletions(-)
ping
Diego
___
libav-devel mailing list
libav
On Wed, Aug 01, 2012 at 12:17:40AM +0200, Diego Biurrun wrote:
> This simplifies cpuflags porting.
> ---
> libavcodec/x86/dsputil_mmx.c | 22 +++---
> libavcodec/x86/h264_chromamc.asm | 20 ++--
> libavcodec/x86/vc1dsp_mmx.c | 22 +++--
On Wed, Aug 01, 2012 at 12:17:39AM +0200, Diego Biurrun wrote:
> It is only used in one place so there is no need for the abstraction.
> ---
> libavcodec/x86/h264_chromamc_10bit.asm |3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
ping
Diego
>From c678894a9cb8ca2dfad1b65709762a12c2033bc2 Mon Sep 17 00:00:00 2001
From: Dave Yeo
Date: Tue, 30 Oct 2012 23:48:26 -0700
Subject: [PATCH] Fix assembly with NASM
After commit 04581c8c77ce779e4e70684ac45302972766be0f all include files need
complete source path
---
libavutil/x86/x86util.asm |
39 matches
Mail list logo