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/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
  • fftools/ffmpeg_mux_init : remove leftover debug log messages

    24 avril, par James Almer
    fftools/ffmpeg_mux_init: remove leftover debug log messages
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] fftools/ffmpeg_mux_init.c
  • avutil/iamf : fix mix_gain_class name

    24 avril, par James Almer
    avutil/iamf: fix mix_gain_class name
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavutil/iamf.c