[FFmpeg-cvslog] avcodec/asvenc: Use tighter MAX_MB_SIZE constant

2025-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 11 00:38:59 2025 +0200| [6a202c343139d74b1cba4208b04e05c57cff28d7] | committer: Andreas Rheinhardt avcodec/asvenc: Use tighter MAX_MB_SIZE constant Also document the constant. Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Rhein

[FFmpeg-cvslog] avcodec/h261dec: Export key frame information

2025-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 9 14:23:32 2025 +0200| [88d8150de71cdb5588c42027b7fc516049a92c51] | committer: Andreas Rheinhardt avcodec/h261dec: Export key frame information Implements ticket #8343. Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb

[FFmpeg-cvslog] avcodec/asvenc: Don't use FF_INPUT_BUFFER_MIN_SIZE

2025-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 11 00:36:59 2025 +0200| [9bb617b3e7dbdc8d22047f86d1d80ccd33a01fc9] | committer: Andreas Rheinhardt avcodec/asvenc: Don't use FF_INPUT_BUFFER_MIN_SIZE ASV-1/2 does not really have a header and so using FF_INPUT_BUFFER_MIN_SIZE is wasteful a

[FFmpeg-cvslog] avcodec/h261dec: Set pict_type during init

2025-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 9 14:39:37 2025 +0200| [cf1c52c5c6cc82a27080fdaee53354f026401c7f] | committer: Andreas Rheinhardt avcodec/h261dec: Set pict_type during init Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c

[FFmpeg-cvslog] avcodec/avcodec: Remove always-false check

2025-04-12 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 9 14:47:35 2025 +0200| [30996b71950317feae506a8abf87af286f3cedd3] | committer: Andreas Rheinhardt avcodec/avcodec: Remove always-false check avcodec_free_context() only calls ff_codec_close() if there is an AVCodecContext and avcodec_open