Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-29doc/codecs.texi: fix and expand color related optionsJames Almer
Found-by: Michael Niedermayer <michael@niedermayer.cc> Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
2016-05-31doc: Add color_trc valuesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-05-06avcodec: Add "sar" alias to "aspect" option of video encodersAndrey Utkin
It is impossible to pass "aspect" parameter to encoder from ffmpeg CLI because option from lavc/options_table.h is eclipsed by option with same name in ffmpeg_opt.c, which has different meaning (DAR, not SAR). Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-03-29fix some a/an typosLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com>
2015-09-08doc/codecs: extend documentation for the threads optionStefano Sabatini
2015-09-08doc/codecs: mention GOP in the g optionStefano Sabatini
This helps when grepping for "gop".
2015-08-11doc/codecs: Document color_range for the input sideMichael Niedermayer
Partly fixes Ticket 443 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-07-01avcodec/h264: Greenmetadata SEI parsingNicolas DEROUINEAU
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-12doc/codecs: document nomc flagMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-11avcodec/options_table: add entries for MPEG4 video profilesMichael Niedermayer
Fixes part of Ticket2901 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-08doc: fix typosLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com>
2014-12-01doc: fix spelling errorsAndreas Cadhalpun
succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-03doc: Better documentation for the bitexact flagMichael Niedermayer
Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-01doc: document -dump_separatorMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-31doc: Add documentation for the whitelist optionsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-08-24avfilter: add codecview filterClément Bœsch
2014-08-18avcodec: export motion vectors in frame side data on demandClément Bœsch
The reasoning behind this addition is that various third party applications are interested in getting some motion information out of a video "for free" when it is available. It was considered to export other information as well (such as the intra information about the block, or the quantization) but the structure might have ended up into a half full-generic, half full of codec specific cruft. If more information is necessary, it should either be added in the "flags" field of the AVMotionVector structure, or in another side-data. This commit also includes an example exporting them in a CSV stream.
2014-06-20doc/codecs: extend documentation for thread_type optionStefano Sabatini
Based on avcodec.h documentation.
2014-06-19avcodec: add simpleauto idctMichael Niedermayer
This will pick the "best" simple idct compatible idct Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-03fix various typosLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-13avcodec: add option to make is_intra_more_likely() from error concealment ↵Michael Niedermayer
return "no" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-04doc/codecs: document ignore_errMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-01-09doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-allTimothy Gu
ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
2014-01-01avcodec/mpegvideo_enc: implement frame skip score normalizationMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-29lavc: extend documentation for the "bf" optionStefano Sabatini
2013-10-24doc/codecs: update skip_alpha documentationTimothy Gu
Merged-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-10-11doc/codecs: Add missing mpeg2 aac profilesTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-11doc/codecs: Add ignorecropTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-11doc/codecs: Remove no longer existing optionsTimothy Gu
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-11doc/codecs: Cosmetics in the flags2 descriptionTimothy Gu
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-11doc/codecs: document skip_alphaMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-10-10doc/codecs: Document field_orderMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-27doc/codecs: fix dangling reference to codec-options chapterStefano Sabatini
2013-06-08doc/codecs: Mention relation of the experimental setting and codecsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-05doc: move ffmpeg-codecs.texi content to separated fileStefano Sabatini
This should simplify inclusion in monolithic tool manuals.