[FFmpeg-cvslog] avutil/frame: use size_t for total_size in get_video_buffer()

2024-11-22 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 16 13:10:24 2024 -0300| [09122bd15c87ee9900f61639e9b2e233c5ffaade] | committer: James Almer avutil/frame: use size_t for total_size in get_video_buffer() Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0912

[FFmpeg-cvslog] avutil/frame: also align data pointers in av_frame_get_buffer()

2024-11-22 Thread Pavel Koshevoy
ffmpeg | branch: master | Pavel Koshevoy | Sat Nov 16 08:51:52 2024 -0700| [46cb7b8d9dcfdea1b1df446a98ec886a4434820c] | committer: James Almer avutil/frame: also align data pointers in av_frame_get_buffer() This avoids unpleasant surprises to av_frame_get_buffer callers that explicitly specifi

[FFmpeg-cvslog] avformat/hevc: fix writing hvcC when no arrays are provided in hvcC-formatted input

2024-11-22 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Nov 19 13:24:49 2024 -0300| [5813e5aa344b8c03c83bf62e729be0f447944ed1] | committer: James Almer avformat/hevc: fix writing hvcC when no arrays are provided in hvcC-formatted input Don't reject extradata with missing PS NALUs if array_completeness is

[FFmpeg-cvslog] avformat/movenc: don't write PS NALUs in hvcC for codec tag hvc1

2024-11-22 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 20 11:45:18 2024 -0300| [f0051604c7f131582e6fa97febd77069e1d87032] | committer: James Almer avformat/movenc: don't write PS NALUs in hvcC for codec tag hvc1 array_completeness shall be 1 for those tracks. Signed-off-by: James Almer > http://git

[FFmpeg-cvslog] avformat/movenc: don't write a calculated avgBitrate when the provided one is unset

2024-11-22 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 17 23:01:37 2024 -0300| [944212acad7c2254d9dc14764b29e0023aaa645a] | committer: James Almer avformat/movenc: don't write a calculated avgBitrate when the provided one is unset avgBitrate == 0 is used to signal a VBR track, so if that value is pro

[FFmpeg-cvslog] avformat/mpegts: add DVB descriptor_tag values already in use

2024-11-22 Thread Scott Theisen
ffmpeg | branch: master | Scott Theisen | Fri Nov 15 00:48:22 2024 -0500| [0dceced45c52acc773e690a7aa7ff2e3fb8c560b] | committer: Marton Balint avformat/mpegts: add DVB descriptor_tag values already in use Signed-off-by: Marton Balint > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] avformat/mov: rename MOVCtts.duration to offset

2024-11-22 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 20 14:40:29 2024 -0300| [b328bf8f7ed6f7794bc69b8a6304390527a6216a] | committer: James Almer avformat/mov: rename MOVCtts.duration to offset The value is a timestamp offset, not a duration. Signed-off-by: James Almer > http://git.videolan.org/gi

[FFmpeg-cvslog] avformat/mov: Populate packet duration using stts atom instead of guessing

2024-11-22 Thread Darren Mo
ffmpeg | branch: master | Darren Mo | Wed Nov 20 22:27:02 2024 -0300| [865c73c86f9d9d167be7e41ad6cef71eba92dadd] | committer: James Almer avformat/mov: Populate packet duration using stts atom instead of guessing Fixes tickets #7855 and #11312. Signed-off-by: James Almer > http://git.videola

[FFmpeg-cvslog] avformat/movenc: don't disable edit lists when writing CMAF output

2024-11-22 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Nov 15 20:14:37 2024 -0300| [ecc7d5db9c8a1aaccc876dc4b549558eadfe140a] | committer: James Almer avformat/movenc: don't disable edit lists when writing CMAF output They are needed for audio tracks with priming samples, where negative CTS offsets can't

[FFmpeg-cvslog] avcodec/libfdk-aacenc: export CPB properties

2024-11-22 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Nov 17 23:01:38 2024 -0300| [46c6ca3ed1651c67faf899776f1922c108093a44] | committer: James Almer avcodec/libfdk-aacenc: export CPB properties Needed to signal the muxer that the stream is VBR. Finishes fixing ticket #11303. Signed-off-by: James Almer

[FFmpeg-cvslog] avutil/frame: fix setting plane_padding

2024-11-22 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 16 13:12:50 2024 -0300| [ea91d978e3be77de42f4b93194a286108de5720f] | committer: James Almer avutil/frame: fix setting plane_padding STRIDE_ALIGN is a lavc define and is not necessarely 32. And align may be <= 0 at the point plane_padding is being