- 15 Jul, 2011 18 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
User-provided data should never trigger an assert; return error instead. Also fix an instance of get_bits where get_bits_long should have been used. This eliminates the following warning: libavcodec/vaapi_mpeg2.c:112:14: warning: variable 'start_code' set but not used
-
Diego Biurrun authored
An official specification now exists and it is both more detailed and easier to understand than the incomplete notes available here.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
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 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-