summaryrefslogtreecommitdiff
path: root/libavfilter/f_reverse.c
Commit message (Collapse)AuthorAge
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
| | | | It has no longer any effect.
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-12
| | | | | | Fixes playback of some files with ffplay. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: rename vf_reverse.c to f_reverse.cPaul B Mahol2015-07-24
Signed-off-by: Paul B Mahol <onemda@gmail.com>