[FFmpeg-cvslog] avcodec/bonk: steplet cannot become negative

2022-11-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 6 11:29:38 2022 +0100| [8e59e72041360240f60db9c04aecc2143102f0cc] | committer: Michael Niedermayer avcodec/bonk: steplet cannot become negative Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/bonk: Use unsigned in predictor_calc_error() to avoid undefined overflows

2022-11-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 5 20:03:52 2022 +0100| [f4df49eb483fc49026a8d5578983376347d8e532] | committer: Michael Niedermayer avcodec/bonk: Use unsigned in predictor_calc_error() to avoid undefined overflows Fixes: signed integer overflow: 22 * -2107998208

[FFmpeg-cvslog] avcodec/bonk: Check step against overflow

2022-11-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 6 11:26:51 2022 +0100| [32631852259a8aeb845c39ed7fa707c6e102c40a] | committer: Michael Niedermayer avcodec/bonk: Check step against overflow No testcase Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/bonk: Simplify read_uint_max()

2022-11-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 6 10:34:39 2022 +0100| [9f00286c4c133e1709bfd009b76e91e09ec40843] | committer: Michael Niedermayer avcodec/bonk: Simplify read_uint_max() The max == 0 case can be removed too but i left it as 50% of the cases use it Reviewed-by: Paul B

[FFmpeg-cvslog] avcodec/dts2pts_bsf: Check ctx for NULL before ff_cbs_flush()

2022-11-10 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Oct 29 17:10:59 2022 +0200| [024c5b4ab436b9e035517e4181dc3499e7095290] | committer: Michael Niedermayer avcodec/dts2pts_bsf: Check ctx for NULL before ff_cbs_flush() Fixes: null pointer dereference Fixes:

[FFmpeg-cvslog] avfilter/f_ebur128: add quiet framelog mode

2022-11-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 10 19:13:43 2022 +0100| [a0c7c9d636c53e87a7f7265d04662c8b7e750101] | committer: Paul B Mahol avfilter/f_ebur128: add quiet framelog mode > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a0c7c9d636c53e87a7f7265d04662c8b7e750101 ---

[FFmpeg-cvslog] avfilter/af_dynaudnorm: add curve option

2022-11-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Nov 8 15:17:50 2022 +0100| [8e9631967427106468cfaf1d258ecddc06db39ff] | committer: Paul B Mahol avfilter/af_dynaudnorm: add curve option > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8e9631967427106468cfaf1d258ecddc06db39ff ---

[FFmpeg-cvslog] libx265: support ATSC A/53 captions

2022-11-10 Thread erankor
ffmpeg | branch: master | erankor | Tue Nov 8 17:14:07 2022 +0200| [6043352bd902665b3d598c9be4197e41858a2357] | committer: Timo Rothenpieler libx265: support ATSC A/53 captions added a new option 'a53cc' (on by default, as in libx264) for rendering AV_FRAME_DATA_A53_CC as hevc sei payloads.

[FFmpeg-cvslog] MAINTAINERS: add myself as amfenc* maintainer

2022-11-10 Thread Dmitrii Ovchinnikov
ffmpeg | branch: master | Dmitrii Ovchinnikov | Fri Nov 4 19:57:56 2022 +0100| [9b13078c6aa404bb8405651ee2d01d08f9b0925c] | committer: Timo Rothenpieler MAINTAINERS: add myself as amfenc* maintainer Due to the lack of an active AMF maintainer at the moment, as well as plans to add the av1

[FFmpeg-cvslog] avcodec/nvenc: remove unsupported AV1 High Profile

2022-11-10 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Nov 10 15:26:43 2022 +0100| [939273d3b493fa4f0f1f6520d717c4b5442ef5ba] | committer: Timo Rothenpieler avcodec/nvenc: remove unsupported AV1 High Profile >

[FFmpeg-cvslog] avcodec/nvenc: fix AV1 darWidth/Height calculation

2022-11-10 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Nov 10 13:05:59 2022 +0100| [e7fbdda64e2797c81a11c05b996dbb120c98b8c9] | committer: Timo Rothenpieler avcodec/nvenc: fix AV1 darWidth/Height calculation nvenc uses the darWidth/Height fields for the AV1 render_width/height instead, so a

[FFmpeg-cvslog] avfilter/vf_thumbnail: add slice threading support

2022-11-10 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Nov 10 14:37:06 2022 +0100| [05721c5df8595f086667a638b13d3fc39684bc21] | committer: Paul B Mahol avfilter/vf_thumbnail: add slice threading support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=05721c5df8595f086667a638b13d3fc39684bc21