Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-13avfilter/vf_framerate: simplify filterMarton Balint
2018-01-11avfilter/x86/vf_interlace : add AVX2 versionMartin Vignali
2018-01-11vf_program_opencl: Add missing error code returnsMark Thompson
2018-01-11vf_overlay_opencl: Don't leak output frame on errorMark Thompson
2018-01-10avfilter/af_aiir: add polar zeros/poles format variantPaul B Mahol
2018-01-10avfilter/af_aiir: unbreak clipping detectionPaul B Mahol
2018-01-10avfilter/af_aiir: do not leak memory on failure in convert_zp2tf()Paul B Mahol
2018-01-09avfilter/af_aiir: refactor code so it uses IIRChannel structPaul B Mahol
2018-01-09avfilter/af_aiir: make default processing to serially cascadedPaul B Mahol
2018-01-09avfilter/af_aiir: add slice threading supportPaul B Mahol
2018-01-09avfilter/af_aiir: add cascaded biquads supportPaul B Mahol
2018-01-08avfilter/af_aiir: do not forget to free gains tooPaul B Mahol
2018-01-08avfilter/af_aiir: fix typo which may cause overreadPaul B Mahol
2018-01-08lavfi: Add filters to run arbitrary OpenCL programsMark Thompson
2018-01-08lavfi/opencl: Use filter device if no input device is availableMark Thompson
2018-01-07avfilter/af_aiir: rename options, provide gains in separate optionPaul B Mahol
2018-01-07avfilter/af_aiir: add support for alternative coefficients formatPaul B Mahol
2018-01-06avfilter: deprecate avfilter_link_get_channels()James Almer
2018-01-06avfilter/av_biquads: scale a0 tooPaul B Mahol
2018-01-06Revert "avfilter: deprecate avfilter_link_get_channels()"James Almer
2018-01-05avfilter: deprecate avfilter_link_get_channels()James Almer
2018-01-05avfilter/af_aiir: do not crash with invalid optionsPaul B Mahol
2018-01-05avfilter: use a mutex instead of atomics in avfilter_register()James Almer
2018-01-05avfilter: add arbitrary audio IIR filterPaul B Mahol
2018-01-05avfilter: rename variables in geqMarc-Antoine Arnaud
2018-01-05avfilter: slice processing for geqMarc-Antoine Arnaud
2018-01-05avfilter: reorder variable definition in geqMarc-Antoine Arnaud
2018-01-05avfilter/vf_framerate: calculate interpolation as integerMarton Balint
2018-01-04avfilter: add hilbert source FIR filterPaul B Mahol
2018-01-04avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol
2018-01-03lavfi/framesync: remove an invalid free.Nicolas George
2018-01-03lavfi/framesync: document frame ownership for dualinput.Nicolas George
2018-01-03avfilter: add entropy filterPaul B Mahol
2018-01-03vf_paletteuse: Don't free the second frame from ff_framesync_dualinput_get_wr...Derek Buitenhuis
2018-01-03vf_paletteuse: Add error checking to apply_paletteDerek Buitenhuis
2018-01-01avfilter/af_crystalizer: use outlink instead of inlinkPaul B Mahol
2017-12-31avfilter/af_afir: rework FIR gain measurementPaul B Mahol
2017-12-28lavfi/minterpolate: Split struct Pixel to allow higher resolutions.Carl Eugen Hoyos
2017-12-27avfilter: add deconvolve filterPaul B Mahol
2017-12-27avfilter/vf_convolve: remove padding, its unused and not neededPaul B Mahol
2017-12-27avfilter/vf_convolve: cosmeticsPaul B Mahol
2017-12-26w32pthreads: always use Vista+ API, drop XP supportwm4
2017-12-25avfilter/vf_convolve: add threading for complex multiplicationPaul B Mahol
2017-12-25avfilter/vf_convolve: implement slice threadingPaul B Mahol
2017-12-25avfilter/vf_convolve: split input/output operations from fftPaul B Mahol
2017-12-25avfilter/vf_convolve: use shorter variants for pointersPaul B Mahol
2017-12-25avfilter/vf_convolve: clear coefficients only when neededPaul B Mahol
2017-12-24avfilter/vf_convolve: fix various issuesPaul B Mahol
2017-12-24avfilter/vf_convolve: fix convolution of bordersPaul B Mahol
2017-12-23avfilter/vf_convolve: unbreak non-power of 2 width&height filteringPaul B Mahol