[FFmpeg-cvslog] lavc/libx264.c: Fix possible UB by NULL pointer LHS

2022-06-20 Thread Michael Goulet
ffmpeg | branch: master | Michael Goulet | Thu Jun 16 17:52:56 2022 +0200| [0aa5dd084b8e26c9d644354c42c9252cf3b19cea] | committer: Thilo Borgmann lavc/libx264.c: Fix possible UB by NULL pointer LHS It is UB to attempt to do pointer arithmetic on NULL pointer LHS, even if that pointer arithmet

[FFmpeg-cvslog] tests/checkasm/sw_scale: Fix alignment for movdqa

2022-06-20 Thread Michael Goulet
ffmpeg | branch: master | Michael Goulet | Thu Jun 16 10:14:50 2022 +0200| [b7f6a933fa4873c7523586d6e203cfd1798decd6] | committer: Thilo Borgmann tests/checkasm/sw_scale: Fix alignment for movdqa SSE3 instruction movdqa in ff_yuv2yuvX_sse3() expects a 16-byte aligned address for a memory addr

[FFmpeg-cvslog] avcodec/mfenc: set variable frame size flag.

2022-06-20 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Fri Jun 17 11:30:05 2022 +0530| [56419428a85fa83c2d2275b6eb82a4e7ac543401] | committer: Gyan Doshi avcodec/mfenc: set variable frame size flag. Default avctx->frame_size is 0 which led to init failure for audio MediaFoundation encoders since 827d6fe73d. T

[FFmpeg-cvslog] avcodec/v210dec: properly support odd widths

2022-06-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Jun 11 23:10:44 2022 +0200| [9793760f22ccbaeda2a3462d2d235bd7b6fe013b] | committer: Marton Balint avcodec/v210dec: properly support odd widths Fixes ticket #5195. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] avcodec/v210dec: factorize row decoding

2022-06-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jun 12 00:04:12 2022 +0200| [a5c7d3173c756e9a9b33f1620e3620eb60dd52b4] | committer: Marton Balint avcodec/v210dec: factorize row decoding Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a5c7d3173c756e9a9b3

[FFmpeg-cvslog] avcodec/v210dec: do not use accelerated code for the last pixels of a row

2022-06-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jun 12 02:44:38 2022 +0200| [2e895edb5d2ae820e8ead0fbccea3fe2b5749287] | committer: Marton Balint avcodec/v210dec: do not use accelerated code for the last pixels of a row ASM code tends to overwrite the buffers by 2-4 bytes and it can cause issues

[FFmpeg-cvslog] avcodec/v210dec: disallow negative custom stride

2022-06-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jun 12 00:13:27 2022 +0200| [571683696306f22d9519f62dcffb2164d49ee3c5] | committer: Marton Balint avcodec/v210dec: disallow negative custom stride Also make sure a big custom stride does not overflow size check. Avoids segfaults. Signed-off-by: M

[FFmpeg-cvslog] avcodec/v210dec: add support for strideless v210 as in BOXX files

2022-06-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jun 12 03:38:56 2022 +0200| [96f2fc3841f3c71c9d166d1fabe345687e827bd5] | committer: Marton Balint avcodec/v210dec: add support for strideless v210 as in BOXX files Fixes ticket #1838. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avcodec/v210dec: add support for invalid paddings up to 16 bytes

2022-06-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jun 12 04:27:53 2022 +0200| [a10132b967a1989366950800c155ed2c07271cca] | committer: Marton Balint avcodec/v210dec: add support for invalid paddings up to 16 bytes Fixes ticket #1528. Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] doc/decoders: add docs for v210 decoder

2022-06-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sun Jun 12 13:55:50 2022 +0200| [5468548d5e161d2e28a2611f8a9c14ebb164da42] | committer: Marton Balint doc/decoders: add docs for v210 decoder Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5468548d5e161d2e28a

[FFmpeg-cvslog] avformat/mpegts: remove obsolate hacks for detecting streams with bad PMTs

2022-06-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Tue Jun 14 00:32:05 2022 +0200| [58df81b02779c9c87cbf5403cfdbb437d5344669] | committer: Marton Balint avformat/mpegts: remove obsolate hacks for detecting streams with bad PMTs Ffmpeg/ffprobe/ffplay sets scan_all_pmts to 1 when finding the streams, tha

[FFmpeg-cvslog] avformat/matroskaenc: Don't waste bytes to Write Tag length fields

2022-06-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 15 11:25:12 2022 +0200| [b468ddc75dde91cdb434457e7efc3d9efe40ddcf] | committer: Andreas Rheinhardt avformat/matroskaenc: Don't waste bytes to Write Tag length fields This is possible by using a dynamic buffer to write them; said dynamic bu

[FFmpeg-cvslog] avformat/matroskaenc: Don't check twice whether to write tags

2022-06-20 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 15 11:49:48 2022 +0200| [fe662516a526c3821b77057c5572bc7f83c21b60] | committer: Andreas Rheinhardt avformat/matroskaenc: Don't check twice whether to write tags Because not all metadata is written as tags, the Matroska muxer filters out th

[FFmpeg-cvslog] fftools/ffprobe: report avio errors

2022-06-20 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Mon Jun 13 23:02:04 2022 +0200| [c11fb467312716f15247397ebafc0093d5e7cab0] | committer: Marton Balint fftools/ffprobe: report avio errors Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c11fb467312716f15247397