Re: [libav-devel] [PATCH] pthread: introduce default lock manager

2012-10-05 Thread Anton Khirnov
On Sun, 2 Sep 2012 19:03:13 +0200, Luca Barbato lu_z...@gentoo.org wrote: On systems supported have the default lock manager enabled by default. --- Now with free and _cp - _cb typo fixed. Yet to be discussed if/how it could be of use. libavcodec/pthread.c | 27

Re: [libav-devel] [PATCH 03/31] aacdec: add float planar sample format output

2012-10-05 Thread Anton Khirnov
On Fri, 21 Sep 2012 11:23:31 -0400, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavcodec/aacdec.c | 36 +--- libavcodec/aacsbr.c |5 ++--- 2 files changed, 15 insertions(+), 26 deletions(-) diff --git a/libavcodec/aacdec.c

Re: [libav-devel] [PATCH 05/31] atrac1: use planar sample format

2012-10-05 Thread Anton Khirnov
On Fri, 21 Sep 2012 11:23:33 -0400, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavcodec/atrac1.c | 29 - 1 files changed, 4 insertions(+), 25 deletions(-) Looks ok. -- Anton Khirnov ___ libav-devel

Re: [libav-devel] [PATCH 4/5] doc/RELEASE_NOTES: update for the 9 release.

2012-10-05 Thread Luca Barbato
On 10/05/2012 07:27 AM, Anton Khirnov wrote: --- doc/RELEASE_NOTES | 109 ++--- 1 file changed, 61 insertions(+), 48 deletions(-) Ok. ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 5/5] Update the Changelog and RELEASE for 9 beta1.

2012-10-05 Thread Luca Barbato
On 10/05/2012 07:27 AM, Anton Khirnov wrote: --- Changelog |2 ++ RELEASE |2 +- 2 files changed, 3 insertions(+), 1 deletion(-) Ok. ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH] h264: don't touch H264Context-ref_count[] during MB decoding.

2012-10-05 Thread Luca Barbato
On 10/05/2012 09:25 AM, Diego Biurrun wrote: On Fri, Oct 05, 2012 at 02:48:20AM +0200, Luca Barbato wrote: On 10/05/2012 01:29 AM, Ronald S. Bultje wrote: On Thu, Oct 4, 2012 at 4:27 PM, Ronald S. Bultje rsbul...@gmail.com wrote: Oh right you mean for performance?

Re: [libav-devel] [PATCH 03/31] aacdec: add float planar sample format output

2012-10-05 Thread Måns Rullgård
Anton Khirnov an...@khirnov.net writes: @@ -2480,16 +2477,11 @@ static int aac_decode_frame_int(AVCodecContext *avctx, void *data, err = -1; goto fail; } - -if (avctx-sample_fmt == AV_SAMPLE_FMT_FLT) -

Re: [libav-devel] [PATCH] Fix ff_log2_run[] declaration

2012-10-05 Thread Diego Biurrun
On Thu, Oct 04, 2012 at 11:44:05PM +0100, Mans Rullgard wrote: This updates the declaration to match the actual size of the table. --- This is a troll-patch in the hope that someone will suggest a better home for that declaration. If nothing better comes to mind, choose internal.h. Diego

[libav-devel] [PATCH 1/2] libspeexenc: Add an option for enabling DTX

2012-10-05 Thread Martin Storsjö
From: Dmitry Samonenko shreddingw...@gmail.com Discontinuous transmission is an addition to VAD/VBR operation, that allows to greatly reduce bitrate for silent chunks or stationary noises. --- libavcodec/libspeexenc.c | 10 ++ 1 file changed, 10 insertions(+) diff --git

[libav-devel] [PATCH 2/2] libspeexenc: Updated commentary to reflect recent changes

2012-10-05 Thread Martin Storsjö
From: Dmitry Samonenko shreddingw...@gmail.com --- libavcodec/libspeexenc.c | 17 + 1 file changed, 17 insertions(+) diff --git a/libavcodec/libspeexenc.c b/libavcodec/libspeexenc.c index 5a5079b..cbfa5be 100644 --- a/libavcodec/libspeexenc.c +++ b/libavcodec/libspeexenc.c @@

Re: [libav-devel] [RFC] [PATCH] Give all anonymously typedeffed structs in headers a name

2012-10-05 Thread Diego Biurrun
On Thu, Sep 27, 2012 at 10:51:22AM +0200, Luca Barbato wrote: On 09/27/2012 10:45 AM, Diego Biurrun wrote: Anonymous structs cannot be forward declared and have no benefit. --- Inspired by Dale's Chrome-related patch. I'm all for consistency. I take this as an OK; will push tomorrow.

Re: [libav-devel] [PATCH] build: non-x86: Only compile mpegvideo optimizations when necessary

2012-10-05 Thread Diego Biurrun
On Fri, Sep 07, 2012 at 11:19:16AM +0200, Diego Biurrun wrote: On Tue, Aug 28, 2012 at 12:25:00AM +0200, Diego Biurrun wrote: --- libavcodec/alpha/Makefile |3 ++- libavcodec/arm/Makefile |9 + libavcodec/bfin/Makefile |3 ++- libavcodec/mips/Makefile |3 ++-

[libav-devel] [PATCH 2/2] ARM: Reindent after previous commit

2012-10-05 Thread Jean-Baptiste Kempf
--- libavcodec/arm/rv34dsp_init_neon.c | 8 +-- libavcodec/arm/rv40dsp_init_neon.c | 130 ++--- 2 files changed, 69 insertions(+), 69 deletions(-) diff --git a/libavcodec/arm/rv34dsp_init_neon.c b/libavcodec/arm/rv34dsp_init_neon.c index 3abc2c6..41e0e51 100644

[libav-devel] [PATCH 1/2] ARM: RV30/40, check NEON flags at runtime

2012-10-05 Thread Jean-Baptiste Kempf
--- libavcodec/arm/rv34dsp_init_neon.c | 5 + libavcodec/arm/rv40dsp_init_neon.c | 5 + 2 files changed, 10 insertions(+) diff --git a/libavcodec/arm/rv34dsp_init_neon.c b/libavcodec/arm/rv34dsp_init_neon.c index b4a2f01..3abc2c6 100644 --- a/libavcodec/arm/rv34dsp_init_neon.c +++

Re: [libav-devel] [PATCH] build: non-x86: Only compile mpegvideo optimizations when necessary

2012-10-05 Thread Luca Barbato
On 08/28/2012 12:25 AM, Diego Biurrun wrote: --- libavcodec/alpha/Makefile |3 ++- libavcodec/arm/Makefile |9 + libavcodec/bfin/Makefile |3 ++- libavcodec/mips/Makefile |3 ++- libavcodec/ppc/Makefile |2 +- 5 files changed, 12 insertions(+), 8

Re: [libav-devel] [PATCH] Fix ff_log2_run[] declaration

2012-10-05 Thread Janne Grunau
On 2012-10-04 23:44:05 +0100, Måns Rullgård wrote: This updates the declaration to match the actual size of the table. --- This is a troll-patch in the hope that someone will suggest a better home for that declaration. get_bits.h or a new header bitstream.h? and remember to remove the

[libav-devel] [PATCH] Drop broken and unused CABAC test program.

2012-10-05 Thread Diego Biurrun
--- The test program is of doubtful utility, fails to compile on x86_32 and was never part of our test suite. libavcodec/Makefile |3 +- libavcodec/cabac.c | 147 --- 2 files changed, 1 insertions(+), 149 deletions(-) diff --git

Re: [libav-devel] [PATCH 03/31] aacdec: add float planar sample format output

2012-10-05 Thread Janne Grunau
On 2012-10-05 08:27:11 +0200, Anton Khirnov wrote: On Fri, 21 Sep 2012 11:23:31 -0400, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavcodec/aacdec.c | 36 +--- libavcodec/aacsbr.c |5 ++--- 2 files changed, 15 insertions(+), 26

Re: [libav-devel] [PATCH 1/2] ARM: RV30/40, check NEON flags at runtime

2012-10-05 Thread Luca Barbato
On 10/05/2012 12:12 PM, Jean-Baptiste Kempf wrote: --- libavcodec/arm/rv34dsp_init_neon.c | 5 + libavcodec/arm/rv40dsp_init_neon.c | 5 + 2 files changed, 10 insertions(+) It is in line with what we have for x86 and seems fine. ___

Re: [libav-devel] [PATCH 2/2] ARM: Reindent after previous commit

2012-10-05 Thread Diego Biurrun
On Fri, Oct 05, 2012 at 12:12:05PM +0200, Jean-Baptiste Kempf wrote: --- libavcodec/arm/rv34dsp_init_neon.c | 8 +-- libavcodec/arm/rv40dsp_init_neon.c | 130 ++--- 2 files changed, 69 insertions(+), 69 deletions(-) LGTM Diego

[libav-devel] [PATCH] Add a news entry for stabilizing lavr.

2012-10-05 Thread Anton Khirnov
--- src/index |6 ++ 1 file changed, 6 insertions(+) diff --git a/src/index b/src/index index 010d239..78b1436 100644 --- a/src/index +++ b/src/index @@ -33,6 +33,12 @@ with the latest developments by subscribing to both the h1News/h1 +a name=lavr_stable/ah3October 05, 2012/h3 +p

[libav-devel] [PATCH] doc/APIchanges: fill in missing dates and hashes.

2012-10-05 Thread Anton Khirnov
--- doc/APIchanges | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 314622d..75c3c52 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,23 +13,23 @@ libavutil: 2011-04-18 API changes, most recent first:

Re: [libav-devel] [PATCH] Add a news entry for stabilizing lavr.

2012-10-05 Thread Diego Biurrun
On Fri, Oct 05, 2012 at 01:58:17PM +0200, Anton Khirnov wrote: --- a/src/index +++ b/src/index @@ -33,6 +33,12 @@ with the latest developments by subscribing to both the h1News/h1 +a name=lavr_stable/ah3October 05, 2012/h3 +p +The blibavresample/b library is now declared stable.

Re: [libav-devel] [PATCH] doc/APIchanges: fill in missing dates and hashes.

2012-10-05 Thread Diego Biurrun
On Fri, Oct 05, 2012 at 02:01:59PM +0200, Anton Khirnov wrote: --- doc/APIchanges | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) OK Diego ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH] vf_pad/scale: use double precision for aspect ratios.

2012-10-05 Thread Anton Khirnov
Fixes Bug 203. CC:libav-sta...@libav.org --- libavfilter/vf_pad.c |2 +- libavfilter/vf_scale.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c index 2291b13..8adab3b 100644 --- a/libavfilter/vf_pad.c +++

[libav-devel] [PATCH 2/3] fate: Add build-only targets to FATE

2012-10-05 Thread Diego Biurrun
--- tests/Makefile |1 + tests/fate-run.sh|4 tests/fate/build.mak | 17 + 3 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 tests/fate/build.mak diff --git a/tests/Makefile b/tests/Makefile index 2af9a91..ba9abba 100644 ---

[libav-devel] [PATCH 3/3] build: Drop check target, which was superseded by build-only FATE tests

2012-10-05 Thread Diego Biurrun
--- Makefile |4 +--- doc/developer.texi |2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 77d51eb..8478c31 100644 --- a/Makefile +++ b/Makefile @@ -194,8 +194,6 @@ distclean:: config: $(SRC_PATH)/configure $(value

[libav-devel] [PATCH 1/3] fate: Refactor setting of environment variables for groups of tests

2012-10-05 Thread Diego Biurrun
--- tests/fate/ac3.mak | 29 - tests/fate/amrnb.mak | 10 ++ tests/fate/amrwb.mak | 12 ++-- tests/fate/atrac.mak |6 ++ tests/fate/audio.mak |7 +++ tests/fate/real.mak |6 ++ tests/fate/voice.mak | 11 +++

Re: [libav-devel] [PATCH 1/2] libspeexenc: Add an option for enabling DTX

2012-10-05 Thread Justin Ruggles
On 10/05/2012 05:23 AM, Martin Storsjö wrote: From: Dmitry Samonenko shreddingw...@gmail.com Discontinuous transmission is an addition to VAD/VBR operation, that allows to greatly reduce bitrate for silent chunks or stationary noises. --- libavcodec/libspeexenc.c | 10 ++ 1

Re: [libav-devel] [PATCH 2/2] libspeexenc: Updated commentary to reflect recent changes

2012-10-05 Thread Justin Ruggles
On 10/05/2012 05:23 AM, Martin Storsjö wrote: From: Dmitry Samonenko shreddingw...@gmail.com --- libavcodec/libspeexenc.c | 17 + 1 file changed, 17 insertions(+) diff --git a/libavcodec/libspeexenc.c b/libavcodec/libspeexenc.c index 5a5079b..cbfa5be 100644 ---

Re: [libav-devel] [PATCH] doc/APIchanges: fill in missing dates and hashes.

2012-10-05 Thread Justin Ruggles
On 10/05/2012 08:01 AM, Anton Khirnov wrote: --- doc/APIchanges | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/APIchanges b/doc/APIchanges index 314622d..75c3c52 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,23 +13,23 @@ libavutil:

Re: [libav-devel] [PATCH] pthread: introduce default lock manager

2012-10-05 Thread Andrey Utkin
2012/9/2 Luca Barbato lu_z...@gentoo.org: On systems supported have the default lock manager enabled by default. --- Now with free and _cp - _cb typo fixed. Yet to be discussed if/how it could be of use. libavcodec/pthread.c | 27 +++ libavcodec/thread.h |6

Re: [libav-devel] [PATCH] pthread: introduce default lock manager

2012-10-05 Thread Andrey Utkin
2012/9/2 Luca Barbato lu_z...@gentoo.org: +int ff_pthread_lockmgr_cb(void **mutex, enum AVLockOp op) +{ +int ret = 0; +av_log(NULL, AV_LOG_FATAL, called %d\n, op); Also drop this debug message. -- Andrey Utkin ___ libav-devel mailing list

Re: [libav-devel] [PATCH] pthread: introduce default lock manager

2012-10-05 Thread Andrey Utkin
2012/9/2 Luca Barbato lu_z...@gentoo.org: static int volatile entangled_thread_counter=0; +#if HAVE_PTHREADS || HAVE_W32THREADS +static int (*ff_lockmgr_cb)(void **mutex, enum AVLockOp op) = +ff_pthread_lockmgr_cb; +#else static int (*ff_lockmgr_cb)(void **mutex, enum AVLockOp op);

[libav-devel] [RFC] arm: use HAVE_NEON_INLINE for NEON inline asm

2012-10-05 Thread Janne Grunau
This allows a build with -march=armv7-a -mfpu=vfpv3-d16 to still use external NEON asm if the target supports it. Since there is no auto detection of NEON cpuflags have to be used on targets without NEON. --- configure| 2 +- libavcodec/arm/aac.h | 4 ++-- libavcodec/arm/dca.h | 2 +-

Re: [libav-devel] [PATCH] Drop broken and unused CABAC test program.

2012-10-05 Thread Ronald S. Bultje
Hi, On Fri, Oct 5, 2012 at 3:50 AM, Diego Biurrun di...@biurrun.de wrote: --- The test program is of doubtful utility, fails to compile on x86_32 and was never part of our test suite. libavcodec/Makefile |3 +- libavcodec/cabac.c | 147

Re: [libav-devel] [PATCH] h264: don't touch H264Context-ref_count[] during MB decoding.

2012-10-05 Thread Ronald S. Bultje
Hi, On Fri, Oct 5, 2012 at 12:25 AM, Diego Biurrun di...@biurrun.de wrote: On Fri, Oct 05, 2012 at 02:48:20AM +0200, Luca Barbato wrote: On 10/05/2012 01:29 AM, Ronald S. Bultje wrote: On Thu, Oct 4, 2012 at 4:27 PM, Ronald S. Bultje rsbul...@gmail.com wrote: Oh right you mean for

Re: [libav-devel] [RFC] arm: use HAVE_NEON_INLINE for NEON inline asm

2012-10-05 Thread Janne Grunau
On 2012-10-05 17:34:57 +0200, Janne Grunau wrote: This allows a build with -march=armv7-a -mfpu=vfpv3-d16 to still use external NEON asm if the target supports it. Since there is no auto detection of NEON cpuflags have to be used on targets without NEON. --- configure| 2 +-

Re: [libav-devel] FFv1.3 support

2012-10-05 Thread Luca Barbato
On 10/05/2012 05:31 PM, Peter B. wrote: On 10/01/2012 05:30 PM, Luca Barbato wrote: I'm rebasing old patches supporting some pixel formats and possibly I'll have a look at ffv1 to see what really changed. In order to avoid misunderstandings, I wanted to ask if you are trying to merge the new

Re: [libav-devel] [PATCH] pthread: introduce default lock manager

2012-10-05 Thread Luca Barbato
On 10/05/2012 05:10 PM, Andrey Utkin wrote: 2012/9/2 Luca Barbato lu_z...@gentoo.org: static int volatile entangled_thread_counter=0; +#if HAVE_PTHREADS || HAVE_W32THREADS +static int (*ff_lockmgr_cb)(void **mutex, enum AVLockOp op) = +ff_pthread_lockmgr_cb; +#else static int

Re: [libav-devel] [PATCH] Drop broken and unused CABAC test program.

2012-10-05 Thread Diego Biurrun
On Fri, Oct 05, 2012 at 08:45:48AM -0700, Ronald S. Bultje wrote: On Fri, Oct 5, 2012 at 3:50 AM, Diego Biurrun di...@biurrun.de wrote: --- The test program is of doubtful utility, fails to compile on x86_32 and was never part of our test suite. libavcodec/Makefile |3 +-

Re: [libav-devel] [PATCH 2/2] ARM: Reindent after previous commit

2012-10-05 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: On Fri, Oct 05, 2012 at 12:12:05PM +0200, Jean-Baptiste Kempf wrote: --- libavcodec/arm/rv34dsp_init_neon.c | 8 +-- libavcodec/arm/rv40dsp_init_neon.c | 130 ++--- 2 files changed, 69 insertions(+), 69 deletions(-)

Re: [libav-devel] [PATCH 1/2] ARM: RV30/40, check NEON flags at runtime

2012-10-05 Thread Måns Rullgård
Luca Barbato lu_z...@gentoo.org writes: On 10/05/2012 12:12 PM, Jean-Baptiste Kempf wrote: --- libavcodec/arm/rv34dsp_init_neon.c | 5 + libavcodec/arm/rv40dsp_init_neon.c | 5 + 2 files changed, 10 insertions(+) It is in line with what we have for x86 and seems fine. It is not

Re: [libav-devel] [PATCH] Drop broken and unused CABAC test program.

2012-10-05 Thread Måns Rullgård
Ronald S. Bultje rsbul...@gmail.com writes: Hi, On Fri, Oct 5, 2012 at 3:50 AM, Diego Biurrun di...@biurrun.de wrote: --- The test program is of doubtful utility, fails to compile on x86_32 and was never part of our test suite. libavcodec/Makefile |3 +- libavcodec/cabac.c | 147

Re: [libav-devel] [PATCH] pthread: introduce default lock manager

2012-10-05 Thread Andrey Utkin
2012/10/5 Luca Barbato lu_z...@gentoo.org: Patch dropped then looks more problems that it should solve I'm afraid, thanks for reviewing ^^; I propose to include this function to the code nevertheless. Anyway somebody has to implement the function, let's have at least a place to copypaste from

Re: [libav-devel] [PATCH 2/3] fate: Add build-only targets to FATE

2012-10-05 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: --- tests/Makefile |1 + tests/fate-run.sh|4 tests/fate/build.mak | 17 + 3 files changed, 22 insertions(+), 0 deletions(-) create mode 100644 tests/fate/build.mak This is NOT AT ALL how I want this

Re: [libav-devel] [RFC] arm: use HAVE_NEON_INLINE for NEON inline asm

2012-10-05 Thread Måns Rullgård
Janne Grunau janne-li...@jannau.net writes: This allows a build with -march=armv7-a -mfpu=vfpv3-d16 to still use external NEON asm if the target supports it. Since there is no auto detection of NEON cpuflags have to be used on targets without NEON. --- configure| 2 +-

Re: [libav-devel] [PATCH v2] ppc: swscale: rework yuv2planeX_altivec()

2012-10-05 Thread Luca Barbato
On 10/04/2012 08:55 PM, Mans Rullgard wrote: This gets rid of the variable-length scratch buffer by filtering 16 pixels at a time and writing directly to the destination. The extra loads this requires to load the source values are compensated by not doing a round-trip to memory before

[libav-devel] [PATCH 1/4] rangecoder-test: Drop timer output that clutters stderr

2012-10-05 Thread Diego Biurrun
--- libavcodec/rangecoder.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/libavcodec/rangecoder.c b/libavcodec/rangecoder.c index b0c9f21..02e8cf3 100644 --- a/libavcodec/rangecoder.c +++ b/libavcodec/rangecoder.c @@ -134,9 +134,7 @@ int main(void){ }

[libav-devel] [PATCH 2/4] fate: Add rangecoder test

2012-10-05 Thread Diego Biurrun
--- tests/fate/libavcodec.mak |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak index 2aa9596..e6ef90d 100644 --- a/tests/fate/libavcodec.mak +++ b/tests/fate/libavcodec.mak @@ -7,4 +7,9 @@ FATE_LIBAVCODEC +=

[libav-devel] [PATCH 4/4] rangecoder-test: Set error message log level to error, instead of debug

2012-10-05 Thread Diego Biurrun
--- libavcodec/rangecoder.c |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/libavcodec/rangecoder.c b/libavcodec/rangecoder.c index 1786a68..b9095ba 100644 --- a/libavcodec/rangecoder.c +++ b/libavcodec/rangecoder.c @@ -115,6 +115,7 @@ int ff_rac_terminate(RangeCoder

Re: [libav-devel] [PATCH 2/4] fate: Add rangecoder test

2012-10-05 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: --- tests/fate/libavcodec.mak |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/tests/fate/libavcodec.mak b/tests/fate/libavcodec.mak index 2aa9596..e6ef90d 100644 --- a/tests/fate/libavcodec.mak +++

Re: [libav-devel] [PATCH 1/4] rangecoder-test: Drop timer output that clutters stderr

2012-10-05 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: --- libavcodec/rangecoder.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/libavcodec/rangecoder.c b/libavcodec/rangecoder.c index b0c9f21..02e8cf3 100644 --- a/libavcodec/rangecoder.c +++ b/libavcodec/rangecoder.c @@

Re: [libav-devel] [PATCH] h264: don't touch H264Context-ref_count[] during MB decoding.

2012-10-05 Thread Derek Buitenhuis
On 05/10/2012 11:47 AM, Ronald S. Bultje wrote: One of the mailinglists recently had an email about our slice threading impl relying on wakeups-only-by-signal, i.e. spurious wakeups could lead to races, can you look at that and see if it fixes it? Perhaps this is related:

Re: [libav-devel] [PATCH 03/31] aacdec: add float planar sample format output

2012-10-05 Thread Justin Ruggles
On 10/05/2012 02:27 AM, Anton Khirnov wrote: On Fri, 21 Sep 2012 11:23:31 -0400, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavcodec/aacdec.c | 36 +--- libavcodec/aacsbr.c |5 ++--- 2 files changed, 15 insertions(+), 26 deletions(-) [...]

[libav-devel] [PATCH 1/3] timefilter: De-doxygenize normal code comments

2012-10-05 Thread Diego Biurrun
--- libavdevice/timefilter.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libavdevice/timefilter.c b/libavdevice/timefilter.c index 2e26b27..3a386d7 100644 --- a/libavdevice/timefilter.c +++ b/libavdevice/timefilter.c @@ -28,8 +28,8 @@ #include timefilter.h

[libav-devel] [PATCH 3/3] fate: add avstring FATE test

2012-10-05 Thread Diego Biurrun
--- tests/fate/libavutil.mak |4 tests/ref/fate/avstring | 27 +++ 2 files changed, 31 insertions(+), 0 deletions(-) create mode 100644 tests/ref/fate/avstring diff --git a/tests/fate/libavutil.mak b/tests/fate/libavutil.mak index 1052b1d..795e22d 100644 ---

[libav-devel] [PATCH 2/3] fate: Add timefilter test

2012-10-05 Thread Diego Biurrun
--- tests/Makefile |2 ++ tests/fate/libavdevice.mak |5 + tests/ref/fate/timefilter |6 ++ 3 files changed, 13 insertions(+), 0 deletions(-) create mode 100644 tests/fate/libavdevice.mak create mode 100644 tests/ref/fate/timefilter diff --git a/tests/Makefile

[libav-devel] [PATCH] Add a news entry for stabilizing lavr.

2012-10-05 Thread Diego Biurrun
From: Anton Khirnov an...@khirnov.net --- src/index |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/index b/src/index index 010d239..78b1436 100644 --- a/src/index +++ b/src/index @@ -33,6 +33,12 @@ with the latest developments by subscribing to both the

[libav-devel] [PATCH] Add a news entry for stabilizing lavr.

2012-10-05 Thread Diego Biurrun
From: Anton Khirnov an...@khirnov.net --- Now with the actual changes ... src/index |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/index b/src/index index 010d239..14e9c55 100644 --- a/src/index +++ b/src/index @@ -33,6 +33,14 @@ with the latest developments

Re: [libav-devel] [PATCH] Add a news entry for stabilizing lavr.

2012-10-05 Thread Anton Khirnov
On Fri, 05 Oct 2012 21:22:06 +0200, Diego Biurrun di...@biurrun.de wrote: From: Anton Khirnov an...@khirnov.net --- Now with the actual changes ... src/index |8 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/src/index b/src/index index 010d239..14e9c55

Re: [libav-devel] [PATCH 10/31] mace: use planar sample format

2012-10-05 Thread Anton Khirnov
On Fri, 21 Sep 2012 11:23:38 -0400, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavcodec/mace.c | 32 +++- 1 files changed, 15 insertions(+), 17 deletions(-) diff --git a/libavcodec/mace.c b/libavcodec/mace.c index 9d07180..8fef839 100644 ---

Re: [libav-devel] [PATCH 1/3] timefilter: De-doxygenize normal code comments

2012-10-05 Thread Anton Khirnov
On Fri, 05 Oct 2012 21:08:39 +0200, Diego Biurrun di...@biurrun.de wrote: --- libavdevice/timefilter.c | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/libavdevice/timefilter.c b/libavdevice/timefilter.c index 2e26b27..3a386d7 100644 ---

Re: [libav-devel] [PATCH 1/3] timefilter: De-doxygenize normal code comments

2012-10-05 Thread Diego Biurrun
On Fri, Oct 05, 2012 at 10:27:57PM +0200, Anton Khirnov wrote: On Fri, 05 Oct 2012 21:08:39 +0200, Diego Biurrun di...@biurrun.de wrote: --- a/libavdevice/timefilter.c +++ b/libavdevice/timefilter.c @@ -28,8 +28,8 @@ struct TimeFilter { -/// Delay Locked Loop data. These

[libav-devel] [PATCH] doc/RELEASE_NOTES: update for the 9 release.

2012-10-05 Thread Diego Biurrun
From: Anton Khirnov an...@khirnov.net Signed-off-by: Diego Biurrun di...@biurrun.de --- I did some rewording and line length adjustment, no substantial changes. doc/RELEASE_NOTES | 121 +--- 1 files changed, 67 insertions(+), 54 deletions(-)

[libav-devel] [PATCH] x86inc: support stack mem allocation and re-alignment in PROLOGUE.

2012-10-05 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com Use this in VP8/H264-8bit loopfilter functions so they can be used if there is no aligned stack (e.g. MSVC 32bit or ICC 10.x). --- libavcodec/x86/h264_deblock.asm | 27 ++- libavcodec/x86/h264dsp_init.c | 4 +- libavcodec/x86/vp8dsp.asm |

Re: [libav-devel] [PATCH 1/3] timefilter: De-doxygenize normal code comments

2012-10-05 Thread Anton Khirnov
On Fri, 05 Oct 2012 22:34:29 +0200, Diego Biurrun di...@biurrun.de wrote: On Fri, Oct 05, 2012 at 10:27:57PM +0200, Anton Khirnov wrote: On Fri, 05 Oct 2012 21:08:39 +0200, Diego Biurrun di...@biurrun.de wrote: --- a/libavdevice/timefilter.c +++ b/libavdevice/timefilter.c @@ -28,8

[libav-devel] [PATCH] x86inc: support stack mem allocation and re-alignment in PROLOGUE.

2012-10-05 Thread Ronald S. Bultje
From: Ronald S. Bultje rbul...@chromium.org Use this in VP8/H264-8bit loopfilter functions so they can be used if there is no aligned stack (e.g. MSVC 32bit or ICC 10.x). --- libavcodec/x86/h264_deblock.asm | 27 ++- libavcodec/x86/h264dsp_init.c | 4 +- libavcodec/x86/vp8dsp.asm

Re: [libav-devel] [PATCH] x86inc: support stack mem allocation and re-alignment in PROLOGUE.

2012-10-05 Thread Diego Biurrun
On Fri, Oct 05, 2012 at 01:38:44PM -0700, Ronald S. Bultje wrote: From: Ronald S. Bultje rsbul...@gmail.com Use this in VP8/H264-8bit loopfilter functions so they can be used if there is no aligned stack (e.g. MSVC 32bit or ICC 10.x). --- libavcodec/x86/h264_deblock.asm | 27 ++-

Re: [libav-devel] [PATCH 1/3] timefilter: De-doxygenize normal code comments

2012-10-05 Thread Diego Biurrun
On Fri, Oct 05, 2012 at 10:45:29PM +0200, Anton Khirnov wrote: On Fri, 05 Oct 2012 22:34:29 +0200, Diego Biurrun di...@biurrun.de wrote: On Fri, Oct 05, 2012 at 10:27:57PM +0200, Anton Khirnov wrote: On Fri, 05 Oct 2012 21:08:39 +0200, Diego Biurrun di...@biurrun.de wrote: ---

Re: [libav-devel] [PATCH] build: non-x86: Only compile mpegvideo optimizations when necessary

2012-10-05 Thread Diego Biurrun
On Fri, Oct 05, 2012 at 12:31:33PM +0200, Luca Barbato wrote: On 08/28/2012 12:25 AM, Diego Biurrun wrote: --- libavcodec/alpha/Makefile |3 ++- libavcodec/arm/Makefile |9 + libavcodec/bfin/Makefile |3 ++- libavcodec/mips/Makefile |3 ++-

Re: [libav-devel] [PATCH 03/31] aacdec: add float planar sample format output

2012-10-05 Thread Måns Rullgård
Justin Ruggles justin.rugg...@gmail.com writes: On 10/05/2012 02:27 AM, Anton Khirnov wrote: On Fri, 21 Sep 2012 11:23:31 -0400, Justin Ruggles justin.rugg...@gmail.com wrote: --- libavcodec/aacdec.c | 36 +--- libavcodec/aacsbr.c |5 ++--- 2 files

[libav-devel] [PATCH] x86inc: support stack mem allocation and re-alignment in PROLOGUE.

2012-10-05 Thread Ronald S. Bultje
From: Ronald S. Bultje rbul...@chromium.org Use this in VP8/H264-8bit loopfilter functions so they can be used if there is no aligned stack (e.g. MSVC 32bit or ICC 10.x). --- libavcodec/x86/h264_deblock.asm | 27 ++- libavcodec/x86/h264dsp_init.c | 4 +- libavcodec/x86/vp8dsp.asm

Re: [libav-devel] [PATCH] x86inc: support stack mem allocation and re-alignment in PROLOGUE.

2012-10-05 Thread Ronald S. Bultje
Hi, On Fri, Oct 5, 2012 at 1:46 PM, Diego Biurrun di...@biurrun.de wrote: On Fri, Oct 05, 2012 at 01:38:44PM -0700, Ronald S. Bultje wrote: From: Ronald S. Bultje rsbul...@gmail.com Use this in VP8/H264-8bit loopfilter functions so they can be used if there is no aligned stack (e.g. MSVC

Re: [libav-devel] [PATCH] vf_pad/scale: use double precision for aspect ratios.

2012-10-05 Thread Janne Grunau
On 2012-10-05 14:52:05 +0200, Anton Khirnov wrote: Fixes Bug 203. CC:libav-sta...@libav.org --- libavfilter/vf_pad.c |2 +- libavfilter/vf_scale.c |4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libavfilter/vf_pad.c b/libavfilter/vf_pad.c index

Re: [libav-devel] [PATCH 1/3] timefilter: De-doxygenize normal code comments

2012-10-05 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes: @@ -62,15 +62,15 @@ double ff_timefilter_update(TimeFilter *self, double system_time, double period) { self-count++; if (self-count == 1) { -/// init loop +// init loop self-cycle_time = system_time; } else

[libav-devel] [PATCH 1/2] parseutils-test: Drop random colors from parsing test

2012-10-05 Thread Diego Biurrun
This guarantees stable output for comparing test results. --- libavutil/parseutils.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c index 3149537..0ca179e 100644 --- a/libavutil/parseutils.c +++ b/libavutil/parseutils.c @@

[libav-devel] [PATCH 2/2] fate: Add parseutils test

2012-10-05 Thread Diego Biurrun
--- tests/fate/libavutil.mak |4 tests/ref/fate/parseutils | 45 + 2 files changed, 49 insertions(+), 0 deletions(-) create mode 100644 tests/ref/fate/parseutils diff --git a/tests/fate/libavutil.mak b/tests/fate/libavutil.mak index

Re: [libav-devel] [PATCH 1/2] parseutils-test: Drop random colors from parsing test

2012-10-05 Thread Janne Grunau
On 2012-10-05 23:38:27 +0200, Diego Biurrun wrote: This guarantees stable output for comparing test results. --- libavutil/parseutils.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/libavutil/parseutils.c b/libavutil/parseutils.c index 3149537..0ca179e 100644

[libav-devel] [PATCH] mingw/cygwin: Stop adding -fno-common to gcc CFLAGS

2012-10-05 Thread Diego Biurrun
This was done to work around toolchain bugs that have long been fixed. --- configure |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/configure b/configure index cd72f36..01429d9 100755 --- a/configure +++ b/configure @@ -2795,7 +2795,6 @@ case $target_os in

[libav-devel] [PATCH 1/1] arm: call arm-specific rv34dsp init functions under if (ARCH_ARM)

2012-10-05 Thread Janne Grunau
From: Jean-Baptiste Kempf j...@videolan.org Assign NEON specific function pointers after runtime check via av_get_cpu_flags(). Signed-off-by: Janne Grunau janne-li...@jannau.net --- rv*dsp init stuff still looks weird after this due to use of its own DSP context and the general dsputil context.

Re: [libav-devel] [PATCH] mingw/cygwin: Stop adding -fno-common to gcc CFLAGS

2012-10-05 Thread Derek Buitenhuis
On 05/10/2012 6:16 PM, Diego Biurrun wrote: This was done to work around toolchain bugs that have long been fixed. --- configure |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) It works on all MinGW-w64 chains I tested. I did not test the MinGW32 chains from the days of yore. -

[libav-devel] [PATCH] doc: support the new website layout

2012-10-05 Thread Luca Barbato
--- The new layout requires to use the concatenation of template_head2 and template_head3 doc/doxy/doxy_stylesheet.css | 1327 +++--- doc/doxy/footer.html | 11 +- doc/doxy/header.html | 14 +- doc/t2h.init | 173 -- 4

[libav-devel] [PATCH 1/4] fate: Add tests of the ff_make_absolute_url function

2012-10-05 Thread Martin Storsjö
--- libavformat/Makefile |2 +- libavformat/url-test.c | 55 tests/Makefile |2 ++ tests/fate/libavformat.mak |5 tests/ref/fate/url | 10 5 files changed, 73 insertions(+), 1 deletion(-)

[libav-devel] [PATCH 2/4] url: Don't treat slashes in query parameters as directory separators

2012-10-05 Thread Martin Storsjö
From: Duncan Salerno duncan.sale...@gmail.com Strip off query parameters from the original url before applying the new relative path. --- libavformat/url-test.c |1 + libavformat/utils.c|8 +++- tests/ref/fate/url |1 + 3 files changed, 9 insertions(+), 1 deletion(-)

[libav-devel] [PATCH 3/4] url: Handle relative urls being just a new query string

2012-10-05 Thread Martin Storsjö
From: Duncan Salerno duncan.sale...@gmail.com --- libavformat/url-test.c |1 + libavformat/utils.c|6 ++ tests/ref/fate/url |1 + 3 files changed, 8 insertions(+) diff --git a/libavformat/url-test.c b/libavformat/url-test.c index aa07ffa..5c0bccb 100644 ---

[libav-devel] [PATCH 4/4] url: Handle relative urls starting with two slashes

2012-10-05 Thread Martin Storsjö
From: Duncan Salerno duncan.sale...@gmail.com This is defined by RFC 3986 section 5.4.1 to be handled this way. --- libavformat/url-test.c |1 + libavformat/utils.c| 14 ++ tests/ref/fate/url |1 + 3 files changed, 12 insertions(+), 4 deletions(-) diff --git

Re: [libav-devel] [PATCH] mingw/cygwin: Stop adding -fno-common to gcc CFLAGS

2012-10-05 Thread Martin Storsjö
On Fri, 5 Oct 2012, Derek Buitenhuis wrote: On 05/10/2012 6:16 PM, Diego Biurrun wrote: This was done to work around toolchain bugs that have long been fixed. --- configure |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) It works on all MinGW-w64 chains I tested. I did not test

[libav-devel] [PATCH 1/6] smoothstreamingenc: Check the output UrlContext before accessing it

2012-10-05 Thread Martin Storsjö
This code can be called with a NULL UrlContext if writing of the trailer involves seeking. --- libavformat/smoothstreamingenc.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libavformat/smoothstreamingenc.c b/libavformat/smoothstreamingenc.c index 339a9bb..7ee640a

[libav-devel] [PATCH 2/6] smoothstreamingenc: Properly return errors from ism_flush to the caller

2012-10-05 Thread Martin Storsjö
--- libavformat/smoothstreamingenc.c |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libavformat/smoothstreamingenc.c b/libavformat/smoothstreamingenc.c index 7ee640a..d86e87f 100644 --- a/libavformat/smoothstreamingenc.c +++ b/libavformat/smoothstreamingenc.c @@

[libav-devel] [PATCH 3/6] smoothstreamingenc: Move the output_chunk_list and write_manifest functions up

2012-10-05 Thread Martin Storsjö
This allows calling write_manifest from ism_write_header without a forward declaration. --- libavformat/smoothstreamingenc.c | 186 +++--- 1 file changed, 93 insertions(+), 93 deletions(-) diff --git a/libavformat/smoothstreamingenc.c

Re: [libav-devel] [PATCH 1/4] fate: Add tests of the ff_make_absolute_url function

2012-10-05 Thread Martin Storsjö
On Sat, 6 Oct 2012, Diego Biurrun wrote: On Sat, Oct 06, 2012 at 02:05:21AM +0300, Martin Storsjö wrote: --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -376,7 +376,7 @@ SKIPHEADERS-$(CONFIG_NETWORK)+= network.h rtsp.h EXAMPLES = metadata