summaryrefslogtreecommitdiff
path: root/libavfilter/f_loop.c
Commit message (Expand)AuthorAge
* lavfi: use AVFrame.duration instead of AVFrame.pkt_durationAnton Khirnov2022-07-19
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/f_loop: initialize ret to silence compiler warningPaul B Mahol2021-09-11
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* Remove unnecessary avassert.h inclusionsAndreas Rheinhardt2021-07-22
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/f_loop: switch aloop to activatePaul B Mahol2019-11-17
* avfilter/f_loop: fix pts handling when timebase and 1/samplerate differPaul B Mahol2019-11-17
* avfilter/f_loop: warn about unset loop sizesMarton Balint2019-05-24
* avfilter/f_loop: fix video loop issues with 0 size or when size is bigger tha...Marton Balint2019-05-24
* avfilter/f_loop: switch to activatePaul B Mahol2018-11-02
* avfilter/f_loop: make sure duration of frame is never zeroPaul B Mahol2018-11-02
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/formats: allow unknown channel layouts by defaultMarton Balint2016-12-10
* lavfi: split frame_count between input and output.Nicolas George2016-11-13
* avfilter/f_loop: Fix leak on errorMichael Niedermayer2016-05-29
* avfilter: add loop filtersPaul B Mahol2016-02-18