- 12 Sep, 2011 11 commits
-
-
Laurent Aimar authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Alex Converse authored
-
Alex Converse authored
-
Laurent Aimar authored
-
Justin Ruggles authored
Move shared tables to a separate file as well.
-
Anton Khirnov authored
-
Kostya Shishkov authored
This prevents some crashes when corrupted bitstream reports e.g. P-type slice in I-frame. Official RealVideo decoder demands all slices to be of the same type too. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Kostya Shishkov authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Bobby Bingham authored
Some fixes by Stefano. For detailed authorship see SOC repo Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Stefano Sabatini authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
Code mostly copied from libx264 wrapper.
-
- 11 Sep, 2011 29 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>
-