git.videolan.org Git - ffmpeg.git/rss log

FFmpeg git repo

http://git.videolan.org/?p=ffmpeg.git;a=summary

Les articles publiés sur le site

  • configure : update copyright year

    1er janvier, par Lynne
    configure: update copyright year
    
    On 01/01/2025 19:05, Peter Ross wrote:
    > FFmpeg turns 25 this year.
    
    • [DH] configure
  • avcodec/cbs_vp9 : Initialize VP9RawSuperframeIndex

    1er janvier, par Michael Niedermayer
    avcodec/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>
    
    • [DH] libavcodec/cbs_vp9.c
  • tests/checkasm/sw_rgb : remove bogus value truncation in check_yuv2packed1()

    31 décembre 2024, par James Almer
    tests/checkasm/sw_rgb: remove bogus value truncation in check_yuv2packed1()
    
    Fixes out of array accesses.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] tests/checkasm/sw_rgb.c
  • avformat/vqf : Propagate errors from add_metadata()

    31 décembre 2024, par Michael Niedermayer
    avformat/vqf: Propagate errors from add_metadata()
    
    Suggested-by: Marton Balint <cus@passwd.hu>
    Reviewed-by: Alexander Strasser <eclipse7@gmx.net>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/vqf.c
  • avformat/iamfdec : swap back and side streams if both are present

    30 décembre 2024, par James Almer
    avformat/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>
    
    • [DH] libavformat/iamfdec.c
    • [DH] libavformat/version.h
    • [DH] tests/ref/fate/iamf-7_1_4