summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* avfilter/f_ebur128: export results into read-only optionsPaul B Mahol2023-05-072-13/+31
* avfilter/af_replaygain: export results into read-only optionsPaul B Mahol2023-05-071-5/+32
* avfilter/af_asetnsamples: add timeline supportPaul B Mahol2023-05-071-2/+6
* avfilter/af_asetnsamples: add commands supportPaul B Mahol2023-05-071-1/+2
* avfilter/adynamicequalizer_template: remove empty linesPaul B Mahol2023-05-061-2/+0
* avfilter/vsrc_gradients: fix several issues with !rgba outputPaul B Mahol2023-05-061-17/+20
* avfilter/af_join: set output frame durationPaul B Mahol2023-05-051-0/+4
* avfilter/af_adelay: fix frame pts and set frame durationPaul B Mahol2023-05-051-16/+42
* avfilter/af_amerge: set output frame durationPaul B Mahol2023-05-051-0/+4
* avfilter/af_biquads: reduce double type usagePaul B Mahol2023-05-051-345/+370
* avfilter/vf_coreimage: add missing semicolonJames Almer2023-05-041-1/+1
* avutil/frame: deprecate key_frameJames Almer2023-05-044-0/+15
* avfilter: use the new AVFrame key_frame flag in all filtersJames Almer2023-05-048-5/+11
* avutil/frame: deprecate interlaced_frame and top_field_firstJames Almer2023-05-0420-0/+134
* avfilter: use the new AVFrame interlace flags in all filtersJames Almer2023-05-0430-53/+132
* avfilter/vf_libplacebo: add flexible crop exprsNiklas Haas2023-05-031-3/+142
* avfilter/vf_libplacebo: add fillcolor optionNiklas Haas2023-05-031-0/+22
* avfilter/af_afreqshift: cache nb_coeffs valuePaul B Mahol2023-05-031-6/+8
* avfilter/af_anlms: improve documentation and extend optionPaul B Mahol2023-05-011-4/+7
* avfilter/af_arls: improve documentation and extend optionPaul B Mahol2023-05-011-0/+3
* avfilter/audio: move a variable declaration outside of an unrelated deprecate...James Almer2023-05-011-1/+1
* avfilter/vf_waveform: cc2b3201e7 missed same for >8 bitsPaul B Mahol2023-05-011-2/+2
* avfilter/af_asdr: add support for threadsPaul B Mahol2023-04-301-9/+19
* avfilter/af_asdr: add timeline supportPaul B Mahol2023-04-301-2/+4
* avfilter/af_asdr: set output frame durationPaul B Mahol2023-04-301-5/+7
* avfilter: add arls filterPaul B Mahol2023-04-304-1/+356
* avfilter/af_adynamicequalizer: add precision optionPaul B Mahol2023-04-302-212/+328
* avfilter/af_adynamicequalizer: refactor code to gain small speedupPaul B Mahol2023-04-281-10/+19
* avfilter/af_adynamicequalizer: factor detection filter codePaul B Mahol2023-04-281-33/+46
* avfilter/af_adynamicequalizer: add dftype optionPaul B Mahol2023-04-281-10/+52
* lavfi/dnn: Remove DNN native backendTing Fu2023-04-2835-4394/+4
* lavfi/dnn: Modified DNN native backend related tools and docs.Ting Fu2023-04-283-3/+3
* lavfi/dnn: modify dnn interface for removing native backendTing Fu2023-04-281-9/+1
* avfilter/afir_template: avoid multiplications if memcpy is enoughPaul B Mahol2023-04-271-5/+8
* avfilter: add FIR equalizer coefficients source filterPaul B Mahol2023-04-274-5/+294
* avfilter/vf_libplacebo: strip ICC profiles on CSP changeNiklas Haas2023-04-261-0/+1
* avfilter/af_afir: fix remaining artifacts on IR switchPaul B Mahol2023-04-251-14/+13
* avfilter/af_afir: add way to control loading interval of impulsesPaul B Mahol2023-04-252-17/+29
* avfilter/af_afir: make IR switching work also with minp != maxpPaul B Mahol2023-04-253-41/+67
* avfilter/af_afir: cache xfade coefficientsPaul B Mahol2023-04-243-4/+40
* lavfi/avf_concat: rescale frame durationsAnton Khirnov2023-04-241-0/+1
* lavfi/overlay_vaapi: set input region for overlay video to NULLHaihao Xiang2023-04-241-0/+1
* avfilter/af_afir: fix IR switching with different lengthsPaul B Mahol2023-04-233-122/+79
* avfilter/af_anlms: simplify query formatsPaul B Mahol2023-04-221-19/+2
* lavfi: ensure audio frame durations match the sample countAnton Khirnov2023-04-191-0/+8
* lavfi/unsharp: clarify invalid filter param constraintsStefano Sabatini2023-04-021-8/+22
* lavfi/vf_vpp_qsv: only add the given output sw format to output padHaihao Xiang2023-03-311-7/+16
* avfilter/af_rubberband: use correct array for multichannelsPaul B Mahol2023-03-301-2/+2
* lavfi/aspect: apply style fixesStefano Sabatini2023-03-291-4/+6
* lavfi: add hwdevice flag to hwupload/hwmapU. Artie Eoff2023-03-272-0/+2