- 19 Apr, 2011 13 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Kostya authored
this should've been written earlier, sorry Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Diego Biurrun authored
This fixes a lot of warnings of the sort: libavcodec/pcm.c:105: warning: cast discards qualifiers from pointer target type
-
- 18 Apr, 2011 6 commits
-
-
Diego Biurrun authored
Automatic stripping of binaries was removed in commit e0be794a and the _g binaries disappeared along with it.
-
Luca Barbato authored
Use the correct error codes and format identifier.
-
Anton Khirnov authored
They've accumulated enough new APIs and corresponding deprecated cruft. This breaks API and ABI.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 17 Apr, 2011 4 commits
-
-
Diego Biurrun authored
The string "FFmpeg" was replaced by "Libav" in metadata that got encoded in file headers.
-
Diego Biurrun authored
-
Justin Ruggles authored
The number of dba segments is the coded value + 1. The coupling dba offset starts at the first coupling band, not at zero.
-
Ronald S. Bultje authored
PROFILE_ADVANCED doesn't set res_fasttx, so make that a special case in the condition that decides which IDCT to use (and whether to read coefficients transposed or not). Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 16 Apr, 2011 1 commit
-
-
Ronald S. Bultje authored
IDCT coefficients are read transposed, but simple_idct does not expect this. Therefore, only do tranposed coefficient reading if we're not using simple_idct. Fixes http://forum.videolan.org/viewtopic.php?f=14&t=89651
-
- 15 Apr, 2011 9 commits
-
-
Diego Biurrun authored
-
Kostya Shishkov authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Kostya Shishkov authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Kostya Shishkov authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Diego Biurrun authored
Also add inttypes.h #include for PRId64 macros. This fixes the following warnings: libavformat/xwma.c:147: warning: too many arguments for format libavformat/xwma.c:151: warning: too many arguments for format
-
Max Horn authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Clément Bœsch authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Janne Grunau authored
only hit with --enable-runtime-cpudetect
-
Janne Grunau authored
-
- 14 Apr, 2011 7 commits
-
-
Janne Grunau authored
-
Luca Barbato authored
MMX is always built. Drop the ifdefs
-
Josh Allmann authored
Simplify the fallthrough case when no accelerated functions can be initialized.
-
Josh Allmann authored
Move x86-specific constants out of swscale.c
-
Luca Barbato authored
PPC and x86 code is split off from swscale_template.c. Lots of code is still duplicated and should be removed later. Again uniformize the init system to be more similar to the dsputil one. Unset h*scale_fast in the x86 init in order to make the output consistent with the previous status. Thanks to Josh for spotting it.
-
Luca Barbato authored
Keep only the plain C code in the main rgb2rgb.c and move the x86 specific optimizations to x86/rgb2rgb.c Change the initialization pattern a little so some of it can be factorized to behave more like dsputils.
-
Alexis Ballier authored
The functions are already av_ prefixed and sha1 header is already provided. Install libavutil/{aes,sha}.h Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-