aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/avfilter: Don't use av_uninitAndreas Rheinhardt2024-04-031-2/+2
* avfilter/avfilter: Honour the short options documentationAndreas Rheinhardt2024-04-031-6/+2
* avfilter/avfilter: Use AV_DICT_DONT_STRDUP_(KEY|VAL) when possibleAndreas Rheinhardt2024-04-031-5/+4
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avfilter: update filter timeline state only on main linkGyan Doshi2024-03-111-1/+2
* avfilter/avfilter: Fix for Incorrect Parameter in ff_filter_config_links联盟少侠2024-03-081-1/+1
* lavfi: deprecate avfilter_config_links()Anton Khirnov2024-03-081-2/+6
* lavfi: deprecate avfilter_link_free()Anton Khirnov2024-03-081-2/+9
* avutil: remove deprecated FF_API_PKT_DURATIONJames Almer2024-03-071-5/+0
* avfilter/avfilter: Suppress warning for variable only used in av_assert1Andreas Rheinhardt2024-02-251-1/+1
* avfilter/avfilter: Move frame_pool to FilterLinkInternalAndreas Rheinhardt2024-02-181-1/+1
* avfilter/avfilter: Move age_index to FilterLinkInternalAndreas Rheinhardt2024-02-181-9/+12
* avfilter/avfilter: Move init_state to FilterLinkInternalAndreas Rheinhardt2024-02-181-3/+4
* avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternalAndreas Rheinhardt2024-02-181-3/+3
* avfilter: Add a header for internal generic-layer APIsAndreas Rheinhardt2024-02-181-1/+1
* avfilter/avfilter: Avoid allocation for AVFilterInternalAndreas Rheinhardt2024-02-181-12/+10
* avfilter/avfilter: Fix build with ASSERT_LEVEL >= 1Andreas Rheinhardt2024-02-141-4/+5
* lavfi: get rid of FF_INTERNAL_FIELDSAnton Khirnov2024-02-141-78/+116
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-141-1/+1
* avfilter: add negotiation API for color space/rangeNiklas Haas2023-12-311-3/+14
* avfilter/avfilter: fix OOM case for default activatePaul B Mahol2023-12-031-0/+10
* 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