Re: [FFmpeg-devel] [PATCH] Replace all av_dlog() with av_log(AV_LOG_TRACE).

2015-08-17 Thread Clément Bœsch
On Mon, Aug 17, 2015 at 05:01:10PM -0400, Ronald S. Bultje wrote: > Hi, > > On Mon, Aug 17, 2015 at 5:00 PM, Clément Bœsch wrote: > > > On Mon, Aug 17, 2015 at 04:56:10PM -0400, Ronald S. Bultje wrote: > > > Hi, > > > > > > On Mon, Aug 17, 2015 at 2:26 PM, Michael Niedermayer > > > > > wrote: >

Re: [FFmpeg-devel] [PATCH] Replace all av_dlog() with av_log(AV_LOG_TRACE).

2015-08-17 Thread Ronald S. Bultje
Hi, On Mon, Aug 17, 2015 at 5:00 PM, Clément Bœsch wrote: > On Mon, Aug 17, 2015 at 04:56:10PM -0400, Ronald S. Bultje wrote: > > Hi, > > > > On Mon, Aug 17, 2015 at 2:26 PM, Michael Niedermayer > > > wrote: > > > > > On Mon, Aug 17, 2015 at 12:00:21PM -0400, Ronald S. Bultje wrote: > > > [...]

Re: [FFmpeg-devel] [PATCH] Replace all av_dlog() with av_log(AV_LOG_TRACE).

2015-08-17 Thread Clément Bœsch
On Mon, Aug 17, 2015 at 04:56:10PM -0400, Ronald S. Bultje wrote: > Hi, > > On Mon, Aug 17, 2015 at 2:26 PM, Michael Niedermayer > wrote: > > > On Mon, Aug 17, 2015 at 12:00:21PM -0400, Ronald S. Bultje wrote: > > [...] > > > diff --git a/libavfilter/vsrc_life.c b/libavfilter/vsrc_life.c > > > i

Re: [FFmpeg-devel] [PATCH] Replace all av_dlog() with av_log(AV_LOG_TRACE).

2015-08-17 Thread Ronald S. Bultje
Hi, On Mon, Aug 17, 2015 at 2:26 PM, Michael Niedermayer wrote: > On Mon, Aug 17, 2015 at 12:00:21PM -0400, Ronald S. Bultje wrote: > [...] > > diff --git a/libavfilter/vsrc_life.c b/libavfilter/vsrc_life.c > > index 47630ad..a56b163 100644 > > --- a/libavfilter/vsrc_life.c > > +++ b/libavfilter

Re: [FFmpeg-devel] [PATCH] Replace all av_dlog() with av_log(AV_LOG_TRACE).

2015-08-17 Thread wm4
On Mon, 17 Aug 2015 20:31:57 +0200 Michael Niedermayer wrote: > On Mon, Aug 17, 2015 at 12:00:21PM -0400, Ronald S. Bultje wrote: > [...] > > diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c > > index 3c1fcdd..a2522ef 100644 > > --- a/libavformat/mpegts.c > > +++ b/libavformat/mpegts.c >

Re: [FFmpeg-devel] [PATCH] Replace all av_dlog() with av_log(AV_LOG_TRACE).

2015-08-17 Thread Clément Bœsch
On Mon, Aug 17, 2015 at 12:00:21PM -0400, Ronald S. Bultje wrote: [...] > libavfilter/vf_palettegen.c | 10 ++ > libavfilter/vf_paletteuse.c | 4 ++-- At least one of them is in the performance relevant inner loop, so I'd prefer if you comment the av_log. [...] -- Clément B.

Re: [FFmpeg-devel] [PATCH] Replace all av_dlog() with av_log(AV_LOG_TRACE).

2015-08-17 Thread Michael Niedermayer
On Mon, Aug 17, 2015 at 12:00:21PM -0400, Ronald S. Bultje wrote: [...] > diff --git a/libavformat/mpegts.c b/libavformat/mpegts.c > index 3c1fcdd..a2522ef 100644 > --- a/libavformat/mpegts.c > +++ b/libavformat/mpegts.c > @@ -2458,7 +2458,7 @@ static int mpegts_probe(AVProbeData *p) > sumscor

Re: [FFmpeg-devel] [PATCH] Replace all av_dlog() with av_log(AV_LOG_TRACE).

2015-08-17 Thread Michael Niedermayer
On Mon, Aug 17, 2015 at 12:00:21PM -0400, Ronald S. Bultje wrote: [...] > diff --git a/libavfilter/vsrc_life.c b/libavfilter/vsrc_life.c > index 47630ad..a56b163 100644 > --- a/libavfilter/vsrc_life.c > +++ b/libavfilter/vsrc_life.c > @@ -334,7 +334,7 @@ static void evolve(AVFilterContext *ctx) >

[FFmpeg-devel] [PATCH] Replace all av_dlog() with av_log(AV_LOG_TRACE).

2015-08-17 Thread Ronald S. Bultje
--- ffmpeg.c | 15 --- libavcodec/ccaption_dec.c| 12 ++-- libavcodec/libzvbi-teletextdec.c | 8 libavcodec/proresdec2.c | 8 libavdevice/lavfi.c | 6 +++--- libavdevice/v4l.c| 4 ++-- l