summaryrefslogtreecommitdiff
path: root/libavfilter/f_reverse.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/f_reverse: set output frame durationPaul B Mahol2023-01-271-3/+19
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avfilter: convert to new channel layout APIJames Almer2022-03-151-2/+2
* avfilter/f_reverse: readjust frame timestamps for areversePaul B Mahol2021-11-071-1/+3
* avfilter/f_reverse: add missing S64(P) sample format supportPaul B Mahol2021-10-021-0/+13
* avfilter/f_reverse: Don't use redundant query_formats functionAndreas Rheinhardt2021-10-021-14/+0
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-1/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-12/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/f_reverse: fix memory leaksPaul B Mahol2019-10-161-0/+7
* avfilter/f_reverse: add packed sample format support to areversePaul B Mahol2018-10-081-37/+87
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-8/+0
* avfilter: use ff_all_channel_counts() instead of ff_all_channel_layouts()Paul B Mahol2015-09-121-1/+1
* avfilter: rename vf_reverse.c to f_reverse.cPaul B Mahol2015-07-241-0/+259