- 03 Aug, 2014 17 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Anton Khirnov authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Janne Grunau authored
-
Janne Grunau authored
llvm's integrated assembler does not accept spaces as macro argument delimiter when targeting darwin. Using a explicit delimiter is a good idea in principle since it makes case like 'macro 4 -2' vs 'macro 4 - 2' clear.
-
Janne Grunau authored
Add CPU count and number threads as informative values for fate.
-
Janne Grunau authored
libavutil/cpu-test prints raw and effective cpu flags to STDERR. Detected cpu flags can be useful for debugging fate errors. No comparison of the result against a expected result since that would require fate config specific references.
-
Luca Barbato authored
Split return value handling from the actual opening. Incidentally fixes the https -> http redirect issue reported by Compn on behalf of rcombs. CC: libav-stable@libav.org
-
Justin Ruggles authored
This treats mono as planar internally within libavresample rather than changing the sample format. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Also add missing mem.h header for av_freep().
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This is cleaner and avoids a cast plus a related const qualifier warning.
-
- 02 Aug, 2014 3 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 01 Aug, 2014 13 commits
-
-
Luca Barbato authored
Otherwise the frame would show the first layout matching the channel count.
-
Luca Barbato authored
-
Luca Barbato authored
And leverage the video index if the video is just disabled as wm4 did in an initial patch.
-
Vittorio Giovara authored
Properly address CVE-2011-3946 and parse bitstream as described in the spec. CC: libav-stable@libav.org Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
-
Luca Barbato authored
Also change some comments to multiline. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
-
Vittorio Giovara authored
This reverts commit 35b05c51. A warning is introduced in case this option is used.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
The Xvid IDCT is only required to decode some Xvid-encoded MPEG-4 files, so there is no point in having it as an unconditional part of idctdsp.
-
Diego Biurrun authored
This is how all the other init functions operate.
-
Diego Biurrun authored
This allows running all the tests individually and/or in parallel.
-
Michael Niedermayer authored
Make sure the buffer size does not exceed the expected RLE size. Prevent an out of array bound write. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Bug-Id: CVE-2013-0852 Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 30 Jul, 2014 1 commit
-
-
Diego Biurrun authored
-
- 29 Jul, 2014 6 commits
-
-
Diego Biurrun authored
CC: libav-stable@libav.org
-
Nidhi Makhijani authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Luca Barbato authored
-
Luca Barbato authored
Speed up probing ADTS live streams that are not frame-aligned such as http://mp3.streampower.be/radio1.aac .
-
Luca Barbato authored
It should provide a quicker guess for elementary streams provided by http.
-
Luca Barbato authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-