[FFmpeg-cvslog] avformat/apvdec: also look for an au_info PBU during probing

2025-05-04 Thread James Almer
ffmpeg | branch: master | James Almer | Thu May 1 14:45:11 2025 -0300| [a0349d64fdd12295b826cd8db061922bdd050175] | committer: James Almer avformat/apvdec: also look for an au_info PBU during probing If present, an Access unit information PBU must be the first in an AU. Signed-off-by: James A

[FFmpeg-cvslog] avcodec/exr: add support for half-float DWAA/B compression

2025-05-04 Thread James Almer
ffmpeg | branch: master | James Almer | Thu May 1 00:24:26 2025 -0300| [d08c5527cf17fc65a80dd411c01f6ff4ea7cb7f4] | committer: James Almer avcodec/exr: add support for half-float DWAA/B compression Fixes ticket #11555. Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.g

[FFmpeg-cvslog] avcodec: add APV encoder using liboapv

2025-05-04 Thread Dawid Kozinski
ffmpeg | branch: master | Dawid Kozinski | Wed Apr 23 16:13:29 2025 +0200| [fab691edaf53bbf10429ef3448f1f274e5078395] | committer: James Almer avcodec: add APV encoder using liboapv Co-authored-by: James Almer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/apv_parser: use an AVBufferRef to avoid data copying

2025-05-04 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 29 16:55:18 2025 -0300| [0cabfdc8bc324891e4301c96940bca39d504cfbf] | committer: James Almer avcodec/apv_parser: use an AVBufferRef to avoid data copying Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0cabf

[FFmpeg-cvslog] avcodec/cbs: add an AVBufferRef input argument to ff_cbs_read()

2025-05-04 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Apr 29 16:54:21 2025 -0300| [4bfe9c56632a3ccdcd5c1d0c415cda0111639bf1] | committer: James Almer avcodec/cbs: add an AVBufferRef input argument to ff_cbs_read() To allow taking a reference from an existing buffer outside of AVPackets. Signed-off-by: J