summaryrefslogtreecommitdiff
path: root/libavfilter/vf_framepack.c
Commit message (Collapse)AuthorAge
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_framepack: Check and update frame_rateMichael Niedermayer2015-01-16
| | | | | | | The frame_rate update was missing leaving the output frame rate wrong. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/framepack: use FF_CEIL_RSHIFT()Clément Bœsch2014-12-30
|
* Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer2014-01-10
| | | | | | | | | | | | | * commit 'a7d0e7ead95e584c4866617f046b2493066975c6': lavfi: add framepack filter Conflicts: Changelog doc/filters.texi libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add framepack filterVittorio Giovara2014-01-09