aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/f_loop.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: drop internal.hAnton Khirnov2024-08-191-1/+0
* lavfi: move AVFilterLink.{frame,sample}_count_{in,out} to FilterLinkAnton Khirnov2024-08-151-2/+4
* lavfi: move AVFilterLink.frame_rate to FilterLinkAnton Khirnov2024-08-151-1/+2
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avfilter: Remove unnecessary formats.h inclusionsAndreas Rheinhardt2023-08-071-2/+0
* avfilter: Deduplicate default video inputs/outputsAndreas Rheinhardt2023-08-071-16/+2
* avfilter: Deduplicate default audio inputs/outputsAndreas Rheinhardt2023-08-071-8/+1
* avfilter/f_loop: free video frames once not neededPaul B Mahol2023-05-141-4/+17
* avfilter/f_loop: fix looping for aloopPaul B Mahol2023-05-141-1/+5
* avfilter/f_loop: add time option, for loop start in secondsPaul B Mahol2023-05-141-40/+49
* lavfi: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-191-0/+14
* 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_loop: initialize ret to silence compiler warningPaul B Mahol2021-09-111-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-8/+4
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* avfilter/f_loop: switch aloop to activatePaul B Mahol2019-11-171-4/+46
* avfilter/f_loop: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-171-5/+5
* avfilter/f_loop: warn about unset loop sizesMarton Balint2019-05-241-0/+13
* avfilter/f_loop: fix video loop issues with 0 size or when size is bigger tha...Marton Balint2019-05-241-3/+5
* avfilter/f_loop: switch to activatePaul B Mahol2018-11-021-18/+38
* avfilter/f_loop: make sure duration of frame is never zeroPaul B Mahol2018-11-021-3/+12
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-2/+2
* avfilter/formats: allow unknown channel layouts by defaultMarton Balint2016-12-101-1/+0
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avfilter/f_loop: Fix leak on errorMichael Niedermayer2016-05-291-1/+3
* avfilter: add loop filtersPaul B Mahol2016-02-181-0/+381