aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter: update filter timeline state only on main linkGyan Doshi2024-03-111-1/+2
* makefile: Clean up missed object files with "make clean"Martin Storsjö2024-03-101-0/+1
* avfilter/avfilter: Fix for Incorrect Parameter in ff_filter_config_links联盟少侠2024-03-081-1/+1
* lavfi: deprecate avfilter_config_links()Anton Khirnov2024-03-085-9/+19
* lavfi: deprecate avfilter_link_free()Anton Khirnov2024-03-083-3/+15
* lavfi/vulkan_filter: fix input formatHaihao Xiang2024-03-081-0/+1
* avfilter/vf_showinfo: add AVFilmGrainAOMParams supportNiklas Haas2024-03-071-2/+40
* libs: bump major version for all librariesJames Almer2024-03-072-2/+2
* avfilter/avfilter: Reorder structure fieldsAndreas Rheinhardt2024-03-071-21/+20
* avfilter/avfilter: Remove always-NULL pointers to internal contextsAndreas Rheinhardt2024-03-071-14/+0
* avutil: remove deprecated FF_API_PKT_DURATIONJames Almer2024-03-075-39/+0
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-0722-256/+5
* avfilter: remove deprecated FF_API_LIBPLACEBO_OPTSJames Almer2024-03-072-78/+0
* fix /// comments that should be ///<Andrew Sayers2024-03-041-1/+1
* avutil/vulkan: Don't autoinclude vulkan_loader.hAndreas Rheinhardt2024-03-031-0/+1
* avfilter/vf_scale_vulkan: Fix typoZhao Zhili2024-03-011-1/+1
* avfilter/tonemap_vaapi: Remove duplicate format checkFei Wang2024-02-261-8/+0
* avfilter/avfilter: Suppress warning for variable only used in av_assert1Andreas Rheinhardt2024-02-251-1/+1
* avfilter/vf_convolution: add float user_rdiv[4] to allow user options to appl...Stone Chen2024-02-252-6/+7
* avfilter/af_pan: Uninitialize channel layoutAndreas Rheinhardt2024-02-201-0/+1
* avfilter/avfilter: Move frame_pool to FilterLinkInternalAndreas Rheinhardt2024-02-185-26/+27
* avfilter/avfilter: Move age_index to FilterLinkInternalAndreas Rheinhardt2024-02-184-45/+52
* avfilter/avfilter: Move init_state to FilterLinkInternalAndreas Rheinhardt2024-02-183-10/+11
* avfilter/avfilter: Move AVFilterGraph private fields to FFFilterGraphAndreas Rheinhardt2024-02-183-27/+23
* avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternalAndreas Rheinhardt2024-02-184-35/+43
* avfilter/avfiltergraph: Avoid indirection when freeing filtergraphAndreas Rheinhardt2024-02-181-10/+12
* avfilter: Add a header for internal generic-layer APIsAndreas Rheinhardt2024-02-1810-154/+132
* avfilter/avfilter: Avoid allocation for AVFilterInternalAndreas Rheinhardt2024-02-183-16/+24
* avfilter/signature_lookup: Avoid branch when adding to linked listAndreas Rheinhardt2024-02-181-11/+5
* avfilter/signature_lookup: Remove useless error logsAndreas Rheinhardt2024-02-181-4/+0
* avfilter/signature_lookup: Allocate buffers jointlyAndreas Rheinhardt2024-02-181-7/+7
* avfilter/signature_lookup: Check for allocation errorAndreas Rheinhardt2024-02-181-1/+5
* avfilter/vf_signature: Allocate arrays togetherAndreas Rheinhardt2024-02-181-7/+2
* avfilter/v360: Use AV_VIDEO_MAX_PLANESMichael Niedermayer2024-02-161-7/+7
* avfilter/avfilter: Fix build with ASSERT_LEVEL >= 1Andreas Rheinhardt2024-02-141-4/+5
* lavfi: get rid of FF_INTERNAL_FIELDSAnton Khirnov2024-02-146-136/+198
* all: use designated initializers for AVOption.unitAnton Khirnov2024-02-14205-2586/+2586
* avfilter/af_hdcd: Drop a redundant logAndreas Rheinhardt2024-02-141-3/+0
* avfilter/vf_(bwdif|yadif)_cuda: Remove unused variablesAndreas Rheinhardt2024-02-142-2/+0
* avfilter/buffersrc: allow promoting color range to MPEGNiklas Haas2024-02-131-2/+8
* avfilter/buffersrc: promote unspecified color metadataNiklas Haas2024-02-131-0/+5
* avfilter/vf_setparams: use YUV colorspace negotiation APINiklas Haas2024-02-131-0/+26
* avfilter/signature_lookup: Do not dereference NULL pointers after malloc failureMichael Niedermayer2024-02-121-0/+6
* avfilter/signature_lookup: dont leave uncleared pointers in sll_free()Michael Niedermayer2024-02-121-11/+11
* avfilter/buffersink: add color_spaces, color_ranges paramsNiklas Haas2024-02-092-3/+28
* avfilter/ddagrab: only use acquired texture on valid updatesTimo Rothenpieler2024-02-091-4/+44
* avfilter/fifo: Remove (a)fifo filtersAndreas Rheinhardt2024-02-083-168/+0
* avfilter/ccfifo: Improve included headersAndreas Rheinhardt2024-02-072-4/+7
* avfilter/ccfifo: Inline trivial functionsAndreas Rheinhardt2024-02-072-13/+11
* avfilter/vsrc_testsrc: switch to YUV colorspace negotiation APINiklas Haas2024-02-061-16/+31