- 24 Mar, 2011 6 commits
-
-
Mans Rullgard authored
-
Ronald S. Bultje authored
Fixes "make THREADS=2 fate-mpeg2-field-enc".
-
Ronald S. Bultje authored
-
Martin Storsjö authored
The normal dependency tracking system disables them just fine.
-
Martin Storsjö authored
It is automatically disabled on both mingw and dos due to the lack of fork.
-
Martin Storsjö authored
-
- 23 Mar, 2011 17 commits
-
-
Anton Khirnov authored
-
Vladimir Pantelic authored
This was missed when ASF was changed to return timestamps without preroll. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
With unknown attribute warnings disabled, these checks are no longer needed. Removing them improves readability while having no effect on generated code. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
ICC lies about the version of gcc it emulates, which results in unsupported attributes sometimes being used. The warning is an annoyance and should be disabled. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Martin Storsjö authored
In this particular case, we aren't ever printing anything else than 0.000 anyway. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Tomas Härdin authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Mans Rullgard authored
This fixes shared library versioning after 3dd851c4. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
This also fixes broken SBR detection, which produced files with double sample rate since 8ae0fa24. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Carl Eugen Hoyos authored
The format string was locale-depending. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Justin Ruggles authored
in the ac3_fixed encoder.
-
Martin Storsjö authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Martin Storsjö authored
The correct machine name for dlltool is arm-wince. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Factor ffmpeg calls using run_ffmpeg()
-
Luca Barbato authored
Add a THREADS variable to fate calls.
-
- 22 Mar, 2011 13 commits
-
-
Vitor Sessak authored
Fix an infinite loop when RoQ encoded generated a frame with a size greater than the maximum valid size. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Kieran Kunhya authored
Fixes --disable-everything --enable-decoder=ac3 Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Reimar Döffinger authored
This allows the AC-3 decoder to be used directly with RealMedia decoders that unlike the libavformat one do not byte-swap automatically. Since the new code is only used in case we would fail directly otherwise there should be no risk for regressions.
-
Justin Ruggles authored
-
Justin Ruggles authored
Depending on error_recognition is not correct, low values do certainly not mean it is ok to crash. Based on a patch by Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
The Atom has SSSE3 support, which is useful in many cases, but sometimes the SSSE3 version is slower than the SSE2 equivalent on the Atom, but is generally faster on other processors supporting SSSE3. This flag allows for selectively disabling certain SSSE3 functions on the Atom.
-
Anton Khirnov authored
fixes issue2649.
-
Anton Khirnov authored
It's pointless, since there's a seek to the end of tag later.
-
Dave Yeo authored
Conio.h is a non-standard header and may not have kbhit() prototyped. This fixes compile on OS/2 where the EMX version (we're using a fork) of conio.h only has getch() and getche(). Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This updates the wmv8-drm reference after c47d3835. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
-
- 21 Mar, 2011 4 commits
-
-
Martin Storsjö authored
This is required for the generated .lib file to actually be usable by MSVC. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Martin Storsjö authored
This makes the amr demuxer support seeking, closing roundup issue 2593.
-
Martin Storsjö authored
Previously, the field pointed to the second byte of the packet (which is the first byte of the actual AMR payload).
-
Martin Storsjö authored
This allows libavformat to guess an estimated duration for amr files. For streams with varying bit rates (or with silence descriptors or "no frame" blocks) the guess is, of course, inaccurate.
-