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