- 13 Dec, 2013 7 commits
-
-
Luca Barbato authored
Some pthreads symbols might be present in libc (as shown on various *BSD) but not all of them, leading to false positives. Check for the most common compiler flags before the plain symbol check to avoid known pitfalls.
-
Luca Barbato authored
There are alternate implementations of those libraries that use pthreads.
-
Diego Biurrun authored
This long-deprecated code should disappear at the next version bump.
-
Diego Biurrun authored
-
Diego Biurrun authored
This enables a more C99-compliant implementation of printf et al.
-
Diego Biurrun authored
The MinGW32 project is deprecating its old version macros.
-
Diego Biurrun authored
The flag is not unconditionally added to CFLAGS either and the programs built on the host do not get habitually fed to a debugger.
-
- 12 Dec, 2013 6 commits
-
-
Carl Eugen Hoyos authored
-
Vittorio Giovara authored
-
Martin Lambers authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Martin Storsjö authored
This fixes decoding, broken since 7e350379. This is similar to what was done for the normal mp3 decoder in f4a86bc9. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 11 Dec, 2013 16 commits
-
-
Rumin Sam authored
Some ACTi cameras fail if "*" is passed as the URI. Signed-off-by: Ismael Luceno <ismael.luceno@corp.bluecherry.net> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
Also bump libavcodec micro and add an APIchanges entry saying that av_frame_* should now be used instead of the lavc AVFrame functions.
-
Anton Khirnov authored
This is a temporary workaround to allow deprecating avcodec_get_frame_defaults(). The proper solution will be using a properly allocated AVFrame in Picture.
-
Anton Khirnov authored
avcodec_decode_audio4() resets the frame itself.
-
Anton Khirnov authored
avcodec_decode_*() resets the frame itself.
-
Anton Khirnov authored
This is a temporary workaround to allow deprecating avcodec_get_frame_defaults(). The proper solution will be using a properly allocated AVFrame in Picture.
-
Anton Khirnov authored
ff_mpeg_unref_picture() already resets the frame.
-
Anton Khirnov authored
avcodec_decode_audio4() will reset the frame itself.
-
Anton Khirnov authored
avcodec_get_frame_defaults() will be deprecated.
-
Anton Khirnov authored
Strictly speaking it is not correct to call it on refcounted frames, in any case it is unnecessary, since filtered_frame is always unreferenced after poll_filter() returns.
-
Anton Khirnov authored
av_frame_free() should be used instead.
-
Anton Khirnov authored
-
Guillaume Martres authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Gildas Cocherel authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Michael Niedermayer authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Diego Biurrun authored
This enables a more POSIX-compliant printf implementation, that allows using length modifiers like 'z'.
-
- 10 Dec, 2013 2 commits
-
-
Reinhard Tartler authored
Fix writing over the end Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Addresses: CVE-2013-0845
-
Diego Biurrun authored
It was incorrectly moved in c869fcde.
-
- 09 Dec, 2013 9 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Vittorio Giovara authored
-
Diego Biurrun authored
Simplifies host/target libc detection splitting.
-