- 15 Jul, 2011 2 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 14 Jul, 2011 19 commits
-
-
Diego Biurrun authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Mike Williams authored
Signed-off-by: Mike Williams <mike@mikebwilliams.com> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Martin Storsjö authored
The variable 'codec' was used uninitialized here. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
Fixes a crash when forcing libc to strictly adhere to malloc sizes.
-
Ronald S. Bultje authored
Prevents overflows on very bright scenes when adding dither, which may lead to black dots.
-
Diego Biurrun authored
-
Diego Biurrun authored
The file name is redundant and brittle across file renamings.
-
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 19 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>
-