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

  • avformat/mxfdec : Check body_offset

    26 avril, par Michael Niedermayer
    avformat/mxfdec: Check body_offset
    
    Fixes: signed integer overflow: 538976288 - -9223372036315799520 cannot be represented in type 'long'
    Fixes: 68060/clusterfuzz-testcase-minimized-ffmpeg_dem_MXF_fuzzer-5523457266745344
    
    Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by: Tomas Härdin <git@haerdin.se>
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] libavformat/mxfdec.c
  • configure : support msvc build inside WSL

    25 avril, par Timo Rothenpieler
    configure: support msvc build inside WSL
    
    • [DH] configure
  • avformat/http: Rename parse_set_cookie_expiry_time to parse_http_date

    25 avril, par Derek Buitenhuis
    avformat/http: Rename parse_set_cookie_expiry_time to parse_http_date
    
    That is what it actually does, and it will be needed for more
    than the Expiry header soon.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
    
    • [DH] libavformat/http.c
  • fate/iamf : don't demux packets in fate-iamf-5_1-{copy,demux}

    25 avril, par James Almer
    fate/iamf: don't demux packets in fate-iamf-5_1-{copy,demux}
    
    They contain side data whose size is arch dependent.
    This fixes fate failures on 32bit targets.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] tests/fate/iamf.mak
    • [DH] tests/ref/fate/iamf-5_1-copy
    • [DH] tests/ref/fate/iamf-5_1-demux
  • fate/iamf : add a demux text

    24 avril, par James Almer
    fate/iamf: add a demux text
    
    Using the same input sample as iamf-5_1-copy, in order to compare both test's output
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] tests/fate/iamf.mak
    • [DH] tests/ref/fate/iamf-5_1-demux