summaryrefslogtreecommitdiff
path: root/libavfilter/f_loop.c
Commit message (Expand)AuthorAgeFilesLines
* 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