10346 Commits (b033913d1c5998a29dfd13e9906dd707ff6eff12)

Author SHA1 Message Date
Anton Khirnov fa26e17747 lavfi/vf_v360: implement output mask for barrelsplit 3 years ago
Anton Khirnov 83a5ef5113 lavfi/vf_v360: fix barrelsplit transform with padding 3 years ago
Anton Khirnov 82784ddf33 lavfi/vf_v360: factorize vector computation for barrelsplit 3 years ago
Anton Khirnov 58bb83c7ed lavfi/vf_v360: drop nonsense inline specifier 3 years ago
Thilo Borgmann 9cb9da62a3 avfilter: Add blockdetect filter 3 years ago
softworkz f579a1d08b avfilter: use avpriv_fopen_utf8() instead of plain fopen() 3 years ago
Paul B Mahol d2ef44fbb1 avfilter/af_afftfilt: add threads support 3 years ago
Martin Storsjö 6076dbcb55 Switch uses of av_fopen_utf8 to avpriv_fopen_utf8 3 years ago
Martin Storsjö 4cdc14aa95 libavutil: Deprecate av_fopen_utf8, provide an avpriv version 3 years ago
Steven Liu 90007e0b4e avfilter/avf_showfreqs: fix memleak in plot_freqs 3 years ago
Andreas Rheinhardt 41a558fea0 avfilter/formats: Constify channel_layout in ff_add_channel_layout() 3 years ago
Paul B Mahol 163e737c17 avfilter/af_afir: add support for double sample format 3 years ago
Paul B Mahol e6f0cec880 avfilter/af_acrossover: add precision option 3 years ago
Paul B Mahol b90341d1d5 avfilter/af_asubboost: add channels option 3 years ago
Paul B Mahol 710dce131f avfilter/vf_zscale: active region use doubles so use that type here too 3 years ago
Paul B Mahol 075c2308e3 avfilter/af_asubboost: add boost option 3 years ago
Paul B Mahol 2c77d9150d avfilter/af_crossfeed: always return same number of samples with block processing 3 years ago
Paul B Mahol 52a14b8505 avfilter/vf_zscale: improve slice processing 3 years ago
Paul B Mahol b5aa514bbb avfilter/af_biquads: always return same number of samples with block processing 3 years ago
Paul B Mahol ee9345e905 avfilter/af_ladspa: remove not wanted line 3 years ago
Wang Cao d82481ef41 avfilter/af_alimiter: add latency compensation option 3 years ago
Paul B Mahol cbc1b8adad avfilter/af_biquads: add zdf transform type 3 years ago
Andreas Rheinhardt 260d7d5a6c avfilter/avfilter: Fix compilation with TRACE defined 3 years ago
Paul B Mahol 38238b604f avfilter/af_biquads: use correct variables when reversing samples 3 years ago
Andreas Rheinhardt f2b79c5b85 lib*/version: Move library version functions into files of their own 3 years ago
Paul B Mahol 5ccd8f492b avfilter/af_crossfeed: add option for linear phase filtering 3 years ago
Paul B Mahol 1309867022 avfilter/af_biquads: add option for block based linear phase processing 3 years ago
Paul B Mahol fe57904a71 avfilter/af_afftdn: request new frames only when needed 3 years ago
Paul B Mahol 36c274057a avfilter/avf_ahistogram: request new frames only when needed 3 years ago
Paul B Mahol d166317cdd avfilter/af_biquads: add tdi transform type 3 years ago
Gyan Doshi b980d9e8ec avfilter/geq: unbreak alpha processing 3 years ago
Paul B Mahol 30a49a5230 avfilter/vf_fftdnoiz: add window type support 3 years ago
Michael Niedermayer 0a3e121798 avfilter/vf_libplacebo: Match AV_OPT_TYPE_FLOAT to dbl 3 years ago
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