[FFmpeg-cvslog] avutil/file: fix av_file_map file mapping on Windows

2024-12-15 Thread Kacper Michajłow
ffmpeg | branch: master | Kacper Michajłow | Mon Dec 9 20:20:02 2024 +0100| [92deed973206ce2ffeea843e0584151476365012] | committer: Anton Khirnov avutil/file: fix av_file_map file mapping on Windows This makes the behavior of av_file_map() the same on Windows as it is on other platforms. The

[FFmpeg-cvslog] lavc: improve AVCodecContext.extradata/subtitle_header documentation

2024-12-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Dec 5 10:52:03 2024 +0100| [183c59b4738c20e65ffe63b456c6f7bb0d5caf5b] | committer: Anton Khirnov lavc: improve AVCodecContext.extradata/subtitle_header documentation Mention they are always owned and freed by the codec, except when using deprecate

[FFmpeg-cvslog] lavc/container_fifo: move to lavu and make public

2024-12-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Thu Oct 17 10:49:04 2024 +0200| [2e956d9c0f98a9b6fe1a0a3a858ab6d1fa4ec500] | committer: Anton Khirnov lavc/container_fifo: move to lavu and make public This can be useful in other places, e.g. it can replace objpool in fftools. The API is modified in

[FFmpeg-cvslog] lavc/packet: add API for an AVPacket-based AVContainerFifo

2024-12-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 11 07:57:22 2024 +0100| [2ac34d085427a65a9724dda475f5971d005ee29d] | committer: Anton Khirnov lavc/packet: add API for an AVPacket-based AVContainerFifo > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ac34d085427a65a9724dda475f5971

[FFmpeg-cvslog] fftools/sync_queue: switch from AVFifo+ObjPool to AVContainerFifo

2024-12-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 11 14:27:05 2024 +0100| [8ad34e97b62c0e4afdacda58d5e02a6dee16fac5] | committer: Anton Khirnov fftools/sync_queue: switch from AVFifo+ObjPool to AVContainerFifo Remove now-unused objpool. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] fftools/thread_queue: switch from AVFifo+ObjPool to AVContainerFifo

2024-12-15 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Wed Dec 11 11:02:37 2024 +0100| [8e0cceffa0d585a900760021a20b8df66f354e4a] | committer: Anton Khirnov fftools/thread_queue: switch from AVFifo+ObjPool to AVContainerFifo The queue needs to track each frame/packet's stream index, this is achieved by mai

[FFmpeg-cvslog] avformat/iamf_parse: fix setting duration for the last subblock in a parameter definition

2024-12-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Dec 11 23:34:32 2024 -0300| [fb5e8ea9719c8afcd0d9e3a51e370c06c361d9ba] | committer: James Almer avformat/iamf_parse: fix setting duration for the last subblock in a parameter definition When subblock durations are constant, the last block may be smal

[FFmpeg-cvslog] avformat/iamf_parse: add checks to parameter definition durations

2024-12-15 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Dec 11 23:27:00 2024 -0300| [d38fc25519cf12a9212dadcba1258fc176ffbade] | committer: James Almer avformat/iamf_parse: add checks to parameter definition durations Section 3.6.1 of the IAMF spec states "When constant_subblock_duration is equal to 0, th

[FFmpeg-cvslog] avformat/hevc: add support for writing alpha layer

2024-12-15 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Sat Dec 7 01:17:21 2024 +0100| [fce0622d0b1f69a85fe8ce61e1189dd57a8b0fcc] | committer: Timo Rothenpieler avformat/hevc: add support for writing alpha layer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fce0622d0b1f69a85fe8ce61e1189dd

[FFmpeg-cvslog] avcodec/libx265: add alpha layer encoding support

2024-12-15 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Thu Dec 5 20:57:46 2024 +0100| [17e4746687abc53f0a042620a7af6dd6cea44b80] | committer: Timo Rothenpieler avcodec/libx265: add alpha layer encoding support > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17e4746687abc53f0a042620a7af6dd6