- 16 Jul, 2011 4 commits
-
-
Diego Biurrun authored
-
Rafaël Carré authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 15 Jul, 2011 21 commits
-
-
Diego Biurrun authored
libavcodec/libspeexdec.c:108: warning: passing argument 2 of ‘speex_bits_read_from’ discards qualifiers from pointer target type /usr/include/speex/speex_bits.h:80: note: expected ‘char *’ but argument is of type ‘const uint8_t *’
-
Diego Biurrun authored
libavcodec/libopenjpeg.c:100: warning: passing argument 2 of ‘opj_cio_open’ discards qualifiers from pointer target type /usr/include/openjpeg.h:770: note: expected ‘unsigned char *’ but argument is of type ‘const uint8_t *’
-
Diego Biurrun authored
-
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 15 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.
-