summaryrefslogtreecommitdiff
path: root/libavfilter/f_reverse.c
Commit message (Collapse)AuthorAge
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
| | | | | | | This is possible now that the next-API is gone. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/f_reverse: fix memory leaksPaul B Mahol2019-10-16
| | | | Fixes #8283
* avfilter/f_reverse: add packed sample format support to areversePaul B Mahol2018-10-08
|
* 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>