aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avfilter: Don't report deprecated pkt_posAndreas Rheinhardt2023-09-141-2/+2
* avfilter/internal: Don't include video.hAndreas Rheinhardt2023-08-071-0/+1
* avfilter/avfilter: Make functions only used here staticAndreas Rheinhardt2023-08-041-20/+24
* avfilter/avfilter: Also deprecate variable nameAndreas Rheinhardt2023-08-041-0/+2
* lavfi: make sure frame SAR matches the link valueAnton Khirnov2023-07-111-0/+2
* avfilter: use the new AVFrame key_frame flag in all filtersJames Almer2023-05-041-1/+1
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-041-2/+2
* lavfi: ensure audio frame durations match the sample countAnton Khirnov2023-04-191-0/+8
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-201-0/+8
* lavfi/avfilter: track whether a filter has been initializedAnton Khirnov2023-02-121-0/+12
* lavfi/avfilter: export process_options()Anton Khirnov2023-02-121-10/+10
* avfilter: remove FF_API_PAD_COUNTJames Almer2023-02-091-21/+0
* lavfi/avfilter: process options for filters without a private classAnton Khirnov2023-01-101-8/+6
* lavfi/avfilter: simplify process_options()Anton Khirnov2023-01-101-10/+1
* lavfi/avfilter: export a multikey dict from process_options()Anton Khirnov2023-01-101-11/+1
* lavfi/avfilter: avoid a redundant av_opt_set_dict2() callAnton Khirnov2023-01-101-9/+1
* lavfi: remove AVFilter.init_dict()Anton Khirnov2023-01-101-2/+0
* avfilter/avfilter: Make ff_command_queue_pop() staticAndreas Rheinhardt2022-09-211-3/+3
* avfilter/avfilter: #if ff_tlog_link() away when emptyAndreas Rheinhardt2022-09-141-0/+2
* avfilter/avfilter: Don't use AVFrame.channel_layoutAndreas Rheinhardt2022-09-141-2/+10
* avfilter/avfilter: Fix compilation with TRACE definedAndreas Rheinhardt2022-05-101-0/+1
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-101-23/+0
* 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