Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc/codecs: extend documentation for thread_type option | Stefano Sabatini | 2014-06-20 | 1 | -2/+13 |
| | | | | Based on avcodec.h documentation. | ||||
* | avcodec: add simpleauto idct | Michael Niedermayer | 2014-06-19 | 1 | -0/+3 |
| | | | | | | This will pick the "best" simple idct compatible idct Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | fix various typos | Lou Logan | 2014-06-03 | 1 | -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 Niedermayer | 2014-05-12 | 1 | -0/+2 |
| | | | | | | return "no" Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/codecs: document ignore_err | Michael Niedermayer | 2014-05-04 | 1 | -0/+5 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-all | Timothy Gu | 2014-01-09 | 1 | -0/+4 |
| | | | | | | ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com> | ||||
* | avcodec/mpegvideo_enc: implement frame skip score normalization | Michael Niedermayer | 2014-01-01 | 1 | -0/+3 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | lavc: extend documentation for the "bf" option | Stefano Sabatini | 2013-10-29 | 1 | -1/+7 |
| | |||||
* | doc/codecs: update skip_alpha documentation | Timothy Gu | 2013-10-24 | 1 | -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 profiles | Timothy Gu | 2013-10-11 | 1 | -0/+4 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/codecs: Add ignorecrop | Timothy Gu | 2013-10-11 | 1 | -0/+2 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/codecs: Remove no longer existing options | Timothy Gu | 2013-10-11 | 1 | -13/+0 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/codecs: Cosmetics in the flags2 description | Timothy Gu | 2013-10-11 | 1 | -7/+7 |
| | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/codecs: document skip_alpha | Michael Niedermayer | 2013-10-11 | 1 | -0/+3 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/codecs: Document field_order | Michael Niedermayer | 2013-10-10 | 1 | -0/+16 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc/codecs: fix dangling reference to codec-options chapter | Stefano Sabatini | 2013-07-27 | 1 | -0/+1 |
| | |||||
* | doc/codecs: Mention relation of the experimental setting and codecs | Michael Niedermayer | 2013-06-08 | 1 | -1/+4 |
| | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | ||||
* | doc: move ffmpeg-codecs.texi content to separated file | Stefano Sabatini | 2013-04-05 | 1 | -0/+1069 |
This should simplify inclusion in monolithic tool manuals. |