[FFmpeg-cvslog] avfilter/internal: Don't include libavcodec/(avcodec|internal).h

2021-08-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 2 01:06:25 2021 +0200| [ef54590f83880ae982f3dd29be7f1f4105f98a85] | committer: Andreas Rheinhardt avfilter/internal: Don't include libavcodec/(avcodec|internal).h The reasons for including them don't exist any longer: ff_tlog() has been m

[FFmpeg-cvslog] avfilter/avf_showspectrum: add option to control dynamic range for colors

2021-08-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Aug 5 20:57:23 2021 +0200| [2678b4f81b6526335a08e12e671b07d0d01a37ce] | committer: Paul B Mahol avfilter/avf_showspectrum: add option to control dynamic range for colors > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2678b4f81b6526335a0

[FFmpeg-cvslog] avutil/internal: Move MAKE_ACCESSORS to its only user

2021-08-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 2 05:29:06 2021 +0200| [2146b6555343964b79261e5ab3865cc6ed7ba254] | committer: Andreas Rheinhardt avutil/internal: Move MAKE_ACCESSORS to its only user Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] Move ff_tlog() from lavc/internal.h to lavu/internal.h

2021-08-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 2 00:27:41 2021 +0200| [549502868d7192cefbc59708b1bdb9bd6b5d60c6] | committer: Andreas Rheinhardt Move ff_tlog() from lavc/internal.h to lavu/internal.h It is also used by libavfilter and it is only natural to define it alongside ff_dlog(

[FFmpeg-cvslog] avfilter/internal: Move ff_norm_qscale() to qp_table.h

2021-08-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Aug 2 00:24:54 2021 +0200| [2b6e008577fa444fc8d1b3a7b985c600633f4ee4] | committer: Andreas Rheinhardt avfilter/internal: Move ff_norm_qscale() to qp_table.h It is the natural header for it. Reviewed-by: Michael Niedermayer Signed-off-by: An

[FFmpeg-cvslog] avcodec/huffman: Use logcontext instead of AVCodecContext

2021-08-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jul 30 13:13:45 2021 +0200| [b75dc8bd70ae479452da36e2dcaad6ef007a553f] | committer: Andreas Rheinhardt avcodec/huffman: Use logcontext instead of AVCodecContext Said AVCodecContext is only used for logging; it furthermore avoids an avcodec.h i

[FFmpeg-cvslog] avcodec: Remove the FFT_FIXED_32 define

2021-08-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jul 31 22:20:47 2021 +0200| [211619ad7f43b99a0c1100398f157544b5724460] | committer: Andreas Rheinhardt avcodec: Remove the FFT_FIXED_32 define Since the removal of the 16-bit FFT said define is unnecessary as FFT_FIXED_32 is always !FFT_FLOAT.

[FFmpeg-cvslog] avcodec/fft-internal: Make it a standalone header

2021-08-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jul 31 22:37:01 2021 +0200| [a449fb35ca6128a414e555f9cc31fa0ec13c4a5d] | committer: Andreas Rheinhardt avcodec/fft-internal: Make it a standalone header Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/fft-internal: Remove unused macros

2021-08-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jul 31 21:58:44 2021 +0200| [763c501432267cc93a2812fdfcf21c50be03f720] | committer: Andreas Rheinhardt avcodec/fft-internal: Remove unused macros Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7

[FFmpeg-cvslog] avcodec/mips/constants: Include intfloat.h in constants.h

2021-08-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Jul 31 22:45:55 2021 +0200| [7bad2a61d8923ba2a55f4e1f3a5f8cb9b325af64] | committer: Andreas Rheinhardt avcodec/mips/constants: Include intfloat.h in constants.h Don't rely on the user including it (mostly indirectly). Signed-off-by: Andreas R

[FFmpeg-cvslog] avfilter/avfilter: Remove unused partial_buf

2021-08-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Aug 5 06:30:54 2021 +0200| [304cb08693220b1e8a09273f28688537fd9ff39e] | committer: Andreas Rheinhardt avfilter/avfilter: Remove unused partial_buf It is unused since 02aa0701ae0dc2def8db640c9e3c06dc1b5de70c. The corresponding size field is wr

[FFmpeg-cvslog] fftools/ffmpeg_filter: fix the flags parsing for scaler

2021-08-05 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Sun Aug 1 18:58:19 2021 +0800| [b3a0548a981db52911dd34d9de254c4fee0a8f79] | committer: Linjie Fu fftools/ffmpeg_filter: fix the flags parsing for scaler Scaler relys on "-sws_flags" option to pass the flags to swscale and scale filter. Currently passing "

[FFmpeg-cvslog] fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplay

2021-08-05 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Thu Aug 5 00:37:29 2021 +0800| [5b0e6b0d82dfcc5c6b999e2678b52b0cff38ae0a] | committer: Linjie Fu fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplay Signed-off-by: Linjie Fu > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b0e6

[FFmpeg-cvslog] lavfi/vf_scale: use default swscale flags for scaler

2021-08-05 Thread Linjie Fu
ffmpeg | branch: master | Linjie Fu | Thu Aug 5 00:35:02 2021 +0800| [9f14396a5103ec80893db801035ece5d14c0d3c5] | committer: Linjie Fu lavfi/vf_scale: use default swscale flags for scaler Currently the default swscale flags for simple filter graph is bicubic, however for complex filter graph i

[FFmpeg-cvslog] avfilter/f_graphmonitor: use sample_count_in/out

2021-08-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Aug 5 13:11:18 2021 +0200| [9dbf95f2099a6f53d87c0041d9c2ac710fb80366] | committer: Paul B Mahol avfilter/f_graphmonitor: use sample_count_in/out > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9dbf95f2099a6f53d87c0041d9c2ac710fb80366 ---

[FFmpeg-cvslog] avfilter/avfilter: add sample_count_in and sample_count_out

2021-08-05 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jun 3 15:22:41 2020 +0200| [c317862c883bdec40292f709add3ba30f606c6a3] | committer: Paul B Mahol avfilter/avfilter: add sample_count_in and sample_count_out > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c317862c883bdec40292f709add3ba30f