git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
postproc/postprocess_template : Fix reading uninitialized pixels in dering_C()
22 avril, par Michael Niedermayer -
tools/target_dec_fuzzer : Assert on AVERROR_BUG
21 avril, par Andreas Rheinhardt -
avformat : Use ffio_read_size() where appropriate
21 avril, par Andreas Rheinhardtavformat: Use ffio_read_size() where appropriate Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
- [DH] libavformat/argo_brp.c
- [DH] libavformat/flacdec.c
- [DH] libavformat/ilbc.c
- [DH] libavformat/ipmovie.c
- [DH] libavformat/mm.c
- [DH] libavformat/mpeg.c
- [DH] libavformat/mxfdec.c
- [DH] libavformat/qcp.c
- [DH] libavformat/rmdec.c
- [DH] libavformat/takdec.c
- [DH] libavformat/vividas.c
- [DH] libavformat/vqf.c
- [DH] libavformat/wavdec.c
- [DH] libavformat/wtvdec.c
-
avcodec/ftr : Replace AVERROR_BUG that can be triggered
21 avril, par Andreas Rheinhardtavcodec/ftr: Replace AVERROR_BUG that can be triggered Return AVERROR_DECODER_NOT_FOUND. (This can be triggered because this decoder tries to be generic and work with multiple underlying AAC decoders, so that there is no configure dependency for any decoder.) Reviewed-by: Kacper Michajlow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-
avcodec/imm5 : Reference H.264/HEVC decoders directly
21 avril, par Andreas Rheinhardtavcodec/imm5: Reference H.264/HEVC decoders directly This is simpler and allows to fuzz them -- up until now, the linker did not see the dependency and fuzzing them returned AVERROR_BUG during init. It took just a few seconds here to run into an assert due to a return value of AVERROR(EAGAIN) in the decode callback... Reviewed-by: Kacper Michajlow <kasper93@gmail.com> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>