git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat/sdp : add framerate entry
22 mai, par Marvin Scholz -
Makefile : Split ALLFFLIBS
22 mai, par Michael Niedermayer -
tests/fate/ac3 : add a second ac3_fixed encoder test
22 mai, par James Almer -
aacdec_ac : fix signed overflow in ff_aac_ac_update_context()
22 mai, par Lynneaacdec_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.
-
avfilter/avfiltergraph : fix regression in picking channel layout
22 mai, par Paul B Mahol