[FFmpeg-cvslog] lavu/pixdesc: handle xv30be in av_[read|write]_image_line

2022-12-08 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sun Dec 4 12:53:57 2022 -0800| [9651f873f8ce15c5d4380f49488900bbf6e6c731] | committer: Philip Langdale lavu/pixdesc: handle xv30be in av_[read|write]_image_line xv30be is an obnoxious format that I shouldn't have included in the first place. xv30

[FFmpeg-cvslog] avcodec/mjpegdec: check that component linesize is always valid

2022-12-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Dec 8 23:49:33 2022 +0100| [55753fc712622744093c8050b779c3d830c427cb] | committer: Paul B Mahol avcodec/mjpegdec: check that component linesize is always valid >

[FFmpeg-cvslog] avcodec/vqcdec: Check width & 15

2022-12-08 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 23 21:27:13 2022 +0100| [a9d15d43eb0f976b982bf2ad6ec1d8ac084c7ded] | committer: Michael Niedermayer avcodec/vqcdec: Check width & 15 Various parts of the code assume that width can be divided by various powers of 2 without rounding

[FFmpeg-cvslog] avcodec/mediacodecenc: configure profile

2022-12-08 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Nov 28 00:51:37 2022 +0800| [2401494e96446c7f9cedf73cee548932db0a6e2a] | committer: Zhao Zhili avcodec/mediacodecenc: configure profile Signed-off-by: Zhao Zhili >

[FFmpeg-cvslog] avcodec/mediacodec_wrapper: use hardcoded value of profiles from MediaCodecInfo

2022-12-08 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Nov 28 00:40:04 2022 +0800| [0da8802e957783ba4131fbf306f1f53b4b78ab4e] | committer: Zhao Zhili avcodec/mediacodec_wrapper: use hardcoded value of profiles from MediaCodecInfo Those are static const values and documented at

[FFmpeg-cvslog] avcodec/mediacodecenc: add option to select codec by name

2022-12-08 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Nov 25 12:01:29 2022 +0800| [3dcb630ca1906c66c3e8d042de46470b51659c27] | committer: Zhao Zhili avcodec/mediacodecenc: add option to select codec by name Signed-off-by: Zhao Zhili >

[FFmpeg-cvslog] avcodec/mediacodec: fix missing crop info when use NDK MediaCodec

2022-12-08 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Nov 24 00:49:25 2022 +0800| [a63834b236c17eae72faf23aebcba32f911809e6] | committer: Zhao Zhili avcodec/mediacodec: fix missing crop info when use NDK MediaCodec Signed-off-by: Zhao Zhili >

[FFmpeg-cvslog] avcodec/mediacodecenc: check missing Surface

2022-12-08 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Nov 24 00:49:26 2022 +0800| [567633895bafbf1fba26de937535ee35c135b814] | committer: Zhao Zhili avcodec/mediacodecenc: check missing Surface It's an invalid combination of Java MediaCodec with ANativeWindow. Signed-off-by: Zhao Zhili >

[FFmpeg-cvslog] avfilter: add corr video filter

2022-12-08 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Dec 6 21:31:33 2022 +0100| [f0f19f3d3d58eb9030fdf54884c5ea94e5481604] | committer: Paul B Mahol avfilter: add corr video filter > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f0f19f3d3d58eb9030fdf54884c5ea94e5481604 --- Changelog

[FFmpeg-cvslog] avcodec/nvenc: fix vbv buffer size in cq mode

2022-12-08 Thread Timo Rothenpieler
ffmpeg | branch: release/4.2 | Timo Rothenpieler | Thu Dec 8 12:31:00 2022 +0100| [a1b534bf8320ddbd416a9a1c9feaf29448dd1fc9] | committer: Timo Rothenpieler avcodec/nvenc: fix vbv buffer size in cq mode The CQ calculation gets thrown off and behaves very nonsensical if it isn't set to 0. >

[FFmpeg-cvslog] avcodec/nvenc: fix vbv buffer size in cq mode

2022-12-08 Thread Timo Rothenpieler
ffmpeg | branch: release/4.3 | Timo Rothenpieler | Thu Dec 8 12:31:00 2022 +0100| [540b9826b3859e35a2df330a5912311843708e7c] | committer: Timo Rothenpieler avcodec/nvenc: fix vbv buffer size in cq mode The CQ calculation gets thrown off and behaves very nonsensical if it isn't set to 0. >

[FFmpeg-cvslog] avcodec/nvenc: fix vbv buffer size in cq mode

2022-12-08 Thread Timo Rothenpieler
ffmpeg | branch: release/4.4 | Timo Rothenpieler | Thu Dec 8 12:31:00 2022 +0100| [b48951bd29fbec166428efb5a0e27f51ff98fd84] | committer: Timo Rothenpieler avcodec/nvenc: fix vbv buffer size in cq mode The CQ calculation gets thrown off and behaves very nonsensical if it isn't set to 0. >

[FFmpeg-cvslog] avcodec/nvenc: fix vbv buffer size in cq mode

2022-12-08 Thread Timo Rothenpieler
ffmpeg | branch: release/5.0 | Timo Rothenpieler | Thu Dec 8 12:31:00 2022 +0100| [df2e08e4526a0c87d33cdc1fbddcc878857bf8af] | committer: Timo Rothenpieler avcodec/nvenc: fix vbv buffer size in cq mode The CQ calculation gets thrown off and behaves very nonsensical if it isn't set to 0. >

[FFmpeg-cvslog] avcodec/nvenc: fix vbv buffer size in cq mode

2022-12-08 Thread Timo Rothenpieler
ffmpeg | branch: release/5.1 | Timo Rothenpieler | Thu Dec 8 12:31:00 2022 +0100| [807afa59cca8f6019c4be4043de87a52ee11741c] | committer: Timo Rothenpieler avcodec/nvenc: fix vbv buffer size in cq mode The CQ calculation gets thrown off and behaves very nonsensical if it isn't set to 0. >

[FFmpeg-cvslog] avcodec/nvenc: fix vbv buffer size in cq mode

2022-12-08 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Dec 8 12:31:00 2022 +0100| [9ca139b2aa1e25b87072d8321402fa200edb894d] | committer: Timo Rothenpieler avcodec/nvenc: fix vbv buffer size in cq mode The CQ calculation gets thrown off and behaves very nonsensical if it isn't set to 0. >