- 13 Mar, 2014 32 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
Also switch from "tbl" to "tab" name suffixes.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
This helps grepping for functions, among other things.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
The function is supposed to confirm that the compiler provided enough alignment, but in practice it is only run in certain code paths and insufficient alignment problems are restricted to legacy compilers.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
SPARC is no longer being used in any multimedia-related fields and the VIS optimizations only represent a maintenance burden.
-
Diego Biurrun authored
SH4 has been end-of-lifed and no more test machines are available.
-
Diego Biurrun authored
-
Diego Biurrun authored
Previously, it was an implicit dependency through mpegvideo. Change this, as implicit dependencies can cause all sorts of trouble.
-
Diego Biurrun authored
ffv1 does not use any part of the dsputil framework.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Reinhard Tartler authored
-
Luca Barbato authored
Quite useful to select by pid in MPEG-TS.
-
- 12 Mar, 2014 7 commits
-
-
Alessandro Ghedini authored
The icy_metadata_headers string never gets initialized, so, during the first call to av_strlcatf() in parse_icy(), strlen() will be called on a pointer to uninitialized memory. At best this causes some garbage data to be left at the start of the string. By initializing icy_metadata_headers to the empty string, the first call to strlen() will always return 0, so that data is appended from the start of the string. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Janne Grunau authored
The integrated arm assembler in clang-503.0.38 (Xcode-5.1) fails to assemble a branch to 'label + offset' in thumb mode.
-
Luca Barbato authored
It should work best for debian stable and people not installing the .pc file.
-
Vittorio Giovara authored
-
Diego Biurrun authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 11 Mar, 2014 1 commit
-
-
Clément Bœsch authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-