- 07 May, 2012 20 commits
-
-
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 19 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
-
Stefano Sabatini authored
The function is not implemented (and possibly useless).
-
Anton Khirnov authored
The scale filter is used for internal colorspace conversions, so it must always be present.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Janne Grunau authored
Fixes https://bugzilla.libav.org/show_bug.cgi?id=244
-
Mans Rullgard authored
The strtol() interface makes it difficult to use with const-qualified pointers. With this change, although the const is still lost, the compiler does not warn about it. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Kostya Shishkov authored
This is logical and also fixes checking for the fourth plane offset.
-
Kostya Shishkov authored
-
- 05 May, 2012 1 commit
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-