6802 Commits (167e659b289f6c2236c905ee7b8c50857457c858)

Author SHA1 Message Date
James Almer 167e659b28 avfilter: use a mutex instead of atomics in avfilter_register() 7 years ago
Paul B Mahol 7bb1be9af0 avfilter: add arbitrary audio IIR filter 7 years ago
Marc-Antoine Arnaud e425047a47 avfilter: rename variables in geq 7 years ago
Marc-Antoine Arnaud ac6b0bba79 avfilter: slice processing for geq 7 years ago
Marc-Antoine Arnaud 206b25f9f4 avfilter: reorder variable definition in geq 7 years ago
Marton Balint f528c49c7c avfilter/vf_framerate: calculate interpolation as integer 7 years ago
Paul B Mahol 89bbf5c7ec avfilter: add hilbert source FIR filter 7 years ago
Paul B Mahol 88cbd25b19 avfilter: pass outlink to ff_get_audio_buffer() 7 years ago
Nicolas George 29b5f3115d lavfi/framesync: remove an invalid free. 7 years ago
Nicolas George 9ace76697a lavfi/framesync: document frame ownership for dualinput. 7 years ago
Paul B Mahol 09b24a807a avfilter: add entropy filter 7 years ago
Derek Buitenhuis 631fa0432b vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_writable on error 7 years ago
Derek Buitenhuis 6470abc740 vf_paletteuse: Add error checking to apply_palette 7 years ago
Paul B Mahol 9f7dbaad7e avfilter/af_crystalizer: use outlink instead of inlink 7 years ago
Paul B Mahol f3552c3b9d avfilter/af_afir: rework FIR gain measurement 7 years ago
Carl Eugen Hoyos ad73b32d29 lavfi/minterpolate: Split struct Pixel to allow higher resolutions. 7 years ago
Paul B Mahol 8c9a91ac82 avfilter: add deconvolve filter 7 years ago
Paul B Mahol 87f148d526 avfilter/vf_convolve: remove padding, its unused and not needed 7 years ago
Paul B Mahol caacbfa773 avfilter/vf_convolve: cosmetics 7 years ago
wm4 9b121dfc32 w32pthreads: always use Vista+ API, drop XP support 7 years ago
Paul B Mahol e712d30173 avfilter/vf_convolve: add threading for complex multiplication 7 years ago
Paul B Mahol c59e49f9b2 avfilter/vf_convolve: implement slice threading 7 years ago
Paul B Mahol f9f1b2a927 avfilter/vf_convolve: split input/output operations from fft 7 years ago
Paul B Mahol 86e3eebfb7 avfilter/vf_convolve: use shorter variants for pointers 7 years ago
Paul B Mahol ec6608f51b avfilter/vf_convolve: clear coefficients only when needed 7 years ago
Paul B Mahol 5533cbfc84 avfilter/vf_convolve: fix various issues 7 years ago
Paul B Mahol 175122fcd5 avfilter/vf_convolve: fix convolution of borders 7 years ago
Paul B Mahol b5958ff82e avfilter/vf_convolve: unbreak non-power of 2 width&height filtering 7 years ago
Paul B Mahol b943bc343d avfilter/vf_fftfilt: support >8 bit depth formats 7 years ago
Paul B Mahol f6608f4725 avfilter/vf_aspect: change outlink sample aspect ratio instead of inlink 7 years ago
Paul B Mahol 4754d70a23 avfilter/video: pick sar from link 7 years ago
Paul B Mahol d2a2bc9a9f avfilter/vf_lut: add support for gray formats 7 years ago
Marton Balint e403e4bdbe avfilter/vf_framerate: fix scene score with negative linesize 7 years ago
Marton Balint c6a65ed670 avfilter/vf_framerate: do not calculate scene change score multiple times for the same frame 7 years ago
Marton Balint e1113a83cc avfilter/vf_framerate: fix scene change detection score 7 years ago
Marton Balint be15304ee6 avfilter/vf_framerate: factorize get_scene_score 7 years ago
Marton Balint 090b740680 avfilter/vf_framerate: factorize blend_frames 7 years ago
Marton Balint 1eb926dc02 avfilter/vf_framerate: add threaded blending operations 7 years ago
Paul B Mahol 5a6e753bc6 avfilter/af_biquads: change defaults for biquad filter 7 years ago
Paul B Mahol 7fc89f226f avfilter/af_biquads: increase width range 7 years ago
Paul B Mahol c99ed89f89 avfilter/af_biquads: add kHz width_type 7 years ago
Paul B Mahol cfd52094c0 avfilter/vf_psnr: add more gbrap formats 7 years ago
James Almer 8e0e4384b0 Revert "avfilter/vf_interlace : add AVX2 for lowpass_line 8 and 16" 7 years ago
Martin Vignali 3df6e61dad avfilter/x86/vf_hflip : indent 7 years ago
Martin Vignali f181648176 avfilter/x86/vf_hflip : add avx2 version for hflip_byte and hflip_short 7 years ago
Martin Vignali a4a4179e83 avfilter/x86/vf_hflip : merge hflip byte and hflip short to one macro 7 years ago
Martin Vignali 8fb1d63d91 avfilter/vf_tinterlace : add AVX2 func for lowpass_line 8 and 16 7 years ago
Martin Vignali 1a5865b6dc avfilter/vf_interlace : add AVX2 for lowpass_line 8 and 16 7 years ago
Martin Vignali d31770d9a6 avfilter/vf_interlace : move func init in ff_interlace_init and add depth arg for ff_interlace_init_x86 7 years ago
Mateusz 6260ab60a8 avfilter/vf_overlay: fix packed_rgb case 7 years ago