- 30 Mar, 2011 9 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
anatoly authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
anatoly authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
anatoly authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
anatoly authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Brad authored
Since the code already supports both little- and big-endian audio for recording, do not fail just because the endianness is not what we expect. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 29 Mar, 2011 8 commits
-
-
Mans Rullgard authored
These fields are only used in quantize_mantissas() and reset on each call, no need to store them in the main context. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Stripping is generally best left to package management tools, and since unstripped copies are kept in the build tree, any arguments about saving space (no matter how insignificant) are void. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
-
Alexander Strange authored
-
Carl Eugen Hoyos authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Carl Eugen Hoyos authored
FFmpeg did not seek back to the original position, but to "0", making reading a VBR tag impossible. (issue 2645) Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 28 Mar, 2011 5 commits
-
-
Justin Ruggles authored
exponent reference blocks.
-
Kostya Shishkov authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Janne Grunau authored
-
Tyler authored
Amazon S3 sends header field names all lowercase. This is actually acceptable according to the HTTP standard. http://tools.ietf.org/html/rfc2616#section-4.2Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 27 Mar, 2011 3 commits
-
-
Justin Ruggles authored
-
Ramiro Polla authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Brad authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 26 Mar, 2011 2 commits
-
-
Alexander Strange authored
-
Ronald S. Bultje authored
-
- 25 Mar, 2011 11 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
and decoder, and vice-versa for the AC-3 encoder.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
of the service type in the audio bitstream.
-
Mans Rullgard authored
This fixes some library tests when --as-needed is in effect. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
texi2pod.pl
-
Luca Barbato authored
Split normal build system documentation and the fate one. Document THREADS make variable and provide an introduction to fate. Document DESTDIR make variable and add some generic targets.
-
Young Han Lee authored
-
Young Han Lee authored
-
Alexander Strange authored
-
- 24 Mar, 2011 2 commits
-
-
John Stebbins authored
When a normal Block is parsed, duration is initialized to AV_NOPTS_VALUE. If it is not changed, then the track's default duration is used. But for SimpleBlock, duration is initialized to 0 instead of AV_NOPTS_VALUE. This is due to the difference in how EBML_NEST vs EBML_PASS are processed. Setting duration to 0 leads eventually to wrongly estimate the frame duration in util.c Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Diego Elio Pettenò authored
When -std=c99 is used, GCC defines __STRICT_ANSI__ to hide non-ANSI interfaces; on MinGW32, when this macro is defined, some functions that are part of POSIX but not of Windows APIs are disabled, including strcasecmp(). Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-