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-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
2017-12-23avfilter/vf_fftfilt: support >8 bit depth formatsPaul B Mahol
2017-12-23avfilter/vf_aspect: change outlink sample aspect ratio instead of inlinkPaul B Mahol
2017-12-23avfilter/video: pick sar from linkPaul B Mahol
2017-12-22avfilter/vf_lut: add support for gray formatsPaul B Mahol
2017-12-22avfilter/vf_framerate: fix scene score with negative linesizeMarton Balint
2017-12-22avfilter/vf_framerate: do not calculate scene change score multiple times for...Marton Balint
2017-12-22avfilter/vf_framerate: fix scene change detection scoreMarton Balint
2017-12-22avfilter/vf_framerate: factorize get_scene_scoreMarton Balint
2017-12-22avfilter/vf_framerate: factorize blend_framesMarton Balint
2017-12-22avfilter/vf_framerate: add threaded blending operationsMarton Balint
2017-12-21avfilter/af_biquads: change defaults for biquad filterPaul B Mahol