summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avutil: remove deprecated FF_API_PKT_DURATIONJames Almer2024-03-07
* avutil: remove deprecated FF_API_OLD_CHANNEL_LAYOUTJames Almer2024-03-07
* avfilter: remove deprecated FF_API_LIBPLACEBO_OPTSJames Almer2024-03-07
* fix /// comments that should be ///<Andrew Sayers2024-03-04
* avutil/vulkan: Don't autoinclude vulkan_loader.hAndreas Rheinhardt2024-03-03
* avfilter/vf_scale_vulkan: Fix typoZhao Zhili2024-03-01
* avfilter/tonemap_vaapi: Remove duplicate format checkFei Wang2024-02-26
* avfilter/avfilter: Suppress warning for variable only used in av_assert1Andreas Rheinhardt2024-02-25
* avfilter/vf_convolution: add float user_rdiv[4] to allow user options to appl...Stone Chen2024-02-25
* avfilter/af_pan: Uninitialize channel layoutAndreas Rheinhardt2024-02-20
* 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/avfilter: Move AVFilterGraph private fields to FFFilterGraphAndreas Rheinhardt2024-02-18
* avfilter/avfiltergraph: Avoid allocation for AVFilterGraphInternalAndreas Rheinhardt2024-02-18
* avfilter/avfiltergraph: Avoid indirection when freeing filtergraphAndreas 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/signature_lookup: Avoid branch when adding to linked listAndreas Rheinhardt2024-02-18
* avfilter/signature_lookup: Remove useless error logsAndreas Rheinhardt2024-02-18
* avfilter/signature_lookup: Allocate buffers jointlyAndreas Rheinhardt2024-02-18
* avfilter/signature_lookup: Check for allocation errorAndreas Rheinhardt2024-02-18
* avfilter/vf_signature: Allocate arrays togetherAndreas Rheinhardt2024-02-18
* avfilter/v360: Use AV_VIDEO_MAX_PLANESMichael Niedermayer2024-02-16
* 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/af_hdcd: Drop a redundant logAndreas Rheinhardt2024-02-14
* avfilter/vf_(bwdif|yadif)_cuda: Remove unused variablesAndreas Rheinhardt2024-02-14
* avfilter/buffersrc: allow promoting color range to MPEGNiklas Haas2024-02-13
* avfilter/buffersrc: promote unspecified color metadataNiklas Haas2024-02-13
* avfilter/vf_setparams: use YUV colorspace negotiation APINiklas Haas2024-02-13
* avfilter/signature_lookup: Do not dereference NULL pointers after malloc failureMichael Niedermayer2024-02-12
* avfilter/signature_lookup: dont leave uncleared pointers in sll_free()Michael Niedermayer2024-02-12
* avfilter/buffersink: add color_spaces, color_ranges paramsNiklas Haas2024-02-09
* avfilter/ddagrab: only use acquired texture on valid updatesTimo Rothenpieler2024-02-09
* avfilter/fifo: Remove (a)fifo filtersAndreas Rheinhardt2024-02-08
* avfilter/ccfifo: Improve included headersAndreas Rheinhardt2024-02-07
* avfilter/ccfifo: Inline trivial functionsAndreas Rheinhardt2024-02-07
* avfilter/vsrc_testsrc: switch to YUV colorspace negotiation APINiklas Haas2024-02-06
* avfilter: pass link YUV colorspace to ff_draw_init2Niklas Haas2024-02-06
* avfilter/vf_tiltandshift: check outlink->color_rangeNiklas Haas2024-02-05
* avfilter/yadif_common: fix timestamps with very small timebasesMarton Balint2024-02-04
* avfilter/yadif_common: factorize some part of the config_output and the unini...Marton Balint2024-02-04
* avfilter/buffersrc: limit link variance logs below debug loglevelGyan Doshi2024-02-01
* lavfi/vsrc_testsrc_vulkan: fix -Wint-conversionLynne2024-01-31
* lavfi/vsrc_ddagrab: add an option to avoid duplicating framesAnton Khirnov2024-01-30
* libavfilter/vf_dnn_detect: Use class confidence to filt boxesWenbin Chen2024-01-28
* libavfilter/dnn_interface: use dims to represent shapesWenbin Chen2024-01-28
* libavfilter/dnn_bakcend_openvino: Add automatic input/output detectionWenbin Chen2024-01-28