- 14 Jul, 2011 11 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
Without it, Doxygen cannot separate them into different sections.
-
Diego Biurrun authored
libavformat/utils.c:599: warning: missing braces around initializer libavformat/utils.c:599: warning: (near initialization for ‘ap.time_base’)
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This doesn't access avcodec_opts, so it works with the new options passing system. Makes opt_bitrate() unneeded, so it's removed.
-
Diego Biurrun authored
This fixes a bunch of related warnings where Doxygen assumed that the documentation belonged to the macro and not the function.
-
Diego Biurrun authored
-
Diego Biurrun authored
This fixes a bunch of unused function warnings.
-
Daniel Kang authored
Mainly ported from 8-bit H.264 predict. Some code ported from x264. LGPL ok by author. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
-
- 13 Jul, 2011 27 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
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 2 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.
-