- 08 May, 2012 1 commit
-
-
Carl Eugen Hoyos authored
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
- 07 May, 2012 29 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
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Sean McGovern authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Robert Nagy authored
-
Ronald S. Bultje authored
This is useful for writing unit tests. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Mina Nagy Zaki authored
This fixes a double-free crash if lists are the same due to the two merge_ref() calls at the end of the (useless) merging that happens. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Rationale is the same as for video width/height etc.
-
- 06 May, 2012 10 commits
-
-
Paul B Mahol authored
ZeroCodec relies on the keyframe flag being set in the container, and prev is the previously decoded frame. A keyframe flags incorrectly set will lead to this condition. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Luca Barbato authored
Our code should be terse and clear.
-
Kostya Shishkov authored
-
Michael Niedermayer authored
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
-
Kostya Shishkov authored
-
Diego Biurrun authored
This fixes a number of unused-but-set gcc warnings.
-
Diego Biurrun authored
libavcodec/dvdec.c:344:12: warning: assignment discards ‘const’ qualifier from pointer target type
-
Robert Nagy authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Sean McGovern authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Anton Khirnov authored
-