summaryrefslogtreecommitdiff
path: root/doc/codecs.texi
Commit message (Collapse)AuthorAge
* avcodec: Add "sar" alias to "aspect" option of video encodersAndrey Utkin2016-05-06
| | | | | | | | 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>
* fix some a/an typosLou Logan2016-03-28
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* doc/codecs: extend documentation for the threads optionStefano Sabatini2015-09-08
|
* doc/codecs: mention GOP in the g optionStefano Sabatini2015-09-08
| | | | This helps when grepping for "gop".
* doc/codecs: Document color_range for the input sideMichael Niedermayer2015-08-11
| | | | | | Partly fixes Ticket 443 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avcodec/h264: Greenmetadata SEI parsingNicolas DEROUINEAU2015-06-30
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: document nomc flagMichael Niedermayer2015-01-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec/options_table: add entries for MPEG4 video profilesMichael Niedermayer2015-01-11
| | | | | | Fixes part of Ticket2901 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: fix typosLou Logan2015-01-07
| | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* doc: fix spelling errorsAndreas Cadhalpun2014-12-01
| | | | | | succesfully => successfully, reproducable => reproducible, specifiying => specifying, isnt => isn't, seperated => separated Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: Better documentation for the bitexact flagMichael Niedermayer2014-11-03
| | | | | Reviewed-by: Benoit Fouet <benoit.fouet@free.fr> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: document -dump_separatorMichael Niedermayer2014-10-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: Add documentation for the whitelist optionsMichael Niedermayer2014-10-31
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: add codecview filterClément Bœsch2014-08-24
|
* avcodec: export motion vectors in frame side data on demandClément Bœsch2014-08-18
| | | | | | | | | | | | | | | 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.
* doc/codecs: extend documentation for thread_type optionStefano Sabatini2014-06-20
| | | | Based on avcodec.h documentation.
* avcodec: add simpleauto idctMichael Niedermayer2014-06-19
| | | | | | This will pick the "best" simple idct compatible idct Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fix various typosLou Logan2014-06-03
| | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avcodec: add option to make is_intra_more_likely() from error concealment ↵Michael Niedermayer2014-05-12
| | | | | | return "no" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: document ignore_errMichael Niedermayer2014-05-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-allTimothy Gu2014-01-09
| | | | | | ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* avcodec/mpegvideo_enc: implement frame skip score normalizationMichael Niedermayer2014-01-01
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: extend documentation for the "bf" optionStefano Sabatini2013-10-29
|
* doc/codecs: update skip_alpha documentationTimothy Gu2013-10-24
| | | | | | | 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>
* doc/codecs: Add missing mpeg2 aac profilesTimothy Gu2013-10-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Add ignorecropTimothy Gu2013-10-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Remove no longer existing optionsTimothy Gu2013-10-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Cosmetics in the flags2 descriptionTimothy Gu2013-10-11
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: document skip_alphaMichael Niedermayer2013-10-11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Document field_orderMichael Niedermayer2013-10-10
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: fix dangling reference to codec-options chapterStefano Sabatini2013-07-27
|
* doc/codecs: Mention relation of the experimental setting and codecsMichael Niedermayer2013-06-08
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: move ffmpeg-codecs.texi content to separated fileStefano Sabatini2013-04-05
This should simplify inclusion in monolithic tool manuals.