[FFmpeg-cvslog] avcodec/nvenc: use provided constant for max extradata size

2022-11-14 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Nov 15 01:32:56 2022 +0100| [eb1e359a14e04367239a784506e1ae414512a104] | committer: Timo Rothenpieler avcodec/nvenc: use provided constant for max extradata size >

[FFmpeg-cvslog] avcodec/nvenc: add forgotten X2RGB10 formats to 10-bit-list

2022-11-14 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Mon Nov 14 23:10:20 2022 +0100| [c7a60124e37d4838d9b113d3a91249f4f1913cfb] | committer: Timo Rothenpieler avcodec/nvenc: add forgotten X2RGB10 formats to 10-bit-list >

[FFmpeg-cvslog] avfilter/af_surround: check that upmix func ptr is valid

2022-11-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Mon Nov 14 22:19:34 2022 +0100| [9bbd3b3b17487a37a4c9669e17ec3ac5968da978] | committer: Paul B Mahol avfilter/af_surround: check that upmix func ptr is valid >

[FFmpeg-cvslog] avfilter/af_surround: speed up slice threading for stereo upmixing

2022-11-14 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Sun Nov 13 13:30:38 2022 +0100| [e0fbf89939cbf101341d4f0fb98434f38fbbc364] | committer: Paul B Mahol avfilter/af_surround: speed up slice threading for stereo upmixing And add stereo->octagonal/8.0 upmix. >

[FFmpeg-cvslog] avcodec/bonk: step cannot become 0 without overflowing which is undefined

2022-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 6 13:34:28 2022 +0100| [104b516a13c3281e020fbaf751185b368baae5af] | committer: Michael Niedermayer avcodec/bonk: step cannot become 0 without overflowing which is undefined also the original reference code does not contain a 0 check

[FFmpeg-cvslog] avcodec/bonk: actual_run seems not able to become negative

2022-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 6 13:34:27 2022 +0100| [5df8c300a915cd0fa1f337ce36957624593928df] | committer: Michael Niedermayer avcodec/bonk: actual_run seems not able to become negative Signed-off-by: Michael Niedermayer >

[FFmpeg-cvslog] avcodec/bonk: Remove special 32bit case from read_uint_max()

2022-11-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Nov 6 13:34:26 2022 +0100| [00b489b168f20a25ce901c6068e1727edf58d612] | committer: Michael Niedermayer avcodec/bonk: Remove special 32bit case from read_uint_max() This case seems not to match the reference decoder and it also seems not