aboutsummaryrefslogtreecommitdiffstats
path: root/doc/codecs.texi
Commit message (Collapse)AuthorAgeFilesLines
* doc/codecs: extend documentation for thread_type optionStefano Sabatini2014-06-201-2/+13
| | | | Based on avcodec.h documentation.
* avcodec: add simpleauto idctMichael Niedermayer2014-06-191-0/+3
| | | | | | This will pick the "best" simple idct compatible idct Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fix various typosLou Logan2014-06-031-1/+1
| | | | | 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-121-0/+2
| | | | | | return "no" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: document ignore_errMichael Niedermayer2014-05-041-0/+5
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-allTimothy Gu2014-01-091-0/+4
| | | | | | ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* avcodec/mpegvideo_enc: implement frame skip score normalizationMichael Niedermayer2014-01-011-0/+3
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: extend documentation for the "bf" optionStefano Sabatini2013-10-291-1/+7
|
* doc/codecs: update skip_alpha documentationTimothy Gu2013-10-241-1/+3
| | | | | | | 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-111-0/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Add ignorecropTimothy Gu2013-10-111-0/+2
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Remove no longer existing optionsTimothy Gu2013-10-111-13/+0
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Cosmetics in the flags2 descriptionTimothy Gu2013-10-111-7/+7
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: document skip_alphaMichael Niedermayer2013-10-111-0/+3
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: Document field_orderMichael Niedermayer2013-10-101-0/+16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc/codecs: fix dangling reference to codec-options chapterStefano Sabatini2013-07-271-0/+1
|
* doc/codecs: Mention relation of the experimental setting and codecsMichael Niedermayer2013-06-081-1/+4
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doc: move ffmpeg-codecs.texi content to separated fileStefano Sabatini2013-04-051-0/+1069
This should simplify inclusion in monolithic tool manuals.