git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
configure : update copyright year
1er janvier, par Lynne -
avcodec/cbs_vp9 : Initialize VP9RawSuperframeIndex
1er janvier, par Michael Niedermayeravcodec/cbs_vp9: Initialize VP9RawSuperframeIndex Fixes: use-of-uninitialized-value Fixes: 70907/clusterfuzz-testcase-minimized-ffmpeg_BSF_VP9_METADATA_fuzzer-6339363208757248 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
tests/checkasm/sw_rgb : remove bogus value truncation in check_yuv2packed1()
31 décembre 2024, par James Almer -
avformat/vqf : Propagate errors from add_metadata()
31 décembre 2024, par Michael Niedermayer -
avformat/iamfdec : swap back and side streams if both are present
30 décembre 2024, par James Almeravformat/iamfdec: swap back and side streams if both are present Layouts with both pairs (7.1, 7.1.2, etc) in IAMF that follow the definition in ITU-R BS.2051-3 for Systems I and J also follow its ordering. This means side comes before back, which is the inverse of how it's defined in AVChannel. To workaround this without having to use custom order channel layouts, swap the stream ids in the input IAMF structure, so packets for one are mapped to the other. Signed-off-by: James Almer <jamrial@gmail.com>