6830 Commits (dfa2523bdd820348634325edaf6e3ae2afb8c218)

Author SHA1 Message Date
Marton Balint e3acba0d5d avfilter/formats: remove support for deprecated channel count specification 7 years ago
Rodger Combs 381a4820c6 lavfi/vf_scale_vaapi: set output SAR 7 years ago
Paul B Mahol 8088b5d69c avfilter/af_afade: acrossfade: switch to activate 7 years ago
Gyan Doshi e1e89c0695 avfilter/vidstab: check bytesPerPixel only for packed formats. 7 years ago
Jun Zhao 383804edd8 lavfi/deinterlace_vaapi: fix can't show full option information. 7 years ago
Robert Nagy 856b7cae9f avfilter/vf_idet: added more YUVA formats to idet query_formats 7 years ago
Marton Balint 0c31a3876d avfilter/vf_framerate: simplify filter 7 years ago
Martin Vignali b94cd55155 avfilter/x86/vf_interlace : add AVX2 version 7 years ago
Mark Thompson 526a87b471 vf_program_opencl: Add missing error code returns 7 years ago
Mark Thompson 9b4611a1c1 vf_overlay_opencl: Don't leak output frame on error 7 years ago
Paul B Mahol de8a1d8d4d avfilter/af_aiir: add polar zeros/poles format variant 7 years ago
Paul B Mahol de5b12c93f avfilter/af_aiir: unbreak clipping detection 7 years ago
Paul B Mahol 3c29f68b4d avfilter/af_aiir: do not leak memory on failure in convert_zp2tf() 7 years ago
Paul B Mahol e9edd61965 avfilter/af_aiir: refactor code so it uses IIRChannel struct 7 years ago
Paul B Mahol 21c99f4b40 avfilter/af_aiir: make default processing to serially cascaded 7 years ago
Paul B Mahol d9a3074b93 avfilter/af_aiir: add slice threading support 7 years ago
Paul B Mahol 7add1ca2b5 avfilter/af_aiir: add cascaded biquads support 7 years ago
Paul B Mahol 3f234a0b22 avfilter/af_aiir: do not forget to free gains too 7 years ago
Paul B Mahol 205046420d avfilter/af_aiir: fix typo which may cause overread 7 years ago
Mark Thompson dfdc146161 lavfi: Add filters to run arbitrary OpenCL programs 7 years ago
Mark Thompson 202b59cd3d lavfi/opencl: Use filter device if no input device is available 7 years ago
Paul B Mahol 2d3df8e2e9 avfilter/af_aiir: rename options, provide gains in separate option 7 years ago
Paul B Mahol 6c65de3db0 avfilter/af_aiir: add support for alternative coefficients format 7 years ago
James Almer b2c42fc6dc avfilter: deprecate avfilter_link_get_channels() 7 years ago
Paul B Mahol 50b3cd22dd avfilter/av_biquads: scale a0 too 7 years ago
James Almer da5b05c833 Revert "avfilter: deprecate avfilter_link_get_channels()" 7 years ago
James Almer 798dcf2432 avfilter: deprecate avfilter_link_get_channels() 7 years ago
Paul B Mahol 52c959a237 avfilter/af_aiir: do not crash with invalid options 7 years ago
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