aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: handle duplicates in the options stringAnton Khirnov2022-03-221-2/+6
* avfilter: simplify processing child context optionsAnton Khirnov2022-03-221-8/+5
* libavfilter: Split version.hMartin Storsjö2022-03-161-0/+1
* avfilter: convert to new channel layout APIJames Almer2022-03-151-8/+5
* lavfi: add ff_inoutlink_check_flow()Nicolas George2022-02-201-0/+8
* avfilter/avfilter: Make ff_tlog_ref() staticAndreas Rheinhardt2021-10-031-2/+2
* avfilter/avfilter: Remove unused bufferAndreas Rheinhardt2021-10-021-1/+0
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-2/+2
* avfilter/avfilter: Actually error out on init errorAndreas Rheinhardt2021-09-171-1/+3
* avfilter/avfilter: Remove unused countAndreas Rheinhardt2021-09-131-3/+2
* avfilter/avfilter: add a return at the end of a non-void functionJames Almer2021-08-241-0/+1
* avfilter/avfilter: Allow to free non-static pads genericallyAndreas Rheinhardt2021-08-221-1/+20
* avfilter/internal: Uninline ff_insert_(in|out)pad()Andreas Rheinhardt2021-08-221-3/+21
* avfilter/avfilter: Deprecate avfilter_pad_count()Andreas Rheinhardt2021-08-201-0/+2
* avfilter/avfilter: Add avfilter_filter_pad_count()Andreas Rheinhardt2021-08-201-0/+5
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-6/+12
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-11/+4
* avfilter/internal: Replace AVFilterPad.needs_writable by flagsAndreas Rheinhardt2021-08-171-1/+1
* avfilter/avfilter: Remove redundant assignmentAndreas Rheinhardt2021-08-171-1/+0
* avfilter: Remove init_opaque callbackAndreas Rheinhardt2021-08-161-3/+1
* avfilter/avfilter: Use av_memdup where appropriateAndreas Rheinhardt2021-08-111-4/+2
* avfilter/avfilter: Remove unused partial_bufAndreas Rheinhardt2021-08-051-1/+0
* avfilter/avfilter: add sample_count_in and sample_count_outPaul B Mahol2021-08-051-0/+2
* avfilter/internal: Don't include framepool.h, thread.hAndreas Rheinhardt2021-08-041-0/+1
* avfilter/avfilter: use av_frame_copy() to copy frame dataJames Almer2021-08-031-14/+5
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-271-27/+0
* avfilter/avfilter: Remove deprecated avfilter_link_set_closed()Andreas Rheinhardt2021-04-271-6/+0
* avfilter: Remove deprecated avfilter_link_get_channelsAndreas Rheinhardt2021-04-271-7/+0
* avfilter/avfilter: Remove compatibility code for old filter optionsAndreas Rheinhardt2021-04-271-79/+3
* avfilter/avfilter: Remove avfilter_link_set_closed() on bumpAndreas Rheinhardt2021-03-071-1/+2
* avfilter/avfilter: move enable_str expression parsing into avfilter_init_dict()Paul B Mahol2021-02-061-5/+6
* avfilter/avfilter: mark enable as runtime option tooPaul B Mahol2021-02-031-1/+2
* avfilter/avfilter: remove obsolete commentPaul B Mahol2020-09-101-3/+0
* lavfi: regroup formats lists in a single structure.Nicolas George2020-09-081-15/+15
* avfilter/avfilter: Fix indentationAndreas Rheinhardt2020-08-261-9/+9
* avfilter: switch to child_class_iterate()Anton Khirnov2020-06-101-0/+16
* Silence "string-plus-int" warning shown by clang.Carl Eugen Hoyos2020-01-061-1/+1
* lavfi: remove ff_poll_frame().Nicolas George2019-12-231-18/+0
* avfilter/avfilter: fix indentationleozhang2019-11-211-3/+3
* avfilter/avfilter: add ff_filter_process_command()Paul B Mahol2019-10-141-0/+13
* avfilter: add ff_inlink_queued_samples()Paul B Mahol2018-10-041-0/+5
* avfilter/filters: add ff_inlink_peek_frame and ff_inlink_queued_frames to acc...Marton Balint2018-10-031-0/+10
* avfilter/avfilter: fix typos in commentsPaul B Mahol2018-10-031-2/+2
* lavfi: fix can't dispaly "slice" sub-option in "ffmpeg -h full"Jun Zhao2018-08-161-1/+1
* lavfi: add new iteration APIJosh de Kock2018-03-311-47/+3
* Merge commit '6d86cef06ba36c0ed591e14a2382e9630059fc5d'Mark Thompson2018-02-121-0/+23
|\
| * lavfi: Add support for increasing hardware frame pool sizesMark Thompson2018-02-111-0/+23
* | avfilter: deprecate avfilter_link_get_channels()James Almer2018-01-061-0/+2
* | Revert "avfilter: deprecate avfilter_link_get_channels()"James Almer2018-01-051-2/+0
* | avfilter: deprecate avfilter_link_get_channels()James Almer2018-01-051-0/+2