aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: fix unused variable warningMarvin Scholz2024-11-241-2/+1
* lavfi/avfilter: drop ff_ prefixes from static functionsAnton Khirnov2024-10-071-10/+10
* lavfi/avfilter: make ff_inlink_evaluate_timeline_at_frame() staticAnton Khirnov2024-10-071-28/+34
* lavfi/avfilter: move AVFilterContext.command_queue to FFFilterContextAnton Khirnov2024-10-071-6/+7
* lavfi/avfilter: move AVFilterContext.{enable,var_values} to FFFilterContextAnton Khirnov2024-10-071-17/+21
* lavfi/avfilter: move AVFilterContext.ready to FFFilterContextAnton Khirnov2024-10-071-3/+6
* lavfi/avfilter: export AVFilter initialization stateAnton Khirnov2024-10-011-3/+5
* lavfi: make FFFilterContext private to generic codeAnton Khirnov2024-08-191-0/+6
* lavfi: drop internal.hAnton Khirnov2024-08-191-1/+0
* lavfi: move AVFilterLink.graph to FilterLinkAnton Khirnov2024-08-151-3/+3
* lavfi: move AVFilterLink.frame_wanted_out to FilterLinkInternalAnton Khirnov2024-08-151-8/+14
* lavfi: move AVFilterLink.{frame,sample}_count_{in,out} to FilterLinkAnton Khirnov2024-08-151-7/+9
* lavfi: move AVFilterLink.frame_rate to FilterLinkAnton Khirnov2024-08-151-2/+4
* lavfi: move AVFilterLink.current_pts(_us) to FilterLinkAnton Khirnov2024-08-151-7/+7
* lavfi: move AVFilterLink.hw_frames_ctx to FilterLinkAnton Khirnov2024-08-151-9/+15
* lavfi: move AVFilterLink.m{ax,in}_samples to FilterLinkAnton Khirnov2024-08-151-6/+7
* lavfi: add a new struct for private link propertiesAnton Khirnov2024-08-151-5/+5
* lavfi: set AVFilterLink.graph on link creationAnton Khirnov2024-08-151-0/+1
* fftools, avfilter, avformat: Simplify check for "is dictionary empty?"Andreas Rheinhardt2024-05-201-2/+2
* lavfi/avfilter: add an "auto" constant to the threads optionAnton Khirnov2024-04-091-1/+2
* 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