- 11 Sep, 2011 11 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Merge video_qscale (set by -qscale) and audio_qscale (set by -aq) into one 'qscale' field in the options context. Add a shortcut -q for -qscale and make -aq an alias for -q:a.
-
Anton Khirnov authored
-
Anton Khirnov authored
Remove now redundant (and broken/undocumented) opt_programid.
-
Anton Khirnov authored
Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts.
-
Georgi Chorbadzhiyski authored
When reporting continuity error show pid, expected and received cc. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Aviad Rozenhek authored
Prevent false positive continuity counter error logs. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 10 Sep, 2011 6 commits
-
-
Luca Barbato authored
In order to build C++ programs using libav you need -D__STDC_CONSTANT_MACROS appened to the CXXFLAGS.
-
Laurent Aimar authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
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 2 commits
-
-
Anton Khirnov authored
Deprecate AVCodecContext.complexityblur
-
Anton Khirnov authored
Deprecate AVCodecContext.deblockalpha/deblockbeta
-