summaryrefslogtreecommitdiff
path: root/libavfilter/f_streamselect.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-2/+2
* avfilter/f_streamselect: Deduplicate AVClassesAndreas Rheinhardt2021-09-191-5/+2
* avfilter/f_streamselect: Free pads' names genericallyAndreas Rheinhardt2021-08-221-12/+3
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-2/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-7/+3
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-2/+2
* lavfi/streamselect: enable runtime change flagJun Zhao2020-01-131-1/+2
* avfilter/f_streamselect: fix memleaks of pad namesPaul B Mahol2019-10-031-0/+6
* avfilter/f_streamselect: add check case when nothing is donePaul B Mahol2019-10-011-1/+5
* lavfi: rename framesync2 to framesync.Nicolas George2017-09-121-6/+6
* lavfi/f_streamselect: convert to framesync2.Nicolas George2017-08-291-20/+13
* lavfi: split frame_count between input and output.Nicolas George2016-11-131-1/+1
* avfilter/f_streamselect: check if map is availablePaul B Mahol2016-02-161-1/+1
* avfilter: add streamselect and astreamselect filterPaul B Mahol2016-02-061-0/+353