Re: [libav-devel] [PATCH 11/12] rv40: perform bitwise checks in loop filter

2012-04-28 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 4:34 PM, Ronald S. Bultje rsbul...@gmail.com wrote: On Tue, Apr 17, 2012 at 11:44 AM, Christophe GISQUET christophe.gisq...@gmail.com wrote: From: Christophe Gisquet christophe.gisq...@gmail.com Down from 95 kcycles to 93 (including all called functions

Re: [libav-devel] [PATCH 12/12] rv40dsp: defer pixel access and computations untill they are needed

2012-04-28 Thread Ronald S. Bultje
Hi, On Wed, Apr 18, 2012 at 1:02 AM, Christophe Gisquet christophe.gisq...@gmail.com wrote: 2012/4/18 Ronald S. Bultje rsbul...@gmail.com: Change itself looks good. As Mans said, this looks like another simd target (but that's unrelated to this patch going in). Yes, and with 23

Re: [libav-devel] [PATCH 03/12] rv34dsp: factorize a multiplication in the noround inverse transform

2012-04-28 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 4:19 PM, Ronald S. Bultje rsbul...@gmail.com wrote: On Tue, Apr 17, 2012 at 11:44 AM, Christophe GISQUET christophe.gisq...@gmail.com wrote: ---  libavcodec/rv34dsp.c |   18 +-  1 files changed, 9 insertions(+), 9 deletions(-) OK. Pushed

Re: [libav-devel] [PATCH] ogg: Fix OOB write during ogg_read_seek()

2012-04-28 Thread Ronald S. Bultje
Hi, On Mon, Apr 16, 2012 at 1:57 PM, dalecur...@chromium.org wrote: From: Dale Curtis dalecur...@chromium.org Prevents an OOB write of size 4 when ogg_read_seek is called with a stream_index = ogg-nstreams. In this case s-nb_streams == 3, yet ogg-nstreams == 1 and stream_index == 1;

Re: [libav-devel] [PATCH] dsputil: fix invalid array indexing

2012-04-26 Thread Ronald S. Bultje
Hi, On Thu, Apr 26, 2012 at 6:00 AM, Mans Rullgard m...@mansr.com wrote: Indexing outside an array is invalid and causes errors with gcc 4.8. Signed-off-by: Mans Rullgard m...@mansr.com ---  libavcodec/dsputil.c |   16 ++--  1 file changed, 10 insertions(+), 6 deletions(-) OK.

Re: [libav-devel] [PATCH 1/2] Add libavresample

2012-04-25 Thread Ronald S. Bultje
Hi, On Wed, Apr 25, 2012 at 8:31 AM, Justin Ruggles justin.rugg...@gmail.com wrote: On 04/25/2012 05:36 AM, Diego Biurrun wrote: Nice to see this committed. :) On Fri, Apr 20, 2012 at 12:02:56PM -0400, Justin Ruggles wrote:  libavresample/avresample-test.c        |  340

Re: [libav-devel] [PATCH] avf: fix faulty check in has_duration

2012-04-25 Thread Ronald S. Bultje
Hi, On Tue, Apr 24, 2012 at 10:14 PM, Luca Barbato lu_z...@gentoo.org wrote: An invalid duration is AV_NOPTS_VALUE not 0. ---  libavformat/utils.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavformat/utils.c b/libavformat/utils.c index bcdba8c..b167e96

Re: [libav-devel] [PATCH 2/2] vp8: armv6 optimisations

2012-04-25 Thread Ronald S. Bultje
Hi, On Wed, Apr 25, 2012 at 10:27 AM, Luca Barbato lu_z...@gentoo.org wrote: On 25/04/12 05:12, Mans Rullgard wrote: Based on patch by Ronald S. Bultje rsbul...@gmail.com, partially ported from libvpx. Signed-off-by: Mans Rullgard m...@mansr.com ---  libavcodec/arm/vp8dsp_armv6.S

Re: [libav-devel] [PATCH 1/3] avutil: add av_parse_cpu_flags() function

2012-04-25 Thread Ronald S. Bultje
Hi, On Wed, Apr 25, 2012 at 1:08 PM, Luca Barbato lu_z...@gentoo.org wrote: The patchset seems fine. +1, and is possibly useful in other test applications also. Ronald ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 1/2] Add libavresample

2012-04-24 Thread Ronald S. Bultje
Hi, On Tue, Apr 24, 2012 at 10:17 AM, Justin Ruggles justin.rugg...@gmail.com wrote: I made 1 local change to this patch that needs to be mentioned before I push the whole set.  The code added below treats 1-channel input/output as planar so that sample format conversions will be treated as

Re: [libav-devel] [PATCH] audemux: Add a sanity check for the number of channels

2012-04-22 Thread Ronald S. Bultje
Hi, On Sun, Apr 22, 2012 at 2:12 PM, Martin Storsjö mar...@martin.st wrote: From: Michael Niedermayer michae...@gmx.at Fixes a division by 0. Found-by: Mateusz j00ru Jurczyk and Gynvael Coldwind ---  libavformat/au.c |    5 +  1 file changed, 5 insertions(+) LGTM. Ronald

Re: [libav-devel] [PATCH 1/2] mkv: report average framerate as minimal as well

2012-04-22 Thread Ronald S. Bultje
Hi, On Sun, Apr 22, 2012 at 9:36 PM, Anton Khirnov an...@khirnov.net wrote: First we need to decide what is r_frame_rate supposed to mean exactly. The doxy says    /**     * Real base framerate of the stream.     * This is the lowest framerate with which all timestamps can be     *

Re: [libav-devel] [PATCH] dsputil: remove unused functions

2012-04-21 Thread Ronald S. Bultje
Hi, On Sat, Apr 21, 2012 at 11:51 AM, Mans Rullgard m...@mansr.com wrote: These functions were left unused by the lowres removal. Signed-off-by: Mans Rullgard m...@mansr.com ---  libavcodec/dsputil.c |   62 --  1 files changed, 0

Re: [libav-devel] [PATCH] ARM: allow runtime masking of CPU features

2012-04-21 Thread Ronald S. Bultje
Hi, On Sat, Apr 21, 2012 at 7:32 AM, Mans Rullgard m...@mansr.com wrote: This allows masking CPU features with the -cpuflags avconv option which is useful for testing different optimisations without rebuilding. Signed-off-by: Mans Rullgard m...@mansr.com ---  avconv.c                        

Re: [libav-devel] [PATCH] ARM: allow runtime masking of CPU features

2012-04-21 Thread Ronald S. Bultje
Hi, On Sat, Apr 21, 2012 at 12:02 PM, Måns Rullgård m...@mansr.com wrote: Martin Storsjö mar...@martin.st writes: On Sat, 21 Apr 2012, Ronald S. Bultje wrote: On Sat, Apr 21, 2012 at 7:32 AM, Mans Rullgard m...@mansr.com wrote: This allows masking CPU features with the -cpuflags avconv option

Re: [libav-devel] [PATCH] aac: Handle HE-AACv2 when sniffing a channel order.

2012-04-20 Thread Ronald S. Bultje
Hi, On Fri, Apr 20, 2012 at 2:06 PM, Alex Converse alex.conve...@gmail.com wrote: On Fri, Apr 20, 2012 at 2:05 PM, Alex Converse alex.conve...@gmail.com wrote: ---  libavcodec/aacdec.c |    7 +++  1 files changed, 7 insertions(+), 0 deletions(-) Should fix bug 271 LGTM. Ronald

Re: [libav-devel] [PATCH] avutil: change default buffer size alignment for sample buffer functions

2012-04-20 Thread Ronald S. Bultje
Hi, On Wed, Apr 18, 2012 at 7:36 PM, Justin Ruggles justin.rugg...@gmail.com wrote: On 04/16/2012 02:34 PM, Justin Ruggles wrote: On 04/10/2012 11:00 AM, Justin Ruggles wrote: Aligning nb_samples will give both correct plane pointer alignment and enough padding for SIMD-optimized

Re: [libav-devel] [PATCH] matroska: Add incremental parsing of clusters.

2012-04-19 Thread Ronald S. Bultje
Hi, On Thu, Apr 19, 2012 at 12:51 PM, Luca Barbato lu_z...@gentoo.org wrote: On 19/04/12 11:12, dalecur...@chromium.org wrote: From: Dale Curtis dalecur...@chromium.org Reduces the amount of upfront data required for cluster parsing thus decreasing latency on seek and startup. The change

Re: [libav-devel] [PATCH 01/12] rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC

2012-04-18 Thread Ronald S. Bultje
Hi, On Wed, Apr 18, 2012 at 4:15 AM, Christophe Gisquet christophe.gisq...@gmail.com wrote: 2012/4/18 Jason Garrett-Glaser ja...@x264.com: +    lea      myd, [sixtap_filter_v+myq] Can't this be add, at least on 32-bit? I don't think so, see my reply to Ronald. This add can be postponed

Re: [libav-devel] [PATCH] nutdec: fix const to non-const pointer conversion warnings

2012-04-18 Thread Ronald S. Bultje
Hi, 2012/4/18 Måns Rullgård m...@mansr.com: Luca Barbato lu_z...@gentoo.org writes: On 18/04/12 12:48, Mans Rullgard wrote: Signed-off-by: Mans Rullgard m...@mansr.com It seems an out of memory fix, am I wrong? I instinctively added that too.  Would you prefer splitting it in two? No.

Re: [libav-devel] [PATCH] avio: make AVIOContext.av_class pointer to const

2012-04-18 Thread Ronald S. Bultje
Hi, On Wed, Apr 18, 2012 at 1:01 PM, Mans Rullgard m...@mansr.com wrote: Fix this warning: libavformat/aviobuf.c:663:20: warning: assignment discards qualifiers from pointer target type Although this is a public header, it should remain source and binary compatible. Signed-off-by: Mans

Re: [libav-devel] [PATCH] dsputil x86: revert a test back to its previous value

2012-04-18 Thread Ronald S. Bultje
Hi, On Wed, Apr 18, 2012 at 12:41 PM, Christophe Gisquet christophe.gisq...@gmail.com wrote: 2012/4/18 Luca Barbato lu_z...@gentoo.org: You mean if ((mm_flags (AV_CPU_FLAG_SSE2 | AV_CPU_FLAG_SSE2SLOW)) == AV_CPU_FLAG_SSE2)? If that's what Justin meant, then yes that's OK. Yup, Christophe

Re: [libav-devel] [PATCH 01/12] rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC

2012-04-18 Thread Ronald S. Bultje
Hi, On Wed, Apr 18, 2012 at 12:46 PM, Christophe Gisquet christophe.gisq...@gmail.com wrote: 2012/4/18 Ronald S. Bultje rsbul...@gmail.com: That's Win64-specific, the Mac/Unix 64 builds could still benefit, no? So you recommend something like: %if WIN64 lea      myd, [sixtap_filter_v+myq

Re: [libav-devel] [PATCH 01/12] rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC

2012-04-17 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 11:44 AM, Christophe GISQUET christophe.gisq...@gmail.com wrote: [..] Looks impressive overall. Small nits: +    lea      myd, [sixtap_filter_v+myq] lea myq, ... +.nextrow: +    mova      m6, m1 +    movh      m5, [srcq+2*srcstrideq]      ; read new row +    

Re: [libav-devel] [PATCH 03/12] rv34dsp: factorize a multiplication in the noround inverse transform

2012-04-17 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 11:44 AM, Christophe GISQUET christophe.gisq...@gmail.com wrote: ---  libavcodec/rv34dsp.c |   18 +-  1 files changed, 9 insertions(+), 9 deletions(-) OK. Ronald ___ libav-devel mailing list

Re: [libav-devel] [PATCH 02/12] rv34dsp x86: implement MMX2 inverse transform

2012-04-17 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 11:44 AM, Christophe GISQUET christophe.gisq...@gmail.com wrote: 141 cycles down to 56. ---  libavcodec/x86/rv34dsp.asm    |   77 +  libavcodec/x86/rv34dsp_init.c |    2 +  2 files changed, 79 insertions(+), 0 deletions(-)

Re: [libav-devel] [PATCH 07/12] rv40dsp: always inline inloop filter

2012-04-17 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 11:44 AM, Christophe GISQUET christophe.gisq...@gmail.com wrote: 3% speedup on x86-64. ---  libavcodec/rv40.c |   11 ++-  1 files changed, 6 insertions(+), 5 deletions(-) I'm fine with this. Ronald ___

Re: [libav-devel] [PATCH 08/12] rv40: don't always do the full prev_type search

2012-04-17 Thread Ronald S. Bultje
On Tue, Apr 17, 2012 at 11:44 AM, Christophe GISQUET christophe.gisq...@gmail.com wrote: From: Christophe Gisquet christophe.gisq...@gmail.com 120-100 cycles. ---  libavcodec/rv40.c |   25 ++---  1 files changed, 14 insertions(+), 11 deletions(-) LGTM. Ronald

Re: [libav-devel] [PATCH 11/12] rv40: perform bitwise checks in loop filter

2012-04-17 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 11:44 AM, Christophe GISQUET christophe.gisq...@gmail.com wrote: From: Christophe Gisquet christophe.gisq...@gmail.com Down from 95 kcycles to 93 (including all called functions). ---  libavcodec/rv40.c |   16  1 files changed, 8 insertions(+), 8

Re: [libav-devel] [PATCH 12/12] rv40dsp: defer pixel access and computations untill they are needed

2012-04-17 Thread Ronald S. Bultje
Hi, 2012/4/17 Måns Rullgård m...@mansr.com: Christophe GISQUET christophe.gisq...@gmail.com writes: From: Christophe Gisquet christophe.gisq...@gmail.com Although depending on the input data, these do prove to be superfluous. For x86-64: - both top and bottom pixels to filter: 197-189

Re: [libav-devel] [PATCH 12/12] rv40dsp: defer pixel access and computations untill they are needed

2012-04-17 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 11:44 AM, Christophe GISQUET christophe.gisq...@gmail.com wrote: From: Christophe Gisquet christophe.gisq...@gmail.com Although depending on the input data, these do prove to be superfluous. For x86-64: - both top and bottom pixels to filter: 197-189 cycles - one

Re: [libav-devel] [PATCH] dsputil x86: revert a test back to its previous value

2012-04-17 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 10:33 AM, Luca Barbato lu_z...@gentoo.org wrote: On 17/04/12 10:19, Christophe Gisquet wrote: Hi, 2012/4/4 Justin Ruggles justin.rugg...@gmail.com: However, this looks to me like a situation to use the sse2slow flag instead of the 3dnow flag. Anyone care to test

Re: [libav-devel] [PATCH 2/2] mkv: use av_reduce instead of av_d2q for framerate estimation

2012-04-17 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 4:38 PM, Luca Barbato lu_z...@gentoo.org wrote: It avoids some rounding errors. ---  libavformat/matroskadec.c |    8 +---  1 files changed, 5 insertions(+), 3 deletions(-) LGTM. Ronald ___ libav-devel mailing list

Re: [libav-devel] [PATCH 1/2] mkv: report average framerate as minimal as well

2012-04-17 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 4:38 PM, Luca Barbato lu_z...@gentoo.org wrote: This is in line with other demuxers and overall seems more correct than assuming codec time base. ---  libavformat/matroskadec.c |    1 +  1 files changed, 1 insertions(+), 0 deletions(-) OK. Ronald

Re: [libav-devel] [PATCH] matroska: Add incremental parsing of clusters.

2012-04-17 Thread Ronald S. Bultje
Hi, On Tue, Apr 17, 2012 at 5:33 PM, dalecur...@chromium.org wrote: From: Dale Curtis dalecur...@chromium.org Reduces the amount of upfront data required for cluster parsing thus decreasing latency on seek and startup. The change in the seek-lavf_mkv FATE test is due to incremental

Re: [libav-devel] [PATCH] prores: multithreaded quantiser search for encoder

2012-04-16 Thread Ronald S. Bultje
Hi, On Mon, Apr 16, 2012 at 11:08 AM, Kostya Shishkov kostya.shish...@gmail.com wrote: On Sun, Apr 15, 2012 at 03:17:39PM +0200, Diego Biurrun wrote: I would suggest   proresen: multithreaded quantiser search as log msg instead. On Sun, Apr 15, 2012 at 08:51:19AM +0200, Kostya Shishkov

Re: [libav-devel] [PATCH] prores: multithreaded quantiser search for encoder

2012-04-16 Thread Ronald S. Bultje
Hi, On Mon, Apr 16, 2012 at 11:42 AM, Kostya Shishkov kostya.shish...@gmail.com wrote: On Mon, Apr 16, 2012 at 11:26:53AM -0700, Ronald S. Bultje wrote: On Mon, Apr 16, 2012 at 11:08 AM, Kostya Shishkov kostya.shish...@gmail.com wrote: On Sun, Apr 15, 2012 at 03:17:39PM +0200, Diego Biurrun

Re: [libav-devel] [PATCH] prores: multithreaded quantiser search for encoder

2012-04-16 Thread Ronald S. Bultje
Hi, On Mon, Apr 16, 2012 at 12:01 PM, Kostya Shishkov kostya.shish...@gmail.com wrote: On Mon, Apr 16, 2012 at 11:52:51AM -0700, Ronald S. Bultje wrote: On Mon, Apr 16, 2012 at 11:42 AM, Kostya Shishkov kostya.shish...@gmail.com wrote: On Mon, Apr 16, 2012 at 11:26:53AM -0700, Ronald S

[libav-devel] [PATCH] h264: use proper PROLOGUE statement for a function using 8 registers.

2012-04-15 Thread Ronald S. Bultje
See attachment. Fixes crashes when using biweight on win64. Ronald 0001-h264-use-proper-PROLOGUE-statement-for-a-function-us.patch Description: Binary data ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH] h264: use proper PROLOGUE statement for a function using 8 registers.

2012-04-15 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com Fixes crashes when using biweight on win64. --- libavcodec/x86/h264_weight_10bit.asm |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/x86/h264_weight_10bit.asm b/libavcodec/x86/h264_weight_10bit.asm index c4b1298

Re: [libav-devel] [PATCH] targa: Simplify using bytestream_get() functions.

2012-04-14 Thread Ronald S. Bultje
Hi, On Sat, Apr 14, 2012 at 5:43 AM, Diego Biurrun di...@biurrun.de wrote: On Sun, Jul 03, 2011 at 05:06:25PM +0100, Måns Rullgård wrote: Diego Biurrun di...@biurrun.de writes: From: Reimar Döffinger reimar.doeffin...@gmx.de Signed-off-by: Reimar Döffinger reimar.doeffin...@gmx.de

Re: [libav-devel] [PATCH] tta: prevents overflows for 32bit integers in header.

2012-04-14 Thread Ronald S. Bultje
Hi, On Sat, Mar 31, 2012 at 10:40 AM, Justin Ruggles justin.rugg...@gmail.com wrote: On 03/31/2012 01:25 PM, Måns Rullgård wrote: Justin Ruggles justin.rugg...@gmail.com writes: On 03/31/2012 01:07 PM, Måns Rullgård wrote: Ronald S. Bultje rsbul...@gmail.com writes: Hi, On Sat, Mar 31

Re: [libav-devel] [PATCH 3/3] Add roqaudio regression test.

2012-04-14 Thread Ronald S. Bultje
Hi, On Sat, Apr 14, 2012 at 4:14 PM, Derek Buitenhuis derek.buitenh...@gmail.com wrote: From: Reimar Döffinger reimar.doeffin...@gmx.de Signed-off-by: Reimar Döffinger reimar.doeffin...@gmx.de ---  tests/codec-regression.sh |    5 +  tests/ref/acodec/roqaudio |    4  2 files

Re: [libav-devel] [PATCH] utvideo: Remove unused variable 'src_size'

2012-04-14 Thread Ronald S. Bultje
Hi, On Sat, Apr 14, 2012 at 2:28 PM, Derek Buitenhuis derek.buitenh...@gmail.com wrote: Signed-off-by: Derek Buitenhuis derek.buitenh...@gmail.com ---  libavcodec/utvideo.c |   12  1 file changed, 4 insertions(+), 8 deletions(-) OK. Ronald

Re: [libav-devel] [PATCH] vp3: Assert on invalid filter_limit values.

2012-04-13 Thread Ronald S. Bultje
Hi, 2012/4/13 Måns Rullgård m...@mansr.com: dalecur...@chromium.org writes: From: Dale Curtis dalecur...@chromium.org Signed-off-by: Dale Curtis dalecur...@chromium.org ---  libavcodec/vp3.c |    1 +  1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libavcodec/vp3.c

Re: [libav-devel] [PATCH] swscale: KR formatting cosmetics (part II)

2012-04-13 Thread Ronald S. Bultje
Hi, On Fri, Apr 13, 2012 at 12:04 AM, Diego Biurrun di...@biurrun.de wrote: Also adjust some comments including wording and typo fixes. ---  libswscale/swscale.c          |  567 +  libswscale/swscale_internal.h |    8 +-  libswscale/utils.c            | 1473

[libav-devel] [PATCH] dsputil: fix optimized emu_edge function on Win64.

2012-04-13 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com Recent register allocation changes (x86inc.asm update) changed the register order and thus opcodes for the inner loops. One of them became 128bytes, which confuses other parts of this function where it jumps to fixed-offset positions to extend the edge

[libav-devel] [PATCH] swscale: fix off-by-one in second coefficient in bilinear filters.

2012-04-13 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com If coefficient A is 12-bits xixed-point number X, then the other coefficient is (1 12) - X, not (1 12) - X - 1. --- libswscale/output.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libswscale/output.c b

[libav-devel] [PATCH] swscale: clip before assigning tables in RGB output functions.

2012-04-13 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com --- libswscale/output.c | 24 +++- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/libswscale/output.c b/libswscale/output.c index c0f9b36..b58bda9 100644 --- a/libswscale/output.c +++ b/libswscale/output.c

[libav-devel] [PATCH] swscale: round yuv422 output correctly.

2012-04-13 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com --- libswscale/output.c | 24 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/libswscale/output.c b/libswscale/output.c index b58bda9..ebe1f32 100644 --- a/libswscale/output.c +++ b/libswscale/output.c

Re: [libav-devel] [PATCH] swscale: fix off-by-one in second coefficient in bilinear filters.

2012-04-13 Thread Ronald S. Bultje
Hi, On Fri, Apr 13, 2012 at 2:58 PM, Luca Barbato lu_z...@gentoo.org wrote: On 13/04/12 14:37, Ronald S. Bultje wrote: From: Ronald S. Bultje rsbul...@gmail.com If coefficient A is 12-bits xixed-point number X, then the other fixed? coefficient is (1 12) - X, not (1 12) - X - 1

Re: [libav-devel] [PATCH] swscale: round yuv422 output correctly.

2012-04-13 Thread Ronald S. Bultje
Hi, On Fri, Apr 13, 2012 at 2:55 PM, Ronald S. Bultje rsbul...@gmail.com wrote: From: Ronald S. Bultje rsbul...@gmail.com ---  libswscale/output.c |   24  1 file changed, 12 insertions(+), 12 deletions(-) Scratch this one for now, I'm thinking if this is really

Re: [libav-devel] WMA Lossless cleanup

2012-04-13 Thread Ronald S. Bultje
Hi, On Fri, Apr 13, 2012 at 2:00 PM, Mashiat Sarker Shakkhar mashiat.sar...@gmail.com wrote: The following patch-series silences some gcc warnings about unused variables.    [PATCH 1/4] WMAL: Drop unused variable num_possible_block_size    [PATCH 2/4] Skip seekable_frame_in_packet    [PATCH

[libav-devel] [PATCH] h264: fix 10bit biweight functions after recent x86inc.asm fixes.

2012-04-12 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com --- libavcodec/x86/h264_weight_10bit.asm |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libavcodec/x86/h264_weight_10bit.asm b/libavcodec/x86/h264_weight_10bit.asm index 481c7ca..c4b1298 100644 --- a/libavcodec/x86

Re: [libav-devel] [PATCH] ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSE

2012-04-12 Thread Ronald S. Bultje
Hi, On Thu, Apr 12, 2012 at 1:22 PM, Justin Ruggles justin.rugg...@gmail.com wrote: Fixes ac3-encode and eac3-encode FATE test failures with SSE2 disabled. ---  libavcodec/x86/ac3dsp.asm |    6 --  1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/libavcodec/x86/ac3dsp.asm

[libav-devel] [PATCH] swscale: mmx/sse2/ssse3/avx yuv2yuyv422_X vertical scaling/output functions.

2012-04-12 Thread Ronald S. Bultje
From: Ronald S. Bultje rsbul...@gmail.com --- libswscale/utils.c| 41 libswscale/x86/output.asm | 185 + libswscale/x86/swscale_mmx.c | 43 + libswscale/x86/swscale_template.c | 44 - 4 files changed

Re: [libav-devel] [PATCH] swscale: mmx/sse2/ssse3/avx yuv2yuyv422_X vertical scaling/output functions.

2012-04-12 Thread Ronald S. Bultje
Hi, On Thu, Apr 12, 2012 at 3:54 PM, Ronald S. Bultje rsbul...@gmail.com wrote: From: Ronald S. Bultje rsbul...@gmail.com ---  libswscale/utils.c                |   41  libswscale/x86/output.asm         |  185 +  libswscale/x86/swscale_mmx.c

Re: [libav-devel] [PATCH] vp3: Assert on invalid filter_limit values.

2012-04-12 Thread Ronald S. Bultje
Hi, On Thu, Apr 12, 2012 at 4:07 PM, dalecur...@chromium.org wrote: From: Dale Curtis dalecur...@chromium.org Signed-off-by: Dale Curtis dalecur...@chromium.org ---  libavcodec/vp3.c |    1 +  1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libavcodec/vp3.c

Re: [libav-devel] [PATCH] swscale: KR formatting cosmetics (part II)

2012-04-12 Thread Ronald S. Bultje
Hi, On Thu, Apr 12, 2012 at 1:36 AM, Diego Biurrun di...@biurrun.de wrote: On Fri, Apr 06, 2012 at 05:57:59PM +0200, Diego Biurrun wrote: On Thu, Apr 05, 2012 at 04:54:40PM -0700, Ronald S. Bultje wrote: On Thu, Apr 5, 2012 at 4:52 AM, Diego Biurrun di...@biurrun.de wrote: -        for (j

Re: [libav-devel] [PATCH] matroska: Fix leaking memory allocated for laces.

2012-04-12 Thread Ronald S. Bultje
Hi, On Thu, Apr 12, 2012 at 5:35 PM, Luca Barbato lu_z...@gentoo.org wrote: On 12/04/12 17:14, dalecur...@chromium.org wrote: Probably could be factored with a goto, beside that seems ok. Attached OK? Ronald 0001-matroska-Fix-leaking-memory-allocated-for-laces.patch Description: Binary data

Re: [libav-devel] [PATCH] ac3dsp: call femms/emms at the end of float_to_fixed24() for 3DNow and SSE

2012-04-12 Thread Ronald S. Bultje
Hi, On Thu, Apr 12, 2012 at 8:34 PM, Justin Ruggles justin.rugg...@gmail.com wrote: On 04/12/2012 04:49 PM, Ronald S. Bultje wrote: On Thu, Apr 12, 2012 at 1:22 PM, Justin Ruggles justin.rugg...@gmail.com wrote: Fixes ac3-encode and eac3-encode FATE test failures with SSE2 disabled

Re: [libav-devel] [PATCH] pthread: Fix crash due to fctx-delaying not being cleared.

2012-04-12 Thread Ronald S. Bultje
Hi, On Thu, Apr 12, 2012 at 5:15 PM, Ronald S. Bultje rsbul...@gmail.com wrote: On Thu, Apr 12, 2012 at 5:12 PM,  dalecur...@chromium.org wrote: From: Dale Curtis dalecur...@chromium.org Reproducible with test case and ffplay -threads 2. Stack trace: http://pastebin.com/PexZ4Uc0 Test case

Re: [libav-devel] [PATCH] vp3: Assert on invalid filter_limit values.

2012-04-12 Thread Ronald S. Bultje
Hi, On Thu, Apr 12, 2012 at 4:12 PM, Ronald S. Bultje rsbul...@gmail.com wrote: On Thu, Apr 12, 2012 at 4:07 PM,  dalecur...@chromium.org wrote: From: Dale Curtis dalecur...@chromium.org Signed-off-by: Dale Curtis dalecur...@chromium.org ---  libavcodec/vp3.c |    1 +  1 files changed, 1

Re: [libav-devel] [PATCH] matroska: Fix leaking memory allocated for laces.

2012-04-12 Thread Ronald S. Bultje
Hi, On Thu, Apr 12, 2012 at 9:34 PM, Luca Barbato lu_z...@gentoo.org wrote: On 12/04/12 21:28, Ronald S. Bultje wrote: On Thu, Apr 12, 2012 at 5:35 PM, Luca Barbato lu_z...@gentoo.org wrote: On 12/04/12 17:14, dalecur...@chromium.org wrote: Probably could be factored with a goto, beside

Re: [libav-devel] [PATCH] Revert matroskadec: don't set codec timebase.

2012-04-12 Thread Ronald S. Bultje
Hi, On Thu, Apr 12, 2012 at 10:05 PM, Luca Barbato lu_z...@gentoo.org wrote: On 12/04/12 18:27, Dale Curtis wrote: @Luca: thanks for taking a look! Ok, so: current head, webm file freshly baked using the default settings from avconv. [..] Please tell me how to reproduce your issue better

Re: [libav-devel] [PATCH] vp3: Fix out of bounds write.

2012-04-11 Thread Ronald S. Bultje
Hi, On Wed, Apr 11, 2012 at 6:09 PM, dalecur...@chromium.org wrote: From: Dale Curtis dalecur...@chromium.org On corrupt or malicious files, filter_limit can be = 128 leading to an out of bounds write. Signed-off-by: Dale Curtis dalecur...@chromium.org ---  libavcodec/vp3.c |    2 +-  1

Re: [libav-devel] [PATCH] h264: Split H.264 decoder off from H.264 common code.

2012-04-10 Thread Ronald S. Bultje
Hi, On Tue, Apr 10, 2012 at 7:12 AM, Diego Biurrun di...@biurrun.de wrote: On Fri, Mar 30, 2012 at 02:08:22AM +0200, Diego Biurrun wrote: ---  libavcodec/Makefile  |    2 +-  libavcodec/h264.c    |  358 +++---  libavcodec/h264.h    |    5 +  

Re: [libav-devel] [PATCH] interplayvideo: adjust av_dlog parameter type

2012-04-10 Thread Ronald S. Bultje
Hi, On Tue, Apr 10, 2012 at 9:19 AM, Diego Biurrun di...@biurrun.de wrote: libavcodec/interplayvideo.c:909:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 7 has type ‘GetByteContext’ [-Wformat] ---  libavcodec/interplayvideo.c |    2 +-  1 files changed, 1

Re: [libav-devel] [PATCH] h264: Split H.264 decoder off from H.264 common code.

2012-04-10 Thread Ronald S. Bultje
Hi, On Tue, Apr 10, 2012 at 9:27 AM, Martin Storsjö mar...@martin.st wrote: On Tue, 10 Apr 2012, Diego Biurrun wrote: On Tue, Apr 10, 2012 at 07:30:30AM -0700, Ronald S. Bultje wrote: On Tue, Apr 10, 2012 at 7:12 AM, Diego Biurrun di...@biurrun.de wrote: On Fri, Mar 30, 2012 at 02:08:22AM

Re: [libav-devel] [PATCH] rv40dsp: implement prescaled versions for biweight.

2012-04-10 Thread Ronald S. Bultje
Hi, On Thu, Apr 5, 2012 at 4:15 PM, Ronald S. Bultje rsbul...@gmail.com wrote: On Thu, Apr 5, 2012 at 1:29 PM, Christophe Gisquet christophe.gisq...@gmail.com wrote: 2012/4/5 Ronald S. Bultje rsbul...@gmail.com: This looks OK. Is there a performance benefit? I assume there isn't anything

Re: [libav-devel] [PATCH] interplayvideo: fix av_dlog parameter type mismatch

2012-04-10 Thread Ronald S. Bultje
Hi, On Tue, Apr 10, 2012 at 10:23 AM, Diego Biurrun di...@biurrun.de wrote: libavcodec/interplayvideo.c:909:13: warning: format ‘%p’ expects argument of type ‘void *’, but argument 7 has type ‘GetByteContext’ [-Wformat] ---  libavcodec/interplayvideo.c |    5 +++--  1 files changed, 3

Re: [libav-devel] [PATCH] h264: Split H.264 decoder off from H.264 common code.

2012-04-10 Thread Ronald S. Bultje
Hi, On Tue, Apr 10, 2012 at 12:40 PM, Diego Biurrun di...@biurrun.de wrote: On Tue, Apr 10, 2012 at 11:37:30AM -0700, Luca Barbato wrote: On 10/04/12 09:24, Diego Biurrun wrote: On Tue, Apr 10, 2012 at 07:30:30AM -0700, Ronald S. Bultje wrote: On Tue, Apr 10, 2012 at 7:12 AM, Diego Biurrun

Re: [libav-devel] [PATCH] h264: Split H.264 decoder off from H.264 common code.

2012-04-10 Thread Ronald S. Bultje
Hi, On Tue, Apr 10, 2012 at 1:23 PM, Diego Biurrun di...@biurrun.de wrote: On Tue, Apr 10, 2012 at 12:49:20PM -0700, Ronald S. Bultje wrote: On Tue, Apr 10, 2012 at 12:40 PM, Diego Biurrun di...@biurrun.de wrote: On Tue, Apr 10, 2012 at 11:37:30AM -0700, Luca Barbato wrote: On 10/04/12 09

Re: [libav-devel] [PATCH] h264: Split H.264 decoder off from H.264 common code.

2012-04-10 Thread Ronald S. Bultje
Hi, On Tue, Apr 10, 2012 at 1:49 PM, Diego Biurrun di...@biurrun.de wrote: On Tue, Apr 10, 2012 at 01:27:59PM -0700, Ronald S. Bultje wrote: On Tue, Apr 10, 2012 at 1:23 PM, Diego Biurrun di...@biurrun.de wrote: On Tue, Apr 10, 2012 at 12:49:20PM -0700, Ronald S. Bultje wrote: On Tue, Apr

Re: [libav-devel] [PATCH] movenc: fix segfault with chapter tracks (cherrypick)

2012-04-10 Thread Ronald S. Bultje
Hi, On Tue, Apr 10, 2012 at 4:11 PM, Johan Andersson j...@i19.se wrote: Hallå. Cherry picked this fix from ffmpeg and it fixes bugreport 263 OK. Ronald ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH] mem: Consistently return NULL for av_malloc(0)

2012-04-09 Thread Ronald S. Bultje
Hi, On Mon, Apr 9, 2012 at 4:50 AM, Martin Storsjö mar...@martin.st wrote: On Sun, 8 Apr 2012, Martin Storsjö wrote: Plain POSIX malloc(0) is allowed to return either NULL or a non-NULL pointer. The calling code should be ready to handle a NULL return as a correct return (instead of a

Re: [libav-devel] [PATCH] mem: Consistently return NULL for av_malloc(0)

2012-04-09 Thread Ronald S. Bultje
Hi, On Mon, Apr 9, 2012 at 10:34 AM, Martin Storsjö mar...@martin.st wrote: On Mon, 9 Apr 2012, Ronald S. Bultje wrote: On Mon, Apr 9, 2012 at 4:50 AM, Martin Storsjö mar...@martin.st wrote: On Sun, 8 Apr 2012, Martin Storsjö wrote: Plain POSIX malloc(0) is allowed to return either NULL

Re: [libav-devel] [PATCH 2/2] ppc: Add/remove a number of const qualifiers to fix related warnings.

2012-04-09 Thread Ronald S. Bultje
Hi, On Mon, Apr 9, 2012 at 11:14 AM, Diego Biurrun di...@biurrun.de wrote: On Mon, Apr 02, 2012 at 07:03:30PM +0200, Diego Biurrun wrote: ---  libavcodec/ppc/gmc_altivec.c     |    2 +-  libavcodec/ppc/int_altivec.c     |    3 ++-  libswscale/ppc/yuv2rgb_altivec.c |   10 +-  3 files

Re: [libav-devel] [PATCH] mem: Consistently return NULL for av_malloc(0)

2012-04-09 Thread Ronald S. Bultje
Hi, On Mon, Apr 9, 2012 at 12:10 PM, Martin Storsjö mar...@martin.st wrote: Plain POSIX malloc(0) is allowed to return either NULL or a non-NULL pointer. The calling code should be ready to handle a NULL return as a correct return (instead of a failure) if the size to allocate was 0 - this

Re: [libav-devel] [PATCH] swscale: Properly scale YUV

2012-04-09 Thread Ronald S. Bultje
Hi, On Mon, Apr 9, 2012 at 3:12 PM, Derek Buitenhuis derek.buitenh...@gmail.com wrote: Only shift limited range luma, and always only shift chroma for upconversion. Sorry, what does this mean? Ronald ___ libav-devel mailing list

Re: [libav-devel] [PATCH 06/11] lavc doxy: replace \ with /

2012-04-08 Thread Ronald S. Bultje
Hi, On Sun, Apr 8, 2012 at 5:09 AM, Anton Khirnov an...@khirnov.net wrote: It's the more proper symbol to use and it prevents doxygen from thinking it's a command. ---  libavcodec/avcodec.h |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/avcodec.h

Re: [libav-devel] [PATCH 03/11] lavc doxy: fix formatting of AV_PKT_DATA_{PARAM_CHANGE, H263_MB_INFO}

2012-04-08 Thread Ronald S. Bultje
Hi, On Sun, Apr 8, 2012 at 5:09 AM, Anton Khirnov an...@khirnov.net wrote: ---  libavcodec/avcodec.h |    4  1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 09f1b81..ee6cb9f 100644 --- a/libavcodec/avcodec.h +++

Re: [libav-devel] [PATCH] avutil: use align == 0 for default alignment in audio sample buffer functions

2012-04-08 Thread Ronald S. Bultje
Hi, On Sun, Apr 8, 2012 at 5:00 PM, Justin Ruggles justin.rugg...@gmail.com wrote: ---  libavutil/avutil.h    |    2 +-  libavutil/samplefmt.c |    4  libavutil/samplefmt.h |    5 +++--  3 files changed, 8 insertions(+), 3 deletions(-) LGTM. Ronald

Re: [libav-devel] [PATCH 2/4] avutil: use align == 0 for default alignment in audio sample buffer functions

2012-04-07 Thread Ronald S. Bultje
Hi, On Thu, Apr 5, 2012 at 4:13 PM, Justin Ruggles justin.rugg...@gmail.com wrote: +    /* auto-select alignment if not specified */ +    if (!align) { +        if (planar) +            align = 32; +        else +            align = 32 * FFMIN(nb_channels, 32); +    } Why 2*n_channels?

Re: [libav-devel] [PATCH 4/4] avconv: use default alignment for audio buffer

2012-04-07 Thread Ronald S. Bultje
Hi, On Thu, Apr 5, 2012 at 4:13 PM, Justin Ruggles justin.rugg...@gmail.com wrote: ---  avconv.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/avconv.c b/avconv.c index 1c97c80..f87962e 100644 --- a/avconv.c +++ b/avconv.c @@ -1030,7 +1030,7 @@ static int

Re: [libav-devel] [PATCH 3/4] avcodec: use align == 0 for default alignment in avcodec_fill_audio_frame()

2012-04-07 Thread Ronald S. Bultje
Hi, On Thu, Apr 5, 2012 at 4:13 PM, Justin Ruggles justin.rugg...@gmail.com wrote: Use default alignment in audio_get_buffer() ---  libavcodec/avcodec.h |    2 +-  libavcodec/utils.c   |    4 ++--  libavcodec/version.h |    2 +-  3 files changed, 4 insertions(+), 4 deletions(-) LGTM.

Re: [libav-devel] [PATCH 1/4] avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()

2012-04-07 Thread Ronald S. Bultje
Hi, On Thu, Apr 5, 2012 at 4:13 PM, Justin Ruggles justin.rugg...@gmail.com wrote: ---  libavutil/samplefmt.c |    9 ++---  libavutil/samplefmt.h |    4 ++--  2 files changed, 8 insertions(+), 5 deletions(-) Why? Are there particular cases where passing NULL saves code or cycles? Ronald

Re: [libav-devel] [PATCH 1/4] avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc()

2012-04-07 Thread Ronald S. Bultje
Hi, On Sat, Apr 7, 2012 at 11:55 AM, Justin Ruggles justin.rugg...@gmail.com wrote: On 04/07/2012 02:16 PM, Ronald S. Bultje wrote: On Thu, Apr 5, 2012 at 4:13 PM, Justin Ruggles justin.rugg...@gmail.com wrote: ---  libavutil/samplefmt.c |    9 ++---  libavutil/samplefmt.h |    4

Re: [libav-devel] [PATCH] rtsp: Don't expose the MS-RTSP RTX data stream to the caller

2012-04-07 Thread Ronald S. Bultje
Hi, On Sat, Apr 7, 2012 at 1:48 PM, Martin Storsjö mar...@martin.st wrote: This avoids exposing a dummy AVStream which won't get any data and which will make avformat_find_stream_info wait for info about this stream. ---  libavformat/rtpdec.c       |    2 +-  libavformat/rtpdec_amr.c   |    

Re: [libav-devel] [PATCH] cosmetics: Fix indentation

2012-04-07 Thread Ronald S. Bultje
Hi, On Sat, Apr 7, 2012 at 1:47 PM, Martin Storsjö mar...@martin.st wrote: ---  libavformat/rtpdec_xiph.c |    2 +-  1 file changed, 1 insertion(+), 1 deletion(-) OK. Ronald ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH] Convert vector_fmul to yasm and add AVX

2012-04-07 Thread Ronald S. Bultje
Hi, On Sat, Apr 7, 2012 at 3:56 PM, Kieran Kunhya kier...@ob-encoder.com wrote: $subj I'll probably convert the rest of the vector_fmul functions if my use of x264asm for floats is considered ok. Not that I care much, but you are dropping the 3dnow implementation, is that intentional?

Re: [libav-devel] [PATCH] Convert vector_fmul to yasm and add AVX

2012-04-07 Thread Ronald S. Bultje
Hi, On Sat, Apr 7, 2012 at 4:15 PM, Kieran Kunhya kier...@ob-encoder.com wrote: Doesn't x86inc.asm already abstract these? So that you could use mulps in both cases and end up with exactly what you have there? I tried that and it didn't work. mulps appears to be setup correctly as an avx

Re: [libav-devel] [PATCH 1/2] libavformat: Don't require a codec to be set for data streams

2012-04-06 Thread Ronald S. Bultje
Hi, On Fri, Apr 6, 2012 at 7:13 AM, Martin Storsjö mar...@martin.st wrote: This avoids blocking for a long time in avformat_find_stream_info while waiting for a codec to be set for data streams in MS-RTSP streams, where the codec won't ever be set. This is an adaptation of one part of

Re: [libav-devel] [PATCH 1/2] asfdec: Add an option for not searching for the packet markers

2012-04-06 Thread Ronald S. Bultje
Hi, On Fri, Apr 6, 2012 at 7:03 AM, Martin Storsjö mar...@martin.st wrote: Some streams don't contain these. --- I also tried changing the code in ff_asf_get_packet to seek back and try to restart with the assumption that there isn't any start marker (the code with a FIXME remark), but it

Re: [libav-devel] [PATCH 2/2] libavformat: Only require first packet to be known for audio/video streams

2012-04-06 Thread Ronald S. Bultje
Hi, On Fri, Apr 6, 2012 at 7:13 AM, Martin Storsjö mar...@martin.st wrote: From: Joakim Plate elu...@ecce.se It can take a long time before subtitles or data streams show up, so we shouldn't wait for those before assuming we have all info for streams. --- This also is required for MS-RTSP

Re: [libav-devel] [PATCH 2/2] Fix up our asm to work with new x86inc.asm.

2012-04-06 Thread Ronald S. Bultje
Hi, On Thu, Apr 5, 2012 at 4:57 PM, Ronald S. Bultje rsbul...@gmail.com wrote: On Wed, Apr 4, 2012 at 2:03 PM, Ronald S. Bultje rsbul...@gmail.com wrote: From: Ronald S. Bultje rsbul...@gmail.com ---  libavcodec/x86/dsputil_yasm.asm    |   36 -  libavcodec/x86/fft_mmx.asm

Re: [libav-devel] [PATCH] mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warning.

2012-04-06 Thread Ronald S. Bultje
Hi, On Wed, Apr 4, 2012 at 1:55 PM, Anne X funxi...@gmail.com wrote: On Wed, Apr 4, 2012 at 12:29 PM, Ronald S. Bultje rsbul...@gmail.com wrote: I see. Do you mind if I ask for a real name so we can attribute it to you personally? Sure, Anne Aaron Pushed by Martin - thanks for the patch

Re: [libav-devel] [PATCH 1/2] libavformat: Don't require a codec to be set for data streams

2012-04-06 Thread Ronald S. Bultje
Hi, On Fri, Apr 6, 2012 at 8:29 AM, Martin Storsjö mar...@martin.st wrote: On Fri, 6 Apr 2012, Ronald S. Bultje wrote: On Fri, Apr 6, 2012 at 7:13 AM, Martin Storsjö mar...@martin.st wrote: This avoids blocking for a long time in avformat_find_stream_info while waiting for a codec to be set

Re: [libav-devel] [PATCH] cosmetics: Convert mimic.c to utf-8

2012-04-06 Thread Ronald S. Bultje
Hi, On Fri, Apr 6, 2012 at 10:57 AM, Martin Storsjö mar...@martin.st wrote: ---  libavcodec/mimic.c |    2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/mimic.c b/libavcodec/mimic.c index 33c5f7b..18f552d 100644 --- a/libavcodec/mimic.c +++ b/libavcodec/mimic.c

Re: [libav-devel] [PATCH] nellymoserenc: fix crash due to memsetting the wrong area.

2012-04-06 Thread Ronald S. Bultje
Hi, On Fri, Apr 6, 2012 at 11:00 AM, Martin Storsjö mar...@martin.st wrote: From: Reimar Döffinger reimar.doeffin...@gmx.de Signed-off-by: Reimar Döffinger reimar.doeffin...@gmx.de ---  libavcodec/nellymoserenc.c |    2 +-  1 file changed, 1 insertion(+), 1 deletion(-) diff --git

<    4   5   6   7   8   9   10   11   12   13   >