- Jun 21, 2017
-
-
Diego Biurrun authored
None of them are specific to the YASM assembler. (Cherry-picked from libav commit 39e208f4) Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Jun 12, 2017
-
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com>
-
- May 29, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- May 06, 2017
-
-
Michael Niedermayer authored
Fixes: 1364/clusterfuzz-testcase-minimized-6459843441328128 Fixes: 1392 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- May 04, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- May 03, 2017
-
-
Michael Niedermayer authored
This allows fuzzing decoders with the same codec_id We also avoid register all to allow the linker to prune unused sections and symbols Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- May 01, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Apr 30, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Apr 27, 2017
-
-
Michael Niedermayer authored
Fixes: 1271/clusterfuzz-testcase-minimized-6095220498235392 Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Apr 25, 2017
-
-
Michael Niedermayer authored
The header is not always available in the docker build environment Suggested-by: Kostya Serebryany Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Apr 24, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Apr 19, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Apr 14, 2017
-
-
James Almer authored
Found-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Mar 29, 2017
-
-
Clément Bœsch authored
-
- Feb 24, 2017
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jan 31, 2017
-
-
Michael Niedermayer authored
tools/target_dec_fuzzer: Only audio uses the return value to decode packets in pieces, correct the code to match that Fixes: Timeout Fixes: 483/fuzz-0-ffmpeg_VIDEO_AV_CODEC_ID_H263I_fuzzer Found-by: continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/targets/ffmpeg Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jan 29, 2017
-
-
Rostislav Pehlivanov authored
Name and purpose are more appropriate there since the code isn't an ideal example. Reviewed-by:
wm4 <nfxjfg@googlemail.com> Signed-off-by:
Rostislav Pehlivanov <atomnuker@gmail.com>
-
- Dec 24, 2016
-
-
Michael Niedermayer authored
Fixes CID1396836 Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Dec 07, 2016
-
-
Diego Biurrun authored
-
- Dec 05, 2016
-
-
Timothy Gu authored
Fixes CID1396857.
-
- Nov 30, 2016
-
-
Philip Langdale authored
Really should have done this last time. It should provide consistency across our allocations and frees.
-
Philip Langdale authored
This should deal with some false positives, but might lead to more of them depending on whether it realises that av_freep() wraps av_free() or not.
-
- Nov 24, 2016
-
-
Martin Storsjö authored
These functions are not available on mingw32ce. Signed-off-by:
Diego Biurrun <diego@biurrun.de>
-
- Nov 11, 2016
-
-
Marton Balint authored
Based on a patch by Kyle Swanson <k@ylo.ph>. Signed-off-by:
Marton Balint <cus@passwd.hu>
-
- Oct 25, 2016
-
-
Luca Barbato authored
Useful to test protocols that require options to be used.
-
- Oct 09, 2016
-
-
Moritz Barsnick authored
Signed-off-by:
Moritz Barsnick <barsnick@gmx.net> Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Sep 25, 2016
-
-
Clément Bœsch authored
-
- Aug 26, 2016
-
-
James Almer authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
James Almer <jamrial@gmail.com>
-
James Almer authored
Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- Aug 22, 2016
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- Jul 17, 2016
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- May 17, 2016
-
-
Diego Biurrun authored
-
- May 13, 2016
-
-
Diego Biurrun authored
-
- Mar 28, 2016
-
-
Lou Logan authored
Signed-off-by:
Lou Logan <lou@lrcd.com>
-
- Jan 06, 2016
-
-
Derek Buitenhuis authored
It serves absolutely no purpose other than to confuse potentional Android developers about how to use hardware acceleration properly on the the platform. The stagefright "API" is not public, and the MediaCodec API is the proper way to do this. Furthermore, stagefright support in avcodec needs a series of magic incantations and version-specific stuff, such that using it actually provides downsides compared just using the actual Android frameworks properly, in that it is a lot more work and confusion to get it even running. It also leads to a lot of misinformation, like these sorts of comments (in [1]) that are absolutely incorrect. [1] http://stackoverflow.com/a/29362353/3115956 Signed-off-by:
Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
- Dec 25, 2015
-
-
Reto Kromer authored
Minor HTML5 code changes. Closes #167
-
- Nov 22, 2015
-
-
Hagen Schmidt authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-