- 13 Jul, 2011 25 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Split them when codec id is known.
-
Anton Khirnov authored
This doesn't access avcodec_opts, so it will work with the new options passing system.
-
Anton Khirnov authored
The removed lines have no effect, since the flag is set on all encoder for the given file and avcodec_opts are reset between files.
-
Justin Ruggles authored
Since both the fixed-point and floating-point encoders use the FFTContext, this no longer needs to be in a separate context. Also, when a short-transform context is added, the same MDCT window will be used.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Ronald S. Bultje authored
-
Anton Khirnov authored
ic is NULL in case of error.
-
Jindrich Makovicka authored
Signed-off-by: Jindrich Makovicka <jindrich.makovicka@nangu.tv> Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Alex Converse authored
This fixes AAC playback in ffplay.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Kostya Shishkov authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
It's an XSI extension, not available on some supported systems.
-
Anton Khirnov authored
-
Tomas Härdin authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Tomas Härdin authored
Moving the search and parsing of the 'fmt ' info the main loop of wav_read_header() allows tags that precede it to be parsed. Creating wav_parse_fmt_tag() makes wav_read_header() easier to read. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Benjamin Larsson authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Kostya Shishkov authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 12 Jul, 2011 12 commits
-
-
Diego Biurrun authored
Sometimes it makes sense to replace a raw URL with some informative text that links to the URL instead of using the raw URL itself in the text. Also transform some mailing list references into links.
-
Diego Biurrun authored
This resolves a circular dependency between the headers.
-
Diego Biurrun authored
This fixes some warnings about unused-but-set variables.
-
Diego Biurrun authored
-
Ronald S. Bultje authored
Fixes the following compile error with darwin/gcc-4.2.1: In file included from libavcodec/error_resilience.c:33: libavcodec/h264.h: In function ‘decode_mb_skipâ€
™ : libavcodec/h264.h:773: error: ‘always_inline’ function could not be inlined in call to ‘pred_pskip_motion’ : the function body must appear before caller libavcodec/h264.h:1334: error: called from here -
Oskar Arvidsson authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
It's replaced by 'creation_time' metadata tag.
-
Anton Khirnov authored
-
Anton Khirnov authored
It's broken with multiple files or audio streams.
-
Anton Khirnov authored
It's broken with multiple files or audio streams.
-
Anton Khirnov authored
-
Anton Khirnov authored
It's a better format and we have an encoder for it, so it doesn't fail like CODEC_ID_TEXT.
-
- 11 Jul, 2011 3 commits
-
-
Chris Evans authored
Specifically crafted samples can reinit ogg->streams[] while reading samples, and thus we should not cache old pointers since these may no longer be valid. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Diego Biurrun authored
-
Jason Garrett-Glaser authored
Much faster high bit depth deblocking.
-