- 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 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 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>
-
- Oct 27, 2015
-
-
Hendrik Leppkes authored
-
- Oct 26, 2015
-
-
Luca Barbato authored
`av_packet_unref` matches the AVFrame ref-counted API and can be used as a drop in replacement. Deprecate `av_free_packet`.
-
- Aug 31, 2015
-
-
Luca Barbato authored
-
Vittorio Giovara authored
-
- Aug 20, 2015
-
-
Andreas Cadhalpun authored
Reviewed-by:
Michael Niedermayer <michael@niedermayer.cc> Signed-off-by:
Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
-
- Aug 13, 2015
-
-
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>
-
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>
-
- Jun 12, 2015
-
-
Vittorio Giovara authored
Reported-By: infer
-
- May 12, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- May 06, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Apr 01, 2015
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Mar 19, 2015
-
-
Martin Storsjö authored
Since the duration is compared to the tfra durations/intervals which are expressed in pts, calculate that here as well. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- Feb 22, 2015
-
-
Michael Niedermayer authored
Fixes CID1271047 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID733726 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- Feb 21, 2015
-
-
Michael Niedermayer authored
The comments/header of the file are taken from qemu, they provide some basic documentation The code from the examples Ive no means to test this except uploading to coverity for FFmpeg, so each commit should stay simple, making it easy to revert. Also please help making this a useful and effective file by contributing changes/code to it and reviewing contributions. I am happy to upload changes but i cannot really maintain this (alone) as i cannot test changes. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Supraja Meedinti authored
Signed-off-by:
Supraja Meedinti <supraja0493@gmail.com> Reviewed-by:
Nicolas George <george@nsup.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-