- 23 Oct, 2012 2 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Fixes a crash when using a preset with stream copy. CC: libav-stable@libav.org
-
- 22 Oct, 2012 22 commits
-
-
Justin Ruggles authored
This allocates 4 bytes less than the previous code if avctx->block_align is a multiple of 4, but the extra 4 bytes is not really needed.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
also does some minor refactoring.
-
Mans Rullgard authored
This defines an AVCodec only if the corresponding CONFIG option is enabled instead of using the broad CONFIG_ENCODERS/DECODERS. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
Since it is declared as a string AVOption, the generic freeing code attempts to free it on codec close. Some codecs might have already freed it elsewhere (or didn't even allocate it with av_malloc() in the first place), so this might lead to an invalid free. There is no point in having this field accessible as an AVOption, so remove it from the options table. Fixes Bug 380. CC: libav-stable@libav.org
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Justin Ruggles authored
-
- 21 Oct, 2012 5 commits
-
-
Martin Storsjö authored
The log context is assumed to start with an AVClass pointer. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Nathan Caldwell authored
Error out on init if a codec with CODEC_CAP_EXPERIMENTAL is requested and strict_std_compliance is not FF_COMPLIANCE_EXPERIMENTAL. Move the check from avconv to avcodec_open2() and return AVERROR_EXPERIMENTAL accordingly. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Nathan Caldwell authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Nathan Caldwell authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 20 Oct, 2012 11 commits
-
-
Diego Biurrun authored
This also places tests of related formats together.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Mans Rullgard authored
Use of the ARM optimised intmath.h was accidentally dropped in 9734b8ba. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Luca Barbato authored
Based on code from Carl Eugen Hoyos, Michael Niedermayer and Paul B Mahol.
-
Luca Barbato authored
-