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
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.