[FFmpeg-cvslog] avcodec/avcodec: Don't mention removed function

2022-06-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 29 20:35:08 2022 +0200| [9a167a15c7918d56a6a1f8d26ea17649566befb8] | committer: Andreas Rheinhardt avcodec/avcodec: Don't mention removed function avcodec_thread_init() has been removed in 9a79bb552a518f26bec1b5306a03b76076bcf8eb. Reviewe

[FFmpeg-cvslog] avcodec/hevcdec: Return immediately upon hevc_init_context() failure

2022-06-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 29 13:29:56 2022 +0200| [03b2ed9a50dc6cbf332a2d93e4c8811b88e6df7f] | committer: Andreas Rheinhardt avcodec/hevcdec: Return immediately upon hevc_init_context() failure This function is only called from the decoder's init function and given

[FFmpeg-cvslog] avcodec/hevcdec: Remove redundant context_initialized

2022-06-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Jun 29 13:14:39 2022 +0200| [a3b833c3ea9caf54d1a07980343bb82d9337105f] | committer: Andreas Rheinhardt avcodec/hevcdec: Remove redundant context_initialized All contexts are always initialized during init, regardless of whether frame threading

[FFmpeg-cvslog] avcodec/exrenc: add grayf32 format support

2022-06-30 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Jun 30 15:04:24 2022 +0200| [3f72155fc664b6abccd194d71cbec44183ab64d9] | committer: Paul B Mahol avcodec/exrenc: add grayf32 format support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f72155fc664b6abccd194d71cbec44183ab64d9 --- lib

[FFmpeg-cvslog] avcodec/ac3_parser{,_internal}: expose AC-3 bit_rate_code

2022-06-30 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Jun 3 12:34:47 2022 +0300| [92dc9c9d682a3f7f552d61cdbfca7ae6607de0ee] | committer: Jan Ekström avcodec/ac3_parser{,_internal}: expose AC-3 bit_rate_code Required by MP4's AC3SpecificBox and MPEG-TS AC-3 audio_descriptor, of which the former is imple

[FFmpeg-cvslog] {configure,avformat/movenc}: enable AC-3 parser for movenc

2022-06-30 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed May 4 13:51:09 2022 +0300| [3bb23a8b3cee3a59028854f2821cbdc3152cff71] | committer: Jan Ekström {configure,avformat/movenc}: enable AC-3 parser for movenc This simplifies the code to no longer have #ifs in a manner which does not require handling avp

[FFmpeg-cvslog] avformat/movenc: move eac3_info definition so that it can be used for AC-3

2022-06-30 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri May 27 09:20:24 2022 +0300| [b6897e9c082687634c78e4c133f21c3baea16415] | committer: Jan Ekström avformat/movenc: move eac3_info definition so that it can be used for AC-3 Signed-off-by: Jan Ekström > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] avformat/movenc: utilize existing AC-3 parsing workflow for AC-3

2022-06-30 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri May 6 17:25:15 2022 +0300| [3854c58d9e55ba297b47c1840c159cd39b373b6a] | committer: Jan Ekström avformat/movenc: utilize existing AC-3 parsing workflow for AC-3 Signed-off-by: Jan Ekström > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avformat/movenc: enable handle_eac3 to handle AC-3 tracks

2022-06-30 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed Jun 1 09:45:54 2022 +0300| [ad1672529faf6579bd8f28167582587511c4f795] | committer: Jan Ekström avformat/movenc: enable handle_eac3 to handle AC-3 tracks Add the AC-3 frame type, as well as early exit from additional packet parsing in case of AC-3, a

[FFmpeg-cvslog] avformat/movenc: handle OOM situations when parsing AC-3 headers

2022-06-30 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri May 6 17:03:04 2022 +0300| [c9de096851803d45444ae9dfe3a390a2d53ac71b] | committer: Jan Ekström avformat/movenc: handle OOM situations when parsing AC-3 headers Signed-off-by: Jan Ekström > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avformat/movenc: limit ISOBMFF AC-3 mapping to bsids <=8

2022-06-30 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Wed Jun 22 09:58:27 2022 +0300| [5eb8da6a81a11909d3908b47a9620096b8f3d654] | committer: Jan Ekström avformat/movenc: limit ISOBMFF AC-3 mapping to bsids <=8 This leaves out RealAudio DolbyNet, which utilizes bsids 9 and 10, It is not clear whether the i

[FFmpeg-cvslog] avformat/movenc: Fix invalid check

2022-06-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Jun 30 22:09:55 2022 +0200| [e4be88704f617c8fccf87068037726debb56985e] | committer: Andreas Rheinhardt avformat/movenc: Fix invalid check Regression since c9de096851803d45444ae9dfe3a390a2d53ac71b. Fixes Coverity ID 1506839. Reviewed-by: Jan E

[FFmpeg-cvslog] Makefile: Prompt for reconfigure on lavc/hwaccels.h modification

2022-06-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jun 26 10:27:21 2022 +0200| [e9f2eb198bc4b2a623385ba55b169e0f975ccb87] | committer: Andreas Rheinhardt Makefile: Prompt for reconfigure on lavc/hwaccels.h modification Adding a new AVHWAccel also adds a new CONFIG variable for it and said conf

[FFmpeg-cvslog] avcodec/libx264: Avoid duplicating strings

2022-06-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jun 24 10:22:05 2022 +0200| [bf13a177d2dd8be5287541d0115b303e861241ad] | committer: Andreas Rheinhardt avcodec/libx264: Avoid duplicating strings Also removes some unchecked allocations. Signed-off-by: Andreas Rheinhardt > http://git.videol

[FFmpeg-cvslog] avcodec/v4l2_m2m: Check if the file descriptor is valid before closing

2022-06-30 Thread Chin
ffmpeg | branch: master | Wujian(Chin) | Tue Jun 28 11:15:12 2022 +| [26e7d7b14e7a3912aa0ce59ebab191a9c2d9edfa] | committer: Steven Liu avcodec/v4l2_m2m: Check if the file descriptor is valid before closing Fixes ticket #9507. Reviewed-by: Steven Liu Signed-off-by: wujian_nanjing > htt