summaryrefslogtreecommitdiff
path: root/libavfilter/vf_shuffleframes.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter/vf_shuffleframes: improve error messagePaul B Mahol2019-10-201-1/+1
* avfilter/vf_shuffleframes: allow also dropping framesPaul B Mahol2017-01-061-6/+8
* avfilter/vf_shuffleframes: unbreak filterPaul B Mahol2016-09-081-5/+10
* avfilter/vf_shuffleframes: Assert that the case of an uninitialized ret does ...Michael Niedermayer2015-12-011-4/+4
* avfilter: add '.' at and of long filter description where it is missingPaul B Mahol2015-11-251-1/+1
* avfilter: add shuffleframes filterPaul B Mahol2015-10-231-0/+162