aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/framesync.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/framesync: reset nb_in on allocation failureJames Almer2024-05-051-1/+4
* avfilter/framesync: make framesync_class un-staticNiklas Haas2024-05-031-3/+3
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-1/+1
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-7/+7
* avfilter/framesync: fix OOM casePaul B Mahol2023-11-301-0/+3
* avfilter/framesync: fix order of operation with = and <0Michael Niedermayer2023-11-031-1/+1
* avfilter: use ff_inlink_make_frame_writable()Paul B Mahol2023-02-121-1/+1
* avfilter/framesync: add a new option to set how to sync streams based on seco...James Almer2022-08-101-0/+19
* avfilter/framesync: Remove redundant setting of AVClassAndreas Rheinhardt2021-09-231-5/+0
* framesync: switch to child_class_iterate()Anton Khirnov2020-06-101-0/+7
* lavfi/framesync: use av_gcd_q().Nicolas George2020-05-231-12/+2
* avfilter/framesync: fix shortest with eof_action=passGyan Doshi2019-06-061-4/+4
* lavfi/framesync: Add namespace prefix to framesync_get_classMark Thompson2018-06-241-1/+1
* lavfi/framesync: remove an invalid free.Nicolas George2018-01-031-1/+1
* lavfi/framesync: remove dead code.Nicolas George2017-09-121-3/+1
* lavfi/framesync: reword repeatlast option help.Nicolas George2017-09-121-1/+1
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-0/+415
* lavfi: remove framesync.Nicolas George2017-09-121-343/+0
* lavf/framesync: detect EOF immediately.Nicolas George2016-12-241-1/+9
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-1/+0
* avfilter/framesync: allocate FFFrameSyncIn internallyPaul B Mahol2015-08-261-1/+8
* lavfi: add an API to synchronize multiple video inputs.Nicolas George2013-09-231-0/+329