[FFmpeg-cvslog] avformat/dashenc: Don't use stack packet

2021-11-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Nov 18 22:12:40 2021 +0100| [5e01fc83181edb0bccc480f3c7f48ea928d8e444] | committer: Andreas Rheinhardt avformat/dashenc: Don't use stack packet Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e0

[FFmpeg-cvslog] avformat/movenc: Avoid allocation of AVPacket

2021-11-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Nov 18 23:05:27 2021 +0100| [a81e0ee21f64213e750ccb10128775337c73431d] | committer: Andreas Rheinhardt avformat/movenc: Avoid allocation of AVPacket Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] avformat/mpegtsenc: Avoid allocation of AVPacket

2021-11-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Nov 18 23:16:12 2021 +0100| [2cddb2f7a8a98408e3f238933ebf1ae7280fa5fd] | committer: Andreas Rheinhardt avformat/mpegtsenc: Avoid allocation of AVPacket Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avformat/img2dec: probe JFIF/Exif header

2021-11-27 Thread Hello71
ffmpeg | branch: master | Alex Xu (Hello71) | Thu Nov 25 14:36:46 2021 -0500| [6fdd7fe0b89f5f76314bf06a7d28fb18d0196f84] | committer: Michael Niedermayer avformat/img2dec: probe JFIF/Exif header Due to reasons, mpv doesn't pass filename when probing. mpv also sets default probescore threshold

[FFmpeg-cvslog] avcodec/mjpeg_parser: skip markers after EOI, not by size

2021-11-27 Thread Hello71
ffmpeg | branch: master | Alex Xu (Hello71) | Thu Nov 25 14:30:33 2021 -0500| [cd0bdce71ac0b9871fa04d31756daa26fa7999af] | committer: Michael Niedermayer avcodec/mjpeg_parser: skip markers after EOI, not by size The check for m->size >= 0xF000 is intended to avoid skipping too much garbage dat

[FFmpeg-cvslog] avfilter/vf_paletteuse: Add missing parentheses

2021-11-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Nov 27 14:54:26 2021 +0100| [f5e74e8d484af23e760e1d4ce292b3a983e0b181] | committer: Andreas Rheinhardt avfilter/vf_paletteuse: Add missing parentheses Fixes a mistake in dea673d0d548c864ec85f9260d8900d944ef7a2a. GCC emitted a -Wint-in-bool-con

[FFmpeg-cvslog] avcodec/vqavideo: Remove dead code

2021-11-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Nov 26 20:17:09 2021 +0100| [5593f5cf242a99495b6047e5c226bfe4b934342e] | committer: Andreas Rheinhardt avcodec/vqavideo: Remove dead code Fixes Coverity issue #1493344. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/mobiclip: Rewrite code to make it clearer

2021-11-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Nov 18 08:22:38 2021 +0100| [d6c16c5217a8d2cbb754d44bf1206479fe5f906d] | committer: Andreas Rheinhardt avcodec/mobiclip: Rewrite code to make it clearer In order to know that the earlier code did not use uninitialized values one needs to know

[FFmpeg-cvslog] avformat/avformat: Add AVStream parameter to check_bitstream() sig

2021-11-27 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Nov 18 21:48:49 2021 +0100| [a5ee1663270cd15fa4d5f40d384a8d9eab4f7218] | committer: Andreas Rheinhardt avformat/avformat: Add AVStream parameter to check_bitstream() sig For most check_bitstream() functions this just avoids having to dereferen