[FFmpeg-cvslog] avcodec/cbs_apv: don't return an error when reading empty buffers

2025-04-30 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 29 16:57:34 2025 -0300| [e80f32f3bdd56b1b6dd13229bc026439b8efb9be] | committer: James Almer avcodec/cbs_apv: don't return an error when reading empty buffers The output will be a fragment with zero units, which is a lot more user friendly than mak

[FFmpeg-cvslog] fate: Add test for APV 422-10 profile

2025-04-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Apr 27 18:53:35 2025 +0100| [a8bae9b18d1c334bd027a7551eb1e9f170a40fc5] | committer: Mark Thompson fate: Add test for APV 422-10 profile Bitstream generated using the reference encoder, then edited to fix the colour description and an extra metadata

[FFmpeg-cvslog] apv_decode: Replace division with shift

2025-04-30 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Sun Apr 27 19:43:19 2025 +0100| [585455f7b3270b389b0b8a751562d42b0e4769fb] | committer: Mark Thompson apv_decode: Replace division with shift The compiler can't see that this should be a shift and generates a real division which is slow enough to appea

[FFmpeg-cvslog] avformat/apvdec: Remove inappropriate INIT_CLEANUP flag

2025-04-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Apr 27 20:20:02 2025 +0200| [c681d8e8a8180c74e0f0edd8c50f996862c30708] | committer: Andreas Rheinhardt avformat/apvdec: Remove inappropriate INIT_CLEANUP flag The init-cleanup flag makes no sense for a demuxer without a read_close() function.

[FFmpeg-cvslog] avcodec/apv_dsp: Fix left-shift of negative value

2025-04-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Wed Apr 30 20:07:35 2025 +0200| [0b588bfb51ecb262f714994696e77b6a1c7b1cef] | committer: Andreas Rheinhardt avcodec/apv_dsp: Fix left-shift of negative value Reviewed-by: Mark Thompson Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/

[FFmpeg-cvslog] avformat/apvdec: Use ffio_read_size()

2025-04-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Apr 27 20:14:35 2025 +0200| [0a12b84d3b4025d55c443e5356d6eba546bcc1bb] | committer: Andreas Rheinhardt avformat/apvdec: Use ffio_read_size() Fixes potential use of uninitialized data. Reviewed-by: Mark Thompson Signed-off-by: Andreas Rheinha

[FFmpeg-cvslog] avformat/apvdec: Fix seeking

2025-04-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 28 11:31:49 2025 +0200| [f98c63e417d13dc5a30a1d2c2de550d8958f7b10] | committer: Andreas Rheinhardt avformat/apvdec: Fix seeking pkt->pos pointed to the actual packet data, not to the start of the access unit. Reviewed-by: Mark Thompson S

[FFmpeg-cvslog] avformat/apvdec: Check before access

2025-04-30 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Mon Apr 28 11:25:26 2025 +0200| [8279d02cf1998ec324b7624dc41ed15dc2b01cae] | committer: Andreas Rheinhardt avformat/apvdec: Check before access The signature check would segfault in case the packet could not be allocated or if nothing could be rea