10313 Commits (3cdf0f9424e51c1cf7891b71667e2c4e7f7cb362)

Author SHA1 Message Date
Andreas Rheinhardt 3cdf0f9424 avfilter/vf_fftdnoiz: Remove redundant ';' 3 years ago
Andreas Rheinhardt 11e37539ee avfilter/vf_threshold: Move ff_threshold_init into a header 3 years ago
Andreas Rheinhardt c499f9bc38 avfilter/vf_nlmeans: Move ff_nlmeans_init into a header 3 years ago
Andreas Rheinhardt fbe4e825d8 avfilter/vf_hflip: Move ff_hflip_init into a header 3 years ago
Andreas Rheinhardt 24936a9fbb avfilter/vf_gblur: Move ff_gblur_init into a header 3 years ago
Andreas Rheinhardt 8cd57648d1 avfilter/vf_eq: Move ff_nlmeans_init into a header 3 years ago
Andreas Rheinhardt 364fab1fdc avfilter/vf_blend: Move ff_blend_init into a header 3 years ago
Andreas Rheinhardt ea398201f9 avfilter/af_afir: Move ff_afir_init() to header 3 years ago
Andreas Rheinhardt 0df18f29ae avfilter/af_afir: Only keep DSP stuff in header 3 years ago
Paul B Mahol 767f66ea5d avfilter: add multiply video filter 3 years ago
Paul B Mahol a6f136aef1 avfilter/vf_fftdnoiz: refactor code and improve 3d filtering 3 years ago
Paul B Mahol 003f9a9b41 avfilter/vf_fftdnoiz: add alternative denoising method 3 years ago
Paul B Mahol 0914e3a14a avfilter/vf_maskfun: properly handle read-only frames 3 years ago
Paul B Mahol 7aa69300b1 avfilter/vf_maskfun: rename too generic variables 3 years ago
Paul B Mahol 810c508956 avfilter/vf_guided: fix reallocation of memory per every frame's plane processing 3 years ago
Paul B Mahol 17a4237a05 avfilter/vf_guided: make use of link variables 3 years ago
Paul B Mahol 3e4d68f2b6 avfilter/vf_guided: remove excessive parentheses 3 years ago
Paul B Mahol ccd29bf881 avfilter/vf_guided: fix timeline support 3 years ago
Paul B Mahol e40cec0609 avfilter/vf_guided: clean up commands support 3 years ago
Paul B Mahol bdf01a9609 avfilter/vf_overlay: improve premultiplied alpha overlay for YUV 3 years ago
Paul B Mahol eef652ca9c avfilter/avf_showvolume: request new frames only when needed 3 years ago
Paul B Mahol 3ce4e08089 avfilter/avf_avectorscope: request new frames only when needed 3 years ago
Paul B Mahol 9aa20d28cd avfilter/af_aspectralstats: request new frames only when needed 3 years ago
Paul B Mahol a9e9020ff6 avfilter/af_surround: request new frames only when needed 3 years ago
Paul B Mahol d8e8aa944a avfilter/avf_showfreqs: add rate option 3 years ago
Paul B Mahol fe06e70c30 avfilter/vf_estdif: set frame_rate only when needed 3 years ago
Paul B Mahol f09712d686 avfilter/vf_w3fdif: set frame_rate only when needed 3 years ago
Paul B Mahol 6018fa899f avfilter/vf_nnedi: set frame_rate only when needed 3 years ago
Paul B Mahol 55e0b041b3 avfilter/vf_mix: output same number of frames from input for tmix 3 years ago
Paul B Mahol 1148e5f1cc avfilter/vf_xmedian: fix multiple threads usage 3 years ago
Paul B Mahol 3415028d13 avfilter/vf_mix: fix multiple threads usage 3 years ago
Paul B Mahol 126d5d3b5f avfilter/vf_fftdnoiz: small improvements 3 years ago
Paul B Mahol 31c714bf0b avfilter/af_adynamicequalizer: remove unused header 3 years ago
Andreas Rheinhardt 8449fbdf8e avfilter/vf_colormap: Avoid allocation of small array 3 years ago
Andreas Rheinhardt 9d2f427958 avfilter/vf_colormap: Remove unnecessary headers 3 years ago
Andreas Rheinhardt fdc16fbb7a avfilter/vf_colormap: Fix declaration-after-statement 3 years ago
Andreas Rheinhardt f4ace6d82d avfilter/vf_colormap: Properly uninit FFFrameSync, fix leak 3 years ago
Andreas Rheinhardt 5f8c83e95e avfilter/Makefile: Add fflcms2.h to SKIPHEADERS- if necessary 3 years ago
Paul B Mahol c27123606a avfilter/af_adynamicequalizer: set target filter type 3 years ago
Paul B Mahol 4e284837e4 avfilter/af_adynamicequalizer: improve threshold usage 3 years ago
Paul B Mahol 14b74610d7 avfilter/af_anlms: add timeline support 3 years ago
Thilo Borgmann 79286d3eb6 avfilter/vf_blurdetect: fix uninitialized variables and possible div by zero 3 years ago
Paul B Mahol 39f22df6cd avfilter/vsrc_testsrc: fix typo for yellow patch 3 years ago
Paul B Mahol 944e60f4ae avfilter/vf_blurdetect: remove set but not used variables 3 years ago
Paul B Mahol 452d611fc7 avfilter/vf_lut3d: allow to control when to upload CLUT for haldclut 3 years ago
Thilo Borgmann 1da3394adb avfilter/vf_blurdetect: cleanup headers, remove unused variables, fix type of variable 3 years ago
Paul B Mahol 08ac8bda38 avfilter/vf_colormap: avoid reallocating memory to build map 3 years ago
Paul B Mahol f908f365f9 avfilter/vf_colormap: change default nb_patches 3 years ago
Thilo Borgmann b23208826b lavfi: Add blurdetect filter 3 years ago
Thilo Borgmann 22df52c444 lafi/vf_edgedetect: Move some common functions into seperate file 3 years ago