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
2015-11-26avfilter: add '.' at and of long filter description where it is missingPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-02avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2014-03-06avfilter/vf_shuffleplanes: Fix flags / add AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: vf_shuffleplanes: fix the type of the mapping indices Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-06Merge commit '599b81ca9a8e04a27ddad94af462171d16063167'Michael Niedermayer
* commit '599b81ca9a8e04a27ddad94af462171d16063167': lavfi: add shuffleplanes filter Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-06vf_shuffleplanes: fix the type of the mapping indicesAnton Khirnov
They are TYPE_INT AVOptions, so they must be ints
2014-03-06lavfi: add shuffleplanes filterAnton Khirnov