- 10 Sep, 2011 3 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
They are redundant, the same can be now accomplished with -metadata.
-
Anton Khirnov authored
Add a new -tag option, make -[vas]tag an alias for -tag:[vas]
-
- 09 Sep, 2011 4 commits
-
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Laurent Aimar authored
init_get_bits() takes a number of bits and not a number of bytes as its size argument. Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
- 08 Sep, 2011 5 commits
-
-
Alex Converse authored
-
Diego Biurrun authored
-
Laurent Aimar authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Laurent Aimar authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Laurent Aimar authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 07 Sep, 2011 12 commits
-
-
Michael Niedermayer authored
Fixes MSVR-11-0088. Credit: Jeong Wook Oh of Microsoft and Microsoft Vulnerability Research (MSVR) Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Kieran Kunhya authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Baptiste Coudurier authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Baptiste Coudurier authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Baptiste Coudurier authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
They will only ever be <=0 if the option is broken, in which case this check is hiding a bug.
-
Anton Khirnov authored
It's a hack which was created to allow for multiple options with different defaults to refer to same field (e.g. 'b' vs 'ab'). There is no need for it anymore.
-
Anton Khirnov authored
Also change it to be more readable.
-
Anton Khirnov authored
Specifically, trellis, nr, me_range, me_method, subq, b_strategy, keyint_min, chroma_me and coder. Change their defaults to -1 and apply them after x264_param_default_preset() if the user explicitly set them.
-
Andrej Peterka authored
Move setting it after x264_param_default_preset() Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Deprecate AVCodecContext.directpred
-
Anton Khirnov authored
Deprecate AVCodecContext.partitions.
-
- 06 Sep, 2011 7 commits
-
-
Anton Khirnov authored
Deprecate AVCodecContext.complexityblur
-
Anton Khirnov authored
Deprecate AVCodecContext.deblockalpha/deblockbeta
-
Anton Khirnov authored
Deprecate AVCodecContext.bframebias.
-
Anton Khirnov authored
Specifically: gop_size, max_b_frames, scenechange_threshold, qmin, qmax, max_qdiff, qblur, qcompress and refs. Change their default values to -1 and only use them if the user explicitly set them. Otherwise x264 defaults are used. Move setting those options after x264_param_default_preset(), so they don't get overwritten by it.
-
Anton Khirnov authored
priv_data is memset to 0.
-
Reimar Döffinger authored
Since we now always allocate it, it can simply be made part of the context instead.
-
Diego Biurrun authored
-
- 05 Sep, 2011 9 commits
-
-
Justin Ruggles authored
Update FATE references accordingly.
-
Justin Ruggles authored
scale_coefficients() rather than in apply_channel_coupling()
-
Justin Ruggles authored
The number of rematrixing bands still needs to be calculated.
-
Kostya Shishkov authored
This function should return number of samples decoded, not number of bytes decoded. Spotted by Uoti Urpala. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Anton Khirnov authored
After 039267f1, metadata specifiers are passed without the leading ':'. Remove a ++ that didn't take this into account.
-
Anton Khirnov authored
-
Dustin Brody authored
mpeg12: propagate more real return values through chunk decode error return and fix some indentation Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
This fixes improper flushing in the cases when the same frame is decoded in several iterations (for being too large to fit into output buffer) and flush is called mid-decoding and it also resets context in case of decoding errors. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-