- 23 Oct, 2012 7 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
This reverts commit def8c946. After the major bump this is no longer necessary.
-
Anton Khirnov authored
This reverts commit d15c21e5. After the major bump this is no longer necessary.
-
Anton Khirnov authored
In addition to the recent tables mess, the AVOption defaults behavior changed, so an old lavc used with a new lavu will get completely messed up defaults.
-
Anton Khirnov authored
-
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 6 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
-