- 13 Mar, 2014 39 commits
-
-
Diego Biurrun authored
They were marked as broken and disabled in 2009 and will never get fixed.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
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 1 commit
-
-
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>
-