summaryrefslogtreecommitdiff
path: root/doc/codecs.texi
Commit message (Collapse)AuthorAge
* 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.