[libav-devel] [PATCH] lavf: inspect more frames for fps when container time base is coarse

2011-03-28 Thread Anton Khirnov
From: Anssi Hannula anssi.hann...@iki.fi As per issue2629, most 23.976fps matroska H.264 files are incorrectly detected as 24fps, as the matroska timestamps usually have only millisecond precision. Fix that by doubling the amount of timestamps inspected for frame rate for streams that have

Re: [libav-devel] [PATCH] mlp_parse.c: set AVCodecContext channel_layout

2011-03-28 Thread Benjamin Larsson
On 03/26/2011 03:34 AM, John Stebbins wrote: The channel layout isn't getting set for mlp and truehd audio. I don't see any reorder of the channels. Just setting the channel mask will only signal the content. Not output them in the correct order. Do you plan to implement reordering also? MvH

Re: [libav-devel] [PATCH 1/2] framebuffer device demuxer

2011-03-28 Thread Diego Biurrun
On Mon, Mar 28, 2011 at 08:10:34AM +0200, Anton Khirnov wrote: Sorry, I don't know enough about lavc/rawdec to be able to do that. So unless somebody else feels like looking into this, I'd commit the attached (the two patches merged). A few small comments - don't bother sending a new patch,

[libav-devel] [PATCH] cosmetics: fix dashed line length after 070c5d0

2011-03-28 Thread Janne Grunau
--- LICENSE |2 +- README |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 3b233c6..725995d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,5 @@ Libav: +-- Most files in Libav are under the GNU Lesser General Public License

Re: [libav-devel] [PATCH 4/4] Add MxPEG decoder

2011-03-28 Thread Diego Biurrun
On Mon, Mar 28, 2011 at 10:31:58AM +0400, Anatoly Nenashev wrote: On 28.03.2011 09:20, Reinhard Tartler wrote: [...] While both these comments are valid, I really hope that they don't intimidate potential contributors from participating. I guess Anton wants to submit his code for both FFmpeg

Re: [libav-devel] [PATCH] cosmetics: fix dashed line length after 070c5d0

2011-03-28 Thread Diego Biurrun
On Mon, Mar 28, 2011 at 09:55:00AM +0200, Janne Grunau wrote: --- LICENSE |2 +- README |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) OK of course Diego ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH 1/2] lavf: update AVStream.nb_frames when muxing.

2011-03-28 Thread Anton Khirnov
--- libavformat/matroskaenc.c |2 +- libavformat/utils.c |7 +++ 2 files changed, 8 insertions(+), 1 deletions(-) diff --git a/libavformat/matroskaenc.c b/libavformat/matroskaenc.c index 4f9bf0a..54c74a6 100644 --- a/libavformat/matroskaenc.c +++ b/libavformat/matroskaenc.c @@

[libav-devel] [PATCH 2/2] mp3enc: write a xing frame containing number of frames in the file

2011-03-28 Thread Anton Khirnov
--- libavcodec/Makefile |1 + libavformat/mp3enc.c | 74 ++--- 2 files changed, 70 insertions(+), 5 deletions(-) diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 85d9a34..f9b1bf8 100644 --- a/libavcodec/Makefile +++

Re: [libav-devel] Fwd: [FFmpeg-devel] [PATCH] ac3enc: replace nb_coefs with start_freq and end_freq in AC3EncodeContext.

2011-03-28 Thread Justin Ruggles
On 03/28/2011 11:10 AM, Måns Rullgård wrote: Justin Ruggles justin.rugg...@gmail.com writes: Currently start_freq is always 0, but it will be non-zero for the coupling channel after channel coupling is implemented. --- libavcodec/ac3enc.c | 74

Re: [libav-devel] [PATCH 1/2] framebuffer device demuxer

2011-03-28 Thread Anton Khirnov
On Mon, Mar 28, 2011 at 09:51:39AM +0200, Diego Biurrun wrote: On Mon, Mar 28, 2011 at 08:10:34AM +0200, Anton Khirnov wrote: Sorry, I don't know enough about lavc/rawdec to be able to do that. So unless somebody else feels like looking into this, I'd commit the attached (the two patches

Re: [libav-devel] [PATCH 4/4] Add MxPEG decoder

2011-03-28 Thread Anatoly Nenashev
On 28.03.2011 02:58, Diego Biurrun wrote: [...] Nah, you should do it; it's easier for the committer to change your patch then and there are no other decoders in the queue right now, so there should not be conflicts. More comments below, but wait for further review and/or a day before sending

Re: [libav-devel] [PATCH] mlp_parse.c: set AVCodecContext channel_layout

2011-03-28 Thread Benjamin Larsson
On 03/28/2011 08:06 PM, John Stebbins wrote: On 03/28/2011 12:21 AM, Benjamin Larsson wrote: On 03/26/2011 03:34 AM, John Stebbins wrote: The channel layout isn't getting set for mlp and truehd audio. I don't see any reorder of the channels. Just setting the channel mask will only signal

Re: [libav-devel] [PATCH 1/2] Add an -apad option to ffmpeg to pad audio to video length.

2011-03-28 Thread Måns Rullgård
Alex Converse aconve...@google.com writes: --- doc/ffmpeg.texi |2 ++ ffmpeg.c| 47 +-- 2 files changed, 47 insertions(+), 2 deletions(-) When is this useful? -- Måns Rullgård m...@mansr.com

Re: [libav-devel] [PATCH 1/2] Add an -apad option to ffmpeg to pad audio to video length.

2011-03-28 Thread Alex Converse
2011/3/28 Måns Rullgård m...@mansr.com Alex Converse aconve...@google.com writes: ---  doc/ffmpeg.texi |    2 ++  ffmpeg.c        |   47 +--  2 files changed, 47 insertions(+), 2 deletions(-) When is this useful? Some flv players cut out

Re: [libav-devel] [PATCH 1/2] Add an -apad option to ffmpeg to pad audio to video length.

2011-03-28 Thread Justin Ruggles
On 03/28/2011 04:54 PM, Alex Converse wrote: --- doc/ffmpeg.texi |2 ++ ffmpeg.c| 47 +-- 2 files changed, 47 insertions(+), 2 deletions(-) 0001-Add-an-apad-option-to-ffmpeg-to-pad-audio-to-video-l.patch diff --git

Re: [libav-devel] [PATCH 1/2] Add an -apad option to ffmpeg to pad audio to video length.

2011-03-28 Thread Alex Converse
On Mon, Mar 28, 2011 at 2:19 PM, Justin Ruggles justin.rugg...@gmail.com wrote: On 03/28/2011 04:54 PM, Alex Converse wrote: ---  doc/ffmpeg.texi |    2 ++  ffmpeg.c        |   47 +--  2 files changed, 47 insertions(+), 2 deletions(-)

Re: [libav-devel] [PATCH] SMUSH decoder, v0 and 1

2011-03-28 Thread Ronald S. Bultje
Hi, On Wed, Mar 23, 2011 at 2:03 PM, Kostya kostya.shish...@gmail.com wrote: On Tue, Mar 22, 2011 at 06:54:38PM +0100, Diego Biurrun wrote: On Sun, Mar 20, 2011 at 11:02:23AM +0100, Kostya wrote: [...] The usual nits.. reordered, added whitespaces, broke some long lines (even if I don't

[libav-devel] [PATCH] mimic: implement multithreading.

2011-03-28 Thread Ronald S. Bultje
From: Alexander Strange astra...@ithinksw.com --- libavcodec/mimic.c | 60 ++- 1 files changed, 49 insertions(+), 11 deletions(-) diff --git a/libavcodec/mimic.c b/libavcodec/mimic.c index a12f638..133d26f 100644 --- a/libavcodec/mimic.c +++