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/sdp : add framerate entry

    22 mai, par Marvin Scholz
    avformat/sdp: add framerate entry
    
    This also updates fate-lavf-mov_rtphint as there the SDP
    is included in the muxed file.
    
    • [DH] libavformat/sdp.c
    • [DH] tests/ref/lavf/mov_rtphint
  • Makefile : Split ALLFFLIBS

    22 mai, par Michael Niedermayer
    Makefile: Split ALLFFLIBS
    
    This matches other lists and reduces conflicts between patches
    
    Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
    
    • [DH] Makefile
  • tests/fate/ac3 : add a second ac3_fixed encoder test

    22 mai, par James Almer
    tests/fate/ac3: add a second ac3_fixed encoder test
    
    Exercising the lavfi filtergraph codepath to choose the best output layout.
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] tests/fate/ac3.mak
  • aacdec_ac : fix signed overflow in ff_aac_ac_update_context()

    22 mai, par Lynne
    aacdec_ac: fix signed overflow in ff_aac_ac_update_context()
    
    The issue is that state->cur[] is 8-bits, but a+b+1 can overflow
    before being clipped to 0xF in the following line, causing an incorrect
    state to be saved for the next symbol.
    
    This solves numerous bitstream desyncs, particularly when coefficients
    with magnitude greater than 127 are sent.
    
    • [DH] libavcodec/aac/aacdec_ac.c
  • avfilter/avfiltergraph : fix regression in picking channel layout

    22 mai, par Paul B Mahol
    avfilter/avfiltergraph: fix regression in picking channel layout
    
    Signed-off-by: James Almer <jamrial@gmail.com>
    
    • [DH] libavfilter/avfiltergraph.c