summaryrefslogtreecommitdiff
path: root/libavfilter/avfilter.c
Commit message (Expand)AuthorAge
* avfilter/avfilter: Suppress warning for variable only used in av_assert1Andreas Rheinhardt2024-02-25
* avfilter/avfilter: Move frame_pool to FilterLinkInternalAndreas Rheinhardt2024-02-18
* avfilter/avfilter: Move age_index to FilterLinkInternalAndreas Rheinhardt2024-02-18
* avfilter/avfilter: Move init_state to FilterLinkInternalAndreas Rheinhardt2024-02-18
* avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternalAndreas Rheinhardt2024-02-18
* avfilter: Add a header for internal generic-layer APIsAndreas Rheinhardt2024-02-18
* avfilter/avfilter: Avoid allocation for AVFilterInternalAndreas Rheinhardt2024-02-18
* avfilter/avfilter: Fix build with ASSERT_LEVEL >= 1Andreas Rheinhardt2024-02-14
* lavfi: get rid of FF_INTERNAL_FIELDSAnton Khirnov2024-02-14
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14
* avfilter: add negotiation API for color space/rangeNiklas Haas2023-12-31
* avfilter/avfilter: fix OOM case for default activatePaul B Mahol2023-12-03
* avfilter/avfilter: Don't report deprecated pkt_posAndreas Rheinhardt2023-09-14
* avfilter/internal: Don't include video.hAndreas Rheinhardt2023-08-07
* avfilter/avfilter: Make functions only used here staticAndreas Rheinhardt2023-08-04
* avfilter/avfilter: Also deprecate variable nameAndreas Rheinhardt2023-08-04
* lavfi: make sure frame SAR matches the link valueAnton Khirnov2023-07-11
* avfilter: use the new AVFrame key_frame flag in all filtersJames Almer2023-05-04
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-04
* lavfi: ensure audio frame durations match the sample countAnton Khirnov2023-04-19
* lavu/frame: deprecate AVFrame.pkt_{pos,size}Anton Khirnov2023-03-20
* lavfi/avfilter: track whether a filter has been initializedAnton Khirnov2023-02-12
* lavfi/avfilter: export process_options()Anton Khirnov2023-02-12
* avfilter: remove FF_API_PAD_COUNTJames Almer2023-02-09
* lavfi/avfilter: process options for filters without a private classAnton Khirnov2023-01-10
* lavfi/avfilter: simplify process_options()Anton Khirnov2023-01-10
* lavfi/avfilter: export a multikey dict from process_options()Anton Khirnov2023-01-10
* lavfi/avfilter: avoid a redundant av_opt_set_dict2() callAnton Khirnov2023-01-10
* lavfi: remove AVFilter.init_dict()Anton Khirnov2023-01-10
* avfilter/avfilter: Make ff_command_queue_pop() staticAndreas Rheinhardt2022-09-21
* avfilter/avfilter: #if ff_tlog_link() away when emptyAndreas Rheinhardt2022-09-14
* avfilter/avfilter: Don't use AVFrame.channel_layoutAndreas Rheinhardt2022-09-14
* 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