git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat/matroskadec : check that channels fit in signed 32bit int
11 mai, par Michael Niedermayeravformat/matroskadec: check that channels fit in signed 32bit int Fixes: signed integer overflow: -1384566925600903168 * 16 cannot be represented in type 'long' Fixes: 407069502/clusterfuzz-testcase-minimized-ffmpeg_dem_WEBM_DASH_MANIFEST_fuzzer-5159255372267520 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
avcodec/takdec : Check remaining space for first predictors
11 mai, par Michael Niedermayeravcodec/takdec: Check remaining space for first predictors Fixes: Timeout Fixes: 403673829/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TAK_fuzzer-5498240154009600 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
MAINTAINERS : Add entry for samples-request
11 mai, par Michael NiedermayerMAINTAINERS: Add entry for samples-request This is based on discussion with the GA and its simply the people who have done or tried to do some uploads recently. Everyone who has a shell account on ffmpeg.org should have powers to upload samples. CC: compn <compn@ffmpeg.org> CC: Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-
tests/fate/probe : add test for dts in wav
11 mai, par Marton Balint -
tests/fate/probe : add test for pcm misdetected as mp3 in wav
11 mai, par Marton Balint