- 09 May, 2012 10 commits
-
-
Anton Khirnov authored
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
This makes only tests actually using avconv depend on it. The remaining tests already depend on what they need. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Only the probe tests should depend on avprobe and these should be enabled only if avprobe is configured. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Just like gcc 4.6 and later on ARM, gcc 4.8 on MIPS generates inefficient code when a known-unaligned location is used as a memory input operand. This applies the same fix as has been previously done to the ARM version of the code. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
GCC actually handles unaligned accesses correctly in all cases except, absurdly, 32-bit loads on mips64. The remaining asm is thus not needed, and removing it results in better code. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
Also add the public interface libavfilter/buffersink.h. Based on a commit by Stefano Sabatini.
-
Anton Khirnov authored
Based on a commit by Stefano Sabatini <stefano.sabatini-lala@poste.it>
-
- 08 May, 2012 9 commits
-
-
Luca Barbato authored
Signed-off-by: Jordi Ortiz <nenjordi@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Jordi Ortiz authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Alex Converse authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Alex Converse authored
-
Jordi Ortiz authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
libavcodec/utils.c:274: warning: passing argument 3 of ‘av_samples_fill_arrays’ discards qualifiers from pointer target type ./libavutil/samplefmt.h:151: note: expected ‘uint8_t *’ but argument is of type ‘const uint8_t *’
-
Kostya Shishkov authored
Unlike other variants, for YUY2 we need to use different prediction: * on line 0 for luma we should left predict starting from the second pixel * on line 1 we should left predict first 4 pixels for luma and 2 for chroma * median prediction employed here is taken directly from HuffYUV
-
Carl Eugen Hoyos authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 07 May, 2012 21 commits
-
-
Diego Biurrun authored
-
Anton Khirnov authored
Encoder tag being used for muxer messages is confusing.
-
Diego Biurrun authored
libavformat/mov.c:597:25: warning: variable ‘cflags’ set but not used
-
Alex Converse authored
-
Alex Converse authored
-
Ronald S. Bultje authored
Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Mans Rullgard authored
Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Ronald S. Bultje authored
Prevents subsequent overreads when these numbers are used as indices in arrays. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Justin Ruggles authored
fixes Bug#280
-
Justin Ruggles authored
It is already set to 0 by av_free_packet()
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
We no longer have any audio encoders using AVCodec.encode().
-
Diego Biurrun authored
-
Diego Biurrun authored
This also involves making some function static and changing the name prefixes of some functions and structures.
-
Anton Khirnov authored
A nontrivial public function such as this should most certainly NOT be inline.
-
Anton Khirnov authored
-
Diego Biurrun authored
-
Diego Biurrun authored
libavcodec/txd.c:49:60: warning: variable ‘mipmap_count’ set but not used
-
Diego Biurrun authored
libavcodec/mmvideo.c:87:9: warning: variable ‘i’ set but not used
-
Diego Biurrun authored
-