- 12 Sep, 2011 1 commit
-
-
Anton Khirnov authored
Code mostly copied from libx264 wrapper.
-
- 11 Sep, 2011 30 commits
-
-
Stefano Sabatini authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Stefano Sabatini authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Also trim some redundant stream specifiers descriptions.
-
Anton Khirnov authored
-
Anton Khirnov authored
They are misleading and carry no useful information.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Add a per-stream -filter option, make -vf an alias for -filter:v. Move vfilters to the options context.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It's redundant -- -flags +psnr does the same thing.
-
Anton Khirnov authored
It's only shadowing the AVOption with the same name.
-
Anton Khirnov authored
-
Anton Khirnov authored
Also remove redundant -pix_fmt list syntax, it's inconsistent and only makes the code more complicated. -pix_fmts should be enough for everyone.
-
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 3 commits
-
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-