Re: [libav-devel] [PATCH 3/3] Use parsers for RealVideo 3/4 to determine correct PTS

2011-08-17 Thread Kostya
On Tue, Aug 16, 2011 at 04:13:35PM -0700, Ronald S. Bultje wrote: Hi, On Mon, Aug 15, 2011 at 11:43 PM, Kostya kostya.shish...@gmail.com wrote: On Mon, Aug 15, 2011 at 09:42:50PM +0100, Måns Rullgård wrote: Kostya kostya.shish...@gmail.com writes: [...] Why are most of the frames

Re: [libav-devel] [PATCH] Windows Media Image decoder (WMVP/WVP2)

2011-08-17 Thread Kostya
On Tue, Aug 16, 2011 at 05:08:52PM -0700, Ronald S. Bultje wrote: Hi, On Tue, Aug 16, 2011 at 5:24 AM, Alberto Delmás adel...@gmail.com wrote: +av_log(avctx, AV_LOG_DEBUG, %d.%.3d, + sd-coefs[sprite][i] / (116), + (sd-coefs[sprite][i]

Re: [libav-devel] [PATCH] lavf: Add an XMV demuxer

2011-08-17 Thread Kostya
On Tue, Aug 16, 2011 at 09:26:45PM +0200, Sven Hesse wrote: New version. The wmv2dec hack was removed; the demuxer now manually converts the extradata into the standard WMV2 format. This has the added benefit that remuxing works now. Additionally, the keyframe flag is also passed to video

[libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Kostya Shishkov
This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here: http://samples.libav.org/samples/real/tv_watching_t1.rm --- libavcodec/rv10.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [libav-devel] AMD testers wanted.

2011-08-17 Thread Diego Biurrun
On Tue, Aug 16, 2011 at 08:24:40AM -0700, Alex Converse wrote: On Tue, Aug 16, 2011 at 2:33 AM, Diego Biurrun di...@biurrun.de wrote: On Mon, Aug 15, 2011 at 02:49:01PM -0700, Alex Converse wrote: On Sun, Aug 14, 2011 at 11:29 AM, Loren Merritt lor...@u.washington.edu wrote: On Sun, 14

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 01:33:07PM +0200, Luca Barbato wrote: On 8/17/11 10:36 AM, Kostya Shishkov wrote: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here:

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Diego Biurrun
On Wed, Aug 17, 2011 at 01:47:31PM +0200, Kostya wrote: On Wed, Aug 17, 2011 at 01:33:07PM +0200, Luca Barbato wrote: On 8/17/11 10:36 AM, Kostya Shishkov wrote: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding),

Re: [libav-devel] [PATCH] lavf: Add an XMV demuxer

2011-08-17 Thread Diego Biurrun
On Wed, Aug 17, 2011 at 09:09:33AM +0200, Kostya wrote: On Tue, Aug 16, 2011 at 09:26:45PM +0200, Sven Hesse wrote: New version. From 3ef19ef9243e397f5775b8d5273d7500a12c80d5 Mon Sep 17 00:00:00 2001 From: Sven Hesse drmc...@users.sourceforge.net Date: Mon, 15 Aug 2011 21:14:47 +0200

[libav-devel] [PATCH] RV3/4 parser: remove unused variable 'off'

2011-08-17 Thread Kostya Shishkov
--- libavcodec/rv34_parser.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/libavcodec/rv34_parser.c b/libavcodec/rv34_parser.c index c2563a5..ce86043 100644 --- a/libavcodec/rv34_parser.c +++ b/libavcodec/rv34_parser.c @@ -43,7 +43,6 @@ static int

Re: [libav-devel] [PATCH] RV3/4 parser: remove unused variable 'off'

2011-08-17 Thread Diego Biurrun
On Wed, Aug 17, 2011 at 03:07:49PM +0200, Kostya Shishkov wrote: --- libavcodec/rv34_parser.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) Queued. Diego ___ libav-devel mailing list libav-devel@libav.org

[libav-devel] [PATCH] ffmpeg: remove unsed variable nopts

2011-08-17 Thread Diego Biurrun
--- ffmpeg.c |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/ffmpeg.c b/ffmpeg.c index 1443dd3..c4ac3f9 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -695,7 +695,6 @@ static int read_avserver_streams(AVFormatContext *s, const char *filename) { int i, err;

Re: [libav-devel] [PATCH] ffmpeg: remove unsed variable nopts

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 03:39:37PM +0200, Diego Biurrun wrote: --- ffmpeg.c |4 1 files changed, 0 insertions(+), 4 deletions(-) You know, it prints This program is not developed anymore and is only provided for compatibility., so please concentrate on improving avconv instead.

Re: [libav-devel] [PATCH] ffmpeg: remove unsed variable nopts

2011-08-17 Thread Diego Biurrun
On Wed, Aug 17, 2011 at 03:47:10PM +0200, Kostya wrote: On Wed, Aug 17, 2011 at 03:39:37PM +0200, Diego Biurrun wrote: --- ffmpeg.c |4 1 files changed, 0 insertions(+), 4 deletions(-) You know, it prints This program is not developed anymore and is only provided for

Re: [libav-devel] [PATCH] ffmpeg: remove unsed variable nopts

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 03:54:19PM +0200, Diego Biurrun wrote: On Wed, Aug 17, 2011 at 03:47:10PM +0200, Kostya wrote: On Wed, Aug 17, 2011 at 03:39:37PM +0200, Diego Biurrun wrote: --- ffmpeg.c |4 1 files changed, 0 insertions(+), 4 deletions(-) You know, it prints

[libav-devel] [PATCH 02/11] avconv: make itsscale syntax consistent with other options.

2011-08-17 Thread Anton Khirnov
Move the stream specifier to the option name. --- avconv.c | 37 + 1 files changed, 17 insertions(+), 20 deletions(-) diff --git a/avconv.c b/avconv.c index 7c72db2..84fbbaa 100644 --- a/avconv.c +++ b/avconv.c @@ -100,8 +100,7 @@ static const OptionDef

[libav-devel] [PATCH 01/11] avconv: factor out adding input streams.

2011-08-17 Thread Anton Khirnov
--- avconv.c | 137 + 1 files changed, 74 insertions(+), 63 deletions(-) diff --git a/avconv.c b/avconv.c index 66772aa..7c72db2 100644 --- a/avconv.c +++ b/avconv.c @@ -2846,11 +2846,83 @@ static AVCodec *choose_codec(AVFormatContext

[libav-devel] [PATCH 03/11] avconv: add a wrapper for output AVFormatContexts

2011-08-17 Thread Anton Khirnov
It will be made useful in the following commits. --- avconv.c | 62 -- 1 files changed, 40 insertions(+), 22 deletions(-) diff --git a/avconv.c b/avconv.c index 84fbbaa..ebf48c5 100644 --- a/avconv.c +++ b/avconv.c @@ -102,9 +102,7 @@

[libav-devel] [PATCH 06/11] avconv: get rid of the arbitrary MAX_FILES limit.

2011-08-17 Thread Anton Khirnov
--- avconv.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/avconv.c b/avconv.c index af55d2f..a9b192a 100644 --- a/avconv.c +++ b/avconv.c @@ -97,8 +97,6 @@ typedef struct MetadataMap { static const OptionDef options[]; -#define MAX_FILES 100 - static

[libav-devel] [PATCH 05/11] avconv: get rid of the output_streams_for_file vs. ost_table schizophrenia

2011-08-17 Thread Anton Khirnov
Instead store output streams in the same way as input streams. --- avconv.c | 97 - 1 files changed, 38 insertions(+), 59 deletions(-) diff --git a/avconv.c b/avconv.c index eaa79a0..af55d2f 100644 --- a/avconv.c +++ b/avconv.c @@

[libav-devel] [PATCH 09/11] avconv: rescue poor abused recording_time global.

2011-08-17 Thread Anton Khirnov
Keep a per-OutputFile instance of it, thus making -t work with multiple output files. --- avconv.c | 22 ++-- tests/ref/fate/feeble-dxa |1 - tests/ref/fate/lmlm4-demux | 332 tests/ref/fate/real-rv40 |3 + 4 files

[libav-devel] [PATCH 11/11] avconv: reindent.

2011-08-17 Thread Anton Khirnov
--- avconv.c | 230 +++--- 1 files changed, 115 insertions(+), 115 deletions(-) diff --git a/avconv.c b/avconv.c index 007e040..721acc2 100644 --- a/avconv.c +++ b/avconv.c @@ -1565,137 +1565,137 @@ static int output_packet(InputStream

[libav-devel] [PATCH 08/11] avconv: merge two loops in output_packet().

2011-08-17 Thread Anton Khirnov
--- avconv.c | 28 +--- 1 files changed, 9 insertions(+), 19 deletions(-) diff --git a/avconv.c b/avconv.c index 81315b6..8b92158 100644 --- a/avconv.c +++ b/avconv.c @@ -1538,25 +1538,6 @@ static int output_packet(InputStream *ist, int ist_index,

[libav-devel] [PATCH] h264: fix PCM intra-coded blocks in monochrome case

2011-08-17 Thread Diego Biurrun
From: Jeff Downs heydo...@somuchpressure.net Signed-off-by: Diego Biurrun di...@biurrun.de --- libavcodec/h264.c | 43 ++- 1 files changed, 30 insertions(+), 13 deletions(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index c2229ff..a9a6c8c

Re: [libav-devel] [PATCH 01/11] avconv: factor out adding input streams.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:42PM +0200, Anton Khirnov wrote: --- avconv.c | 137 + 1 files changed, 74 insertions(+), 63 deletions(-) lgtm ___ libav-devel mailing list

Re: [libav-devel] [PATCH 02/11] avconv: make itsscale syntax consistent with other options.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:43PM +0200, Anton Khirnov wrote: Move the stream specifier to the option name. --- avconv.c | 37 + 1 files changed, 17 insertions(+), 20 deletions(-) looks OK ___ libav-devel

Re: [libav-devel] [PATCH 04/11] avconv: merge output_opts into output_files.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:45PM +0200, Anton Khirnov wrote: --- avconv.c | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) You'd better merge it with previous patch, I have a mild allergy on word wrapper (and patches doing nothing useful). And uniting two related things

Re: [libav-devel] PATCH: LATM muxer

2011-08-17 Thread Diego Biurrun
On Tue, Aug 16, 2011 at 04:05:02PM -0700, Kieran Kunhya wrote: Includes the patch this time... From 308c2d9efc1af199c1512d49274ed301f1c6bc5a Mon Sep 17 00:00:00 2001 From: Kieran Kunhya kie...@kunhya.com Date: Tue, 16 Aug 2011 23:58:51 +0100 Subject: [PATCH] Add LATM muxing support. ---

Re: [libav-devel] [PATCH 05/11] avconv: get rid of the output_streams_for_file vs. ost_table schizophrenia

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:46PM +0200, Anton Khirnov wrote: Instead store output streams in the same way as input streams. --- avconv.c | 97 - 1 files changed, 38 insertions(+), 59 deletions(-) looks reasonable

Re: [libav-devel] [PATCH 07/11] avconv: fix broken indentation.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:48PM +0200, Anton Khirnov wrote: --- avconv.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/avconv.c b/avconv.c index a9b192a..81315b6 100644 --- a/avconv.c +++ b/avconv.c @@ -1585,7 +1585,9 @@ static int

Re: [libav-devel] [PATCH 09/11] avconv: rescue poor abused recording_time global.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:50PM +0200, Anton Khirnov wrote: Keep a per-OutputFile instance of it, thus making -t work with multiple output files. --- avconv.c | 22 ++-- tests/ref/fate/feeble-dxa |1 - tests/ref/fate/lmlm4-demux | 332

Re: [libav-devel] [PATCH 07/11] avconv: fix broken indentation.

2011-08-17 Thread Diego Biurrun
On Wed, Aug 17, 2011 at 05:04:48PM +0200, Anton Khirnov wrote: --- avconv.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) OK Diego ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 10/11] avconv: rescue poor abused start_time global.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:51PM +0200, Anton Khirnov wrote: Keep a per-OutputFile instance of it, thus making -ss work with multiple output files. --- avconv.c | 16 +++- 1 files changed, 11 insertions(+), 5 deletions(-) Isn't it supposed to seek in input at the given

Re: [libav-devel] [PATCH 04/11] avconv: merge output_opts into output_files.

2011-08-17 Thread Anton Khirnov
On Wed, 17 Aug 2011 17:58:04 +0200, Kostya kostya.shish...@gmail.com wrote: On Wed, Aug 17, 2011 at 05:04:45PM +0200, Anton Khirnov wrote: --- avconv.c | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) You'd better merge it with previous patch, I have a mild allergy

Re: [libav-devel] [PATCH 11/11] avconv: reindent.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:52PM +0200, Anton Khirnov wrote: --- avconv.c | 230 +++--- 1 files changed, 115 insertions(+), 115 deletions(-) [default OK for cosmetics] ___ libav-devel

Re: [libav-devel] [PATCH 08/11] avconv: merge two loops in output_packet().

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 05:04:49PM +0200, Anton Khirnov wrote: --- avconv.c | 28 +--- 1 files changed, 9 insertions(+), 19 deletions(-) looks OK ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH 11/11] avconv: reindent.

2011-08-17 Thread Diego Biurrun
On Wed, Aug 17, 2011 at 05:04:52PM +0200, Anton Khirnov wrote: --- avconv.c | 230 +++--- 1 files changed, 115 insertions(+), 115 deletions(-) OK Diego ___ libav-devel mailing list

[libav-devel] [PATCH] h264: fix PCM intra-coded blocks in monochrome case

2011-08-17 Thread Diego Biurrun
From: Jeff Downs heydo...@somuchpressure.net Signed-off-by: Diego Biurrun di...@biurrun.de --- libavcodec/h264.c | 34 -- 1 files changed, 24 insertions(+), 10 deletions(-) diff --git a/libavcodec/h264.c b/libavcodec/h264.c index c2229ff..ef1aa3b 100644 ---

Re: [libav-devel] [PATCH] h264: fix PCM intra-coded blocks in monochrome case

2011-08-17 Thread Diego Biurrun
On Wed, Aug 17, 2011 at 05:52:53PM +0200, Diego Biurrun wrote: From: Jeff Downs heydo...@somuchpressure.net Discard this one, mistakenly sent without local changes. Diego ___ libav-devel mailing list libav-devel@libav.org

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Ronald S. Bultje
Hi, On Wed, Aug 17, 2011 at 1:36 AM, Kostya Shishkov kostya.shish...@gmail.com wrote: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here: http://samples.libav.org/samples/real/tv_watching_t1.rm ---  

Re: [libav-devel] [PATCH 10/11] avconv: rescue poor abused start_time global.

2011-08-17 Thread Anton Khirnov
On Wed, 17 Aug 2011 18:03:00 +0200, Kostya kostya.shish...@gmail.com wrote: On Wed, Aug 17, 2011 at 05:04:51PM +0200, Anton Khirnov wrote: Keep a per-OutputFile instance of it, thus making -ss work with multiple output files. --- avconv.c | 16 +++- 1 files changed, 11

Re: [libav-devel] [PATCH 09/11] avconv: rescue poor abused recording_time global.

2011-08-17 Thread Anton Khirnov
On Wed, 17 Aug 2011 18:01:58 +0200, Kostya kostya.shish...@gmail.com wrote: On Wed, Aug 17, 2011 at 05:04:50PM +0200, Anton Khirnov wrote: Keep a per-OutputFile instance of it, thus making -t work with multiple output files. --- avconv.c | 22 ++--

Re: [libav-devel] [PATCH 3/3] Use parsers for RealVideo 3/4 to determine correct PTS

2011-08-17 Thread Vladimir Pantelic
Ronald S. Bultje wrote: Hi, On Tue, Aug 16, 2011 at 11:06 PM, Kostyakostya.shish...@gmail.com wrote: On Tue, Aug 16, 2011 at 04:13:35PM -0700, Ronald S. Bultje wrote: On Mon, Aug 15, 2011 at 11:43 PM, Kostyakostya.shish...@gmail.com wrote: On Mon, Aug 15, 2011 at 09:42:50PM +0100, Måns

Re: [libav-devel] [PATCH] h264: fix PCM intra-coded blocks in monochrome case

2011-08-17 Thread Ronald S. Bultje
Hi, On Wed, Aug 17, 2011 at 9:17 AM, Diego Biurrun di...@biurrun.de wrote:             if(simple || !CONFIG_GRAY || !(s-flagsCODEC_FLAG_GRAY)){ +                uint16_t *tmp_cb, *tmp_cr;                 for (i = 0; i 8; i++) { -                    uint16_t *tmp_cb = (uint16_t*)(dest_cb +

Re: [libav-devel] [PATCH 4/4] h264: 4:2:2 intra decoding support

2011-08-17 Thread Diego Biurrun
On Tue, Aug 16, 2011 at 05:40:56PM -0700, Ronald S. Bultje wrote: On Tue, Aug 16, 2011 at 8:05 AM, Diego Biurrun di...@biurrun.de wrote: -        h-pred8x8[DC_PRED8x8     ]= FUNCC(pred8x8_dc                     , depth);\ -        h-pred8x8[LEFT_DC_PRED8x8]= FUNCC(pred8x8_left_dc          

Re: [libav-devel] [PATCH] h264: fix PCM intra-coded blocks in monochrome case

2011-08-17 Thread Diego Biurrun
On Wed, Aug 17, 2011 at 09:44:39AM -0700, Ronald S. Bultje wrote: On Wed, Aug 17, 2011 at 9:17 AM, Diego Biurrun di...@biurrun.de wrote:             if(simple || !CONFIG_GRAY || !(s-flagsCODEC_FLAG_GRAY)){ +                uint16_t *tmp_cb, *tmp_cr;                 for (i = 0; i 8; i++)

Re: [libav-devel] [PATCH 3/3] Use parsers for RealVideo 3/4 to determine correct PTS

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 09:20:33AM -0700, Ronald S. Bultje wrote: Hi, On Tue, Aug 16, 2011 at 11:06 PM, Kostya kostya.shish...@gmail.com wrote: On Tue, Aug 16, 2011 at 04:13:35PM -0700, Ronald S. Bultje wrote: On Mon, Aug 15, 2011 at 11:43 PM, Kostya kostya.shish...@gmail.com wrote: On

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 09:22:00AM -0700, Ronald S. Bultje wrote: Hi, On Wed, Aug 17, 2011 at 1:36 AM, Kostya Shishkov kostya.shish...@gmail.com wrote: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example

Re: [libav-devel] [PATCH 4/4] h264: 4:2:2 intra decoding support

2011-08-17 Thread Diego Biurrun
On Wed, Aug 17, 2011 at 09:54:52AM -0700, Ronald S. Bultje wrote: On Wed, Aug 17, 2011 at 9:51 AM, Diego Biurrun di...@biurrun.de wrote: On Tue, Aug 16, 2011 at 05:40:56PM -0700, Ronald S. Bultje wrote: On Tue, Aug 16, 2011 at 8:05 AM, Diego Biurrun di...@biurrun.de wrote: -        

Re: [libav-devel] [PATCH 09/11] avconv: rescue poor abused recording_time global.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 06:25:19PM +0200, Anton Khirnov wrote: On Wed, 17 Aug 2011 18:01:58 +0200, Kostya kostya.shish...@gmail.com wrote: On Wed, Aug 17, 2011 at 05:04:50PM +0200, Anton Khirnov wrote: Keep a per-OutputFile instance of it, thus making -t work with multiple output files.

Re: [libav-devel] [PATCH 10/11] avconv: rescue poor abused start_time global.

2011-08-17 Thread Kostya
On Wed, Aug 17, 2011 at 06:22:31PM +0200, Anton Khirnov wrote: On Wed, 17 Aug 2011 18:03:00 +0200, Kostya kostya.shish...@gmail.com wrote: On Wed, Aug 17, 2011 at 05:04:51PM +0200, Anton Khirnov wrote: Keep a per-OutputFile instance of it, thus making -ss work with multiple output

Re: [libav-devel] [PATCH 4/4] h264: 4:2:2 intra decoding support

2011-08-17 Thread Ronald S. Bultje
Hi, On Wed, Aug 17, 2011 at 10:04 AM, Diego Biurrun di...@biurrun.de wrote: On Wed, Aug 17, 2011 at 09:54:52AM -0700, Ronald S. Bultje wrote: On Wed, Aug 17, 2011 at 9:51 AM, Diego Biurrun di...@biurrun.de wrote: On Tue, Aug 16, 2011 at 05:40:56PM -0700, Ronald S. Bultje wrote: On Tue, Aug

Re: [libav-devel] [PATCH] h264: fix PCM intra-coded blocks in monochrome case

2011-08-17 Thread Ronald S. Bultje
Hi, On Wed, Aug 17, 2011 at 9:57 AM, Diego Biurrun di...@biurrun.de wrote: On Wed, Aug 17, 2011 at 09:44:39AM -0700, Ronald S. Bultje wrote: On Wed, Aug 17, 2011 at 9:17 AM, Diego Biurrun di...@biurrun.de wrote:             if(simple || !CONFIG_GRAY || !(s-flagsCODEC_FLAG_GRAY)){ +        

[libav-devel] [PATCH] avconv: Factorize video resampling.

2011-08-17 Thread Alex Converse
--- avconv.c | 118 + 1 files changed, 64 insertions(+), 54 deletions(-) diff --git a/avconv.c b/avconv.c index 50fa1a7..6fa3e94 100644 --- a/avconv.c +++ b/avconv.c @@ -1030,58 +1030,14 @@ static void do_subtitle_out(AVFormatContext

[libav-devel] [PATCH] avconv: Factorize combining auto vsync with format.

2011-08-17 Thread Alex Converse
--- avconv.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/avconv.c b/avconv.c index 6fa3e94..9017d48 100644 --- a/avconv.c +++ b/avconv.c @@ -1098,7 +1098,7 @@ static void do_video_out(AVFormatContext *s, AVFrame *in_picture,

Re: [libav-devel] [PATCH] avconv: Factorize combining auto vsync with format.

2011-08-17 Thread Anton Khirnov
On Wed, 17 Aug 2011 10:24:37 -0700, Alex Converse alex.conve...@gmail.com wrote: --- avconv.c | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/avconv.c b/avconv.c index 6fa3e94..9017d48 100644 --- a/avconv.c +++ b/avconv.c @@ -1098,7 +1098,7 @@ static

Re: [libav-devel] [PATCH] avconv: Factorize video resampling.

2011-08-17 Thread Anton Khirnov
On Wed, 17 Aug 2011 10:21:51 -0700, Alex Converse alex.conve...@gmail.com wrote: --- avconv.c | 118 + 1 files changed, 64 insertions(+), 54 deletions(-) Ok. -- Anton Khirnov ___

Re: [libav-devel] Minimum Quality Standards For (Marginal) Encoders

2011-08-17 Thread Tomas Härdin
Mike Melanson skrev 2011-07-23 00:50: 2) There's a usable Cinepak encoder patch out there. It's chatty but it does the job. I don't know about the overall quality but given the vintage of the codec, the encoder is probably doing a good job. Should we push it in? I just figured out that the

Re: [libav-devel] [PATCH 1/3] aac: Only output configure if audio was found.

2011-08-17 Thread Alex Converse
On Tue, Aug 16, 2011 at 11:03 AM, Alex Converse alex.conve...@gmail.com wrote: Audio found is not triggered on a CCE because a CCE alone has no output. ---  libavcodec/aacdec.c |    7 +--  1 files changed, 5 insertions(+), 2 deletions(-) Ping

Re: [libav-devel] [PATCH 2/2] aac: Set SBR and PS to unsignalled during headerless and ADTS initialization.

2011-08-17 Thread Alex Converse
On Tue, Aug 16, 2011 at 2:50 PM, Alex Converse alex.conve...@gmail.com wrote: On Wed, Aug 10, 2011 at 4:37 PM, Alex Converse alex.conve...@gmail.com wrote: ---  libavcodec/aacdec.c |    2 ++  1 files changed, 2 insertions(+), 0 deletions(-) Ping

Re: [libav-devel] [PATCH 3/3] aac: Only set sample rate and object type from ADTS if output hasn't been configured.

2011-08-17 Thread Alex Converse
On Tue, Aug 16, 2011 at 11:04 AM, Alex Converse alex.conve...@gmail.com wrote: Long term it would be nice to support error resilient reconfiguration but right now setting this every frame does more harm than help. ---  libavcodec/aacdec.c |    6 +++---  1 files changed, 3 insertions(+), 3

Re: [libav-devel] [PATCH 3/3] Use parsers for RealVideo 3/4 to determine correct PTS

2011-08-17 Thread Vladimir Pantelic
Am 17.08.2011 18:34 schrieb Vladimir Pantelic vlado...@gmail.com: /* I/P frames have a pts that is after the previous I or P frame, so the difference is positive module 13bit */ Modulo of course +s-pts = pc-key_dts + ((pts - pc-key_pts) 0x1FFF); +else /* B

Re: [libav-devel] [libav-commits] h264: propagate error return values for AV_LOG_ERROR-triggering events

2011-08-17 Thread Uoti Urpala
On Tue, 2011-08-09 at 21:29 +0200, Dustin Brody wrote: Module: libav Branch: master Commit: 12fe75942316dd13dec42502145fd3292882f510 Author:Dustin Brody li...@parsoma.net Committer: Ronald S. Bultje rsbul...@gmail.com Date: Thu Aug 4 17:47:16 2011 -0400 h264: propagate error

Re: [libav-devel] [libav-commits] h264: propagate error return values for AV_LOG_ERROR-triggering events

2011-08-17 Thread Ronald S. Bultje
Hi, On Wed, Aug 17, 2011 at 2:26 PM, Uoti Urpala uoti.urp...@pp1.inet.fi wrote: On Tue, 2011-08-09 at 21:29 +0200, Dustin Brody wrote: Module: libav Branch: master Commit: 12fe75942316dd13dec42502145fd3292882f510 Author:    Dustin Brody li...@parsoma.net Committer: Ronald S. Bultje

Re: [libav-devel] [libav-commits] h264: propagate error return values for AV_LOG_ERROR-triggering events

2011-08-17 Thread Uoti Urpala
On Wed, 2011-08-17 at 14:37 -0700, Ronald S. Bultje wrote: On Wed, Aug 17, 2011 at 2:26 PM, Uoti Urpala uoti.urp...@pp1.inet.fi wrote: On Tue, 2011-08-09 at 21:29 +0200, Dustin Brody wrote: Commit: 12fe75942316dd13dec42502145fd3292882f510 h264: propagate error return values for

Re: [libav-devel] [libav-commits] h264: propagate error return values for AV_LOG_ERROR-triggering events

2011-08-17 Thread Ronald S. Bultje
Hi, On Wed, Aug 17, 2011 at 2:40 PM, Uoti Urpala uoti.urp...@pp1.inet.fi wrote: On Wed, 2011-08-17 at 14:37 -0700, Ronald S. Bultje wrote: On Wed, Aug 17, 2011 at 2:26 PM, Uoti Urpala uoti.urp...@pp1.inet.fi wrote: On Tue, 2011-08-09 at 21:29 +0200, Dustin Brody wrote: Commit:

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Måns Rullgård
Kostya Shishkov kostya.shish...@gmail.com writes: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here: http://samples.libav.org/samples/real/tv_watching_t1.rm --- libavcodec/rv10.c |1 + 1 files

Re: [libav-devel] [PATCH 2/2] Turn on resampling on sudden size change instead of bailing out during recode.

2011-08-17 Thread Måns Rullgård
Kostya kostya.shish...@gmail.com writes: On Mon, Aug 15, 2011 at 09:47:54PM +0100, Måns Rullgård wrote: Kostya Shishkov kostya.shish...@gmail.com writes: --- avconv.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/avconv.c b/avconv.c index

Re: [libav-devel] [PATCH] avconv: Factorize combining auto vsync with format.

2011-08-17 Thread Måns Rullgård
Anton Khirnov an...@khirnov.net writes: On Tue, 16 Aug 2011 19:09:22 -0700, Alex Converse alex.conve...@gmail.com wrote: --- avconv.c | 14 +++--- 1 files changed, 11 insertions(+), 3 deletions(-) diff --git a/avconv.c b/avconv.c index b3a4ab7..0751f19 100644 --- a/avconv.c

[libav-devel] [PATCH] h264: hide reference frame errors unless requested

2011-08-17 Thread Dustin Brody
--- libavcodec/h264_refs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c index b7e43e7..ce29caf 100644 --- a/libavcodec/h264_refs.c +++ b/libavcodec/h264_refs.c @@ -655,7 +655,7 @@ int

Re: [libav-devel] [PATCH] h264: hide reference frame errors unless requested

2011-08-17 Thread Ronald S. Bultje
Hi, On Wed, Aug 17, 2011 at 3:08 PM, Dustin Brody li...@parsoma.net wrote: ---  libavcodec/h264_refs.c |    2 +-  1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libavcodec/h264_refs.c b/libavcodec/h264_refs.c index b7e43e7..ce29caf 100644 --- a/libavcodec/h264_refs.c +++

Re: [libav-devel] [PATCH] Tell RV10/20 decoder to use edge emulation.

2011-08-17 Thread Ronald S. Bultje
Hi, 2011/8/17 Måns Rullgård m...@mansr.com: Kostya Shishkov kostya.shish...@gmail.com writes: This removes out-of-edge motion compensation artifacts (easily spotted green blocks in avplay, gray blocks in transcoding), for example here: http://samples.libav.org/samples/real/tv_watching_t1.rm

[libav-devel] [PATCH] mjpeg: treat external huffman table setup failure as codec init failure if external huffman table use requested

2011-08-17 Thread Dustin Brody
--- libavcodec/mjpegdec.c |4 ++-- libavcodec/mxpegdec.c |4 +--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/libavcodec/mjpegdec.c b/libavcodec/mjpegdec.c index 81effb4..9f987b7 100644 --- a/libavcodec/mjpegdec.c +++ b/libavcodec/mjpegdec.c @@ -101,8 +101,8 @@ av_cold