[FFmpeg-cvslog] avformat/mov: add an offset to IAMF streams

2025-02-07 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Dec 20 12:57:48 2024 -0300| [a8f23745074acd8a1934e3653caebd5a0ba05c6f] | committer: James Almer avformat/mov: add an offset to IAMF streams Using audio_substream_id for AVStream ids is not ideal give that in containers like mp4, the IAMF structure is

[FFmpeg-cvslog] avformat/mov: check for tts_count before deferencing tts_data

2025-02-07 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Feb 7 23:00:34 2025 -0300| [43be8d07281caca2e88bfd8ee2333633e1fb1a13] | committer: James Almer avformat/mov: check for tts_count before deferencing tts_data Fixes ticket #11460. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] lavc/hevcdec: pass an actual codec context to ff_h2645_sei_to_frame()

2025-02-07 Thread Anton Khirnov
ffmpeg | branch: release/6.1 | Anton Khirnov | Fri Feb 23 09:06:46 2024 +0100| [b1baad4a5ffcbc932f242f27165bb329782b4375] | committer: Marth64 lavc/hevcdec: pass an actual codec context to ff_h2645_sei_to_frame() Needed by following commit. (cherry picked from commit d9f1b321cf58a85518d29c5a3

[FFmpeg-cvslog] avcodec/leaddec: support format 0x1006

2025-02-07 Thread Peter Ross
ffmpeg | branch: master | Peter Ross | Tue Jan 14 11:59:38 2025 +1100| [16f9cfcf4bd8ff9701d9a873a56b7114f821a867] | committer: Peter Ross avcodec/leaddec: support format 0x1006 Fixes ticket #10658. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=16f9cfcf4bd8ff9701d9a873a56b7114f821

[FFmpeg-cvslog] swscale/aarch64/rgb2rgb: Implemented NEON shuf routines

2025-02-07 Thread Krzysztof Pyrkosz
ffmpeg | branch: master | Krzysztof Pyrkosz | Tue Jan 28 19:01:33 2025 +0100| [c85a748979db507d619ac10d74832d3e33635942] | committer: Martin Storsjö swscale/aarch64/rgb2rgb: Implemented NEON shuf routines The key idea is to pass the pre-generated tables to the TBL instruction and churn through

[FFmpeg-cvslog] swscale/aarch64/output.S: refactor ff_yuv2plane1_8_neon

2025-02-07 Thread Krzysztof Pyrkosz
ffmpeg | branch: master | Krzysztof Pyrkosz | Fri Jan 31 22:20:03 2025 +0100| [e25a19fc7cfff1243bcc12c50a0f2fb026362df2] | committer: Martin Storsjö swscale/aarch64/output.S: refactor ff_yuv2plane1_8_neon The benchmarks (before vs after) were gathered using ./tests/checkasm/checkasm --test=sw_

[FFmpeg-cvslog] avutil/hwcontext_amf: fix crash on uninit after init failed

2025-02-07 Thread Kacper Michajłow
ffmpeg | branch: master | Kacper Michajłow | Thu Feb 6 05:38:32 2025 +0100| [f00a08c0cef2875ec746f965ec5f2ebfb8adbe45] | committer: Dmitrii Ovchinnikov avutil/hwcontext_amf: fix crash on uninit after init failed amf_device_create() calls amf_device_uninit() on errors, but if things were not i

[FFmpeg-cvslog] avformat/unix: set is_streamed to true

2025-02-07 Thread dank074
ffmpeg | branch: master | dank074 | Thu Feb 6 01:00:47 2025 -0600| [e945142df34f88e11546d1943cff420fbd592698] | committer: Leo Izen avformat/unix: set is_streamed to true Currently when a Unix Domain Socket is used as input there is a loss of data when data is consumed from the stream. Settin

[FFmpeg-cvslog] swscale/graph: copy scaler_params to the legacy subpass context

2025-02-07 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Feb 6 18:58:50 2025 -0300| [268d0b6527cba1ebac1f44347578617341f85c35] | committer: James Almer swscale/graph: copy scaler_params to the legacy subpass context Fixes ticket #11448. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffm