summaryrefslogtreecommitdiff
path: root/libavfilter/vf_framestep.c
Commit message (Collapse)AuthorAge
* lavfi/framestep: switch to ff_filter_frame APIStefano Sabatini2012-12-02
|
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
| | | | This is following 568c70e79ee267426c15ef4603c69703f6a5884a.
* vf_framestep: fix uninitilaized variable bugMichael Niedermayer2012-08-30
| | | | | Found-by: gcc Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add framestep filterStefano Sabatini2012-08-18
This filter is inspired upon libmpcodecs/vf_framestep.c, by Daniele Forghieri. Only-keyframe output is not supported, since that feature can be achieved through the more versatile select filter.