[FFmpeg-cvslog] avcodec/mpeg12dec: use init_get_bits8 and check the return value in all remaining cases

2023-01-04 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Jan 4 20:47:14 2023 -0300| [4a80db5fc2b1b134550ffbcb8fd3b7ce2ad734b3] | committer: James Almer avcodec/mpeg12dec: use init_get_bits8 and check the return value in all remaining cases Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] avcodec/mpeg12dec: use init_get_bits8 and check the return value

2023-01-04 Thread Thierry Foucu
ffmpeg | branch: release/5.1 | Thierry Foucu | Wed Jan 4 10:54:24 2023 -0800| [070b38167c10f7742c449c25e65ffef90c8f8f0b] | committer: James Almer avcodec/mpeg12dec: use init_get_bits8 and check the return value Signed-off-by: James Almer (cherry picked from commit efbe84eb1b74a80cd12174feaaa

[FFmpeg-cvslog] avcodec/mpeg12dec: use init_get_bits8 and check the return value

2023-01-04 Thread Thierry Foucu
ffmpeg | branch: master | Thierry Foucu | Wed Jan 4 10:54:24 2023 -0800| [efbe84eb1b74a80cd12174feaaa37da2e8fb1e66] | committer: James Almer avcodec/mpeg12dec: use init_get_bits8 and check the return value Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;

[FFmpeg-cvslog] swresample/swresample_frame: fix regression in detecting changes

2023-01-04 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Jan 4 17:53:01 2023 +0100| [99bd2dbc9101549b4c6afb3e8d50c6a9e9e80215] | committer: Paul B Mahol swresample/swresample_frame: fix regression in detecting changes Do not overwrite return variable values, instead use different one for checking results.

[FFmpeg-cvslog] lavc/libx265: restructure handling reordered_opaque

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 12:16:02 2022 +0100| [a0b5aaceca3a339f0027e8733e604020bd09e998] | committer: Anton Khirnov lavc/libx265: restructure handling reordered_opaque Current code stores a pointer to allocated data in libx265 and frees it when the encoded packet is

[FFmpeg-cvslog] lavc/libx264: print an error on invalid opaque pointer

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 11:18:06 2022 +0100| [141303f3231d469c5f80bdb9c21ade27f4d9c618] | committer: Anton Khirnov lavc/libx264: print an error on invalid opaque pointer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=141303f3231d469c5f80bdb9c21ade27f4d

[FFmpeg-cvslog] lavc/libx264: use a local variable to shorten code

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 11:11:45 2022 +0100| [89761c2122289a565f5efb5dad6697e01150e1b3] | committer: Anton Khirnov lavc/libx264: use a local variable to shorten code > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89761c2122289a565f5efb5dad6697e01150e1b

[FFmpeg-cvslog] lavc/libx264: do not leave an invalid array size on alloc error

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 11:22:44 2022 +0100| [7399e5305ca9a77ea4d3ffa692477a330d7d2c08] | committer: Anton Khirnov lavc/libx264: do not leave an invalid array size on alloc error > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7399e5305ca9a77ea4d3ffa692

[FFmpeg-cvslog] lavc/libx264: reindent after previous commit

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 10:47:53 2022 +0100| [4469ce10a66bf85903154663f1def0df52827513] | committer: Anton Khirnov lavc/libx264: reindent after previous commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4469ce10a66bf85903154663f1def0df52827513 ---

[FFmpeg-cvslog] lavc/libx264: zero reordered opaque on alloc

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 11:22:44 2022 +0100| [a4a81be1a877a829e332d1a3dc84999c1dddf7c1] | committer: Anton Khirnov lavc/libx264: zero reordered opaque on alloc This is safer. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a4a81be1a877a829e332d1a3dc849

[FFmpeg-cvslog] lavc/libx264: reindent after previous commit

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 10:47:53 2022 +0100| [ce5b2d34b464f2089fdb949c175cdb53c3871d65] | committer: Anton Khirnov lavc/libx264: reindent after previous commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce5b2d34b464f2089fdb949c175cdb53c3871d65 ---

[FFmpeg-cvslog] lavc/libx264: do not ignore memory allocation errors

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 10:47:53 2022 +0100| [e17b609fc64bd824d12c1a4c4dfb2a54c74c8270] | committer: Anton Khirnov lavc/libx264: do not ignore memory allocation errors > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e17b609fc64bd824d12c1a4c4dfb2a54c74c8

[FFmpeg-cvslog] lavc/libx264: reorder control flow in setup_roi() to reduce nesting depth

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 10:47:53 2022 +0100| [9ed5b0ac3b14af51f014fb1d567b9d6bf35490ac] | committer: Anton Khirnov lavc/libx264: reorder control flow in setup_roi() to reduce nesting depth > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ed5b0ac3b14af51

[FFmpeg-cvslog] lavc/libx264: unify cleanup in setup_frame()

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 10:45:15 2022 +0100| [cccd2c2179ec9f51bc0db3ab64a525a50c8024a5] | committer: Anton Khirnov lavc/libx264: unify cleanup in setup_frame() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cccd2c2179ec9f51bc0db3ab64a525a50c8024a5 ---

[FFmpeg-cvslog] lavc/libx264: reindent after previous commit

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 10:40:01 2022 +0100| [87eb3626938be9d33080fdc0c0a6021ba5eaa6df] | committer: Anton Khirnov lavc/libx264: reindent after previous commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87eb3626938be9d33080fdc0c0a6021ba5eaa6df ---

[FFmpeg-cvslog] lavc/libx264: factor out setting up ROI

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 10:39:25 2022 +0100| [b1a184283b8e69954a6dbbdae9de1c639114cbfb] | committer: Anton Khirnov lavc/libx264: factor out setting up ROI > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b1a184283b8e69954a6dbbdae9de1c639114cbfb --- lib

[FFmpeg-cvslog] lavc/libx264: reindent after previous commit

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 10:19:20 2022 +0100| [9f8f980165a1d4976241571c7461a95a3d25eeaf] | committer: Anton Khirnov lavc/libx264: reindent after previous commit > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f8f980165a1d4976241571c7461a95a3d25eeaf ---

[FFmpeg-cvslog] lavc/libx264: use a local variable for input frame in setup_frame()

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 10:29:47 2022 +0100| [c7a8a6939bc173232e41e8c85749d5a514e0ff55] | committer: Anton Khirnov lavc/libx264: use a local variable for input frame in setup_frame() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c7a8a6939bc173232e41e8

[FFmpeg-cvslog] lavc/libx264: factor out setting up the input frame

2023-01-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Sun Nov 27 10:19:20 2022 +0100| [33cbba165cd868d9a509278b907c0bb84548ccb0] | committer: Anton Khirnov lavc/libx264: factor out setting up the input frame X264_frame() is currently too large and complex. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/