[FFmpeg-cvslog] avdevice/decklink_dec: map the raw_format instead of hardcode

2020-11-20 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Nov 19 12:16:47 2020 +0800| [09f1d15ae8bd1d7f597aec9ced4f8ebe8762a4bd] | committer: Limin Wang avdevice/decklink_dec: map the raw_format instead of hardcode The patch will change the numerical values for the string constants so bump micro version. Re

[FFmpeg-cvslog] tools/target_bsf_fuzzer: set bitstream filter options

2020-11-20 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 14 22:14:24 2020 -0300| [c055a476b2498278861e938965852906407cc8e0] | committer: James Almer tools/target_bsf_fuzzer: set bitstream filter options Should increase coverage with some bitstream filters Signed-off-by: James Almer > http://git.video

[FFmpeg-cvslog] tools/target_dec_fuzzer: Call avcodec_flush_buffers() in a fuzzer choosen pattern

2020-11-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 14 21:41:19 2020 -0300| [cb59cd346656376975a1ee87e60e1ea9c3d29ceb] | committer: James Almer tools/target_dec_fuzzer: Call avcodec_flush_buffers() in a fuzzer choosen pattern This should increase coverage Signed-off-by: Michael Niedermay

[FFmpeg-cvslog] tools/target_dem_fuzzer: use avio_context_free() to free the fuzzer's AVIOContext

2020-11-20 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 14 17:19:04 2020 -0300| [40dfb4328d12f782190d4e38abb443e705315ccd] | committer: James Almer tools/target_dem_fuzzer: use avio_context_free() to free the fuzzer's AVIOContext The doxy for avio_alloc_context() states it must be used for this. Sign

[FFmpeg-cvslog] tools/target_bsf_fuzzer: Call av_bsf_flush() in a fuzzer choosen pattern

2020-11-20 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 14 22:11:17 2020 -0300| [837eb320b818eec11005ae63eaa777c5ee17f536] | committer: James Almer tools/target_bsf_fuzzer: Call av_bsf_flush() in a fuzzer choosen pattern This should increase coverage. Based on a commit by Michael Niedermayer Signed-o

[FFmpeg-cvslog] lavfi/src_movie: switch to new decoding API

2020-11-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Nov 2 12:26:18 2020 +0100| [8918a3dfa2e05ad386c9bab43cbea5ed3eb41a8a] | committer: Anton Khirnov lavfi/src_movie: switch to new decoding API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8918a3dfa2e05ad386c9bab43cbea5ed3eb41a8a ---

[FFmpeg-cvslog] doc/examples/transcoding: switch to the new encoding API

2020-11-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Oct 29 16:00:23 2020 +0100| [ce0f5397a89679a421b9d703238c69a9505594f6] | committer: Anton Khirnov doc/examples/transcoding: switch to the new encoding API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce0f5397a89679a421b9d703238c69a95

[FFmpeg-cvslog] lavfi/lavfutils: switch to the new decoding API

2020-11-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sat Apr 18 15:53:18 2020 +0200| [e1c4a3ea7d2830a2e6c1e5212066c7995fffbdf2] | committer: Anton Khirnov lavfi/lavfutils: switch to the new decoding API > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e1c4a3ea7d2830a2e6c1e5212066c7995fffbdf2 -

[FFmpeg-cvslog] lavu: add missing stddef.h includes for size_t.

2020-11-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Mon Feb 24 13:18:57 2020 +0100| [800feae5d65ef07910857e0417b63bd6e1d15288] | committer: Anton Khirnov lavu: add missing stddef.h includes for size_t. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=800feae5d65ef07910857e0417b63bd6e1d15288 -

[FFmpeg-cvslog] doc/examples/transcoding: stop constantly allocating AVFrames

2020-11-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Oct 29 16:00:23 2020 +0100| [29f33c107682162f9a9413d0d6760fc6974e860d] | committer: Anton Khirnov doc/examples/transcoding: stop constantly allocating AVFrames Allocate just one and reuse it. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] tools/enum_options: fix build and add to Makefile

2020-11-20 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Apr 12 09:01:55 2020 +0200| [65c4d5d72eb4999dd4325972c80f1e2746934458] | committer: Anton Khirnov tools/enum_options: fix build and add to Makefile > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65c4d5d72eb4999dd4325972c80f1e2746934458

[FFmpeg-cvslog] avformat/matroskadec: only use the track duration if it exists

2020-11-20 Thread Steve Lhomme
ffmpeg | branch: master | Steve Lhomme | Sun Nov 15 10:00:35 2020 +0100| [5bd870a2123915bdf63d57f468b0ef3c7b6823ea] | committer: Anton Khirnov avformat/matroskadec: only use the track duration if it exists No need to multiplying/dividing when we know it's zero. Signed-off-by: Anton Khirnov

[FFmpeg-cvslog] avformat/matroskadec: adjust the cluster time to the track timebase

2020-11-20 Thread Steve Lhomme
ffmpeg | branch: master | Steve Lhomme | Sun Nov 15 09:59:48 2020 +0100| [3a2b786db0fe52ccdcb4a3276758c8ddd4887ce6] | committer: Anton Khirnov avformat/matroskadec: adjust the cluster time to the track timebase The Block timestamp read in matroska_parse_block() is in track timebase and is pass

[FFmpeg-cvslog] avfilter/vf_lut3d: fix sanitizef INF handling

2020-11-20 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Sun Nov 8 17:12:29 2020 -0800| [e366797ad3caf62a3d049456e50d0e226953fe24] | committer: Anton Khirnov avfilter/vf_lut3d: fix sanitizef INF handling Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e366797ad3caf62a3

[FFmpeg-cvslog] avcodec/exr: use lookuptable for alpha if there is no trc_func

2020-11-20 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Sun Nov 8 19:37:23 2020 -0800| [dd03d6554053ccd4c9bd85429d58c26fe4182de0] | committer: Anton Khirnov avcodec/exr: use lookuptable for alpha if there is no trc_func Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avformat/matroskadec: add a warning when the track TimestampScale won't be used

2020-11-20 Thread Steve Lhomme
ffmpeg | branch: master | Steve Lhomme | Sun Nov 15 09:59:47 2020 +0100| [b00d2210e4526dbee22e305f209d523046b073b2] | committer: Anton Khirnov avformat/matroskadec: add a warning when the track TimestampScale won't be used Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 591a1d6 remove myself

2020-11-20 Thread ffmpeg-git
The branch, master has been updated via 591a1d63b6c33d77fd799873f1d9cfcfb0af49a2 (commit) from 0e2eac157477b129c194f4afb4d5e3df4202aea0 (commit) - Log - commit 591a1d63b6c33d77fd799873f1d9cfcfb0af49a2 Author: Thoma

[FFmpeg-cvslog] http: Check for AVERROR_EOF in the check for premature end

2020-11-20 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Nov 13 00:06:30 2020 +0200| [104e5233f03f1ed3aa34b256cd2b9023a9076ffb] | committer: Martin Storsjö http: Check for AVERROR_EOF in the check for premature end When the check was added (in 3668701f9600, in 2015), some IO functions returned 0 on EOF