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-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
2017-12-21avfilter/af_biquads: increase width rangePaul B Mahol
2017-12-21avfilter/af_biquads: add kHz width_typePaul B Mahol
2017-12-20avfilter/vf_psnr: add more gbrap formatsPaul B Mahol
2017-12-20Revert "avfilter/vf_interlace : add AVX2 for lowpass_line 8 and 16"James Almer
2017-12-19avfilter/x86/vf_hflip : indentMartin Vignali
2017-12-19avfilter/x86/vf_hflip : add avx2 version for hflip_byte and hflip_shortMartin Vignali
2017-12-19avfilter/x86/vf_hflip : merge hflip byte and hflip short to one macroMartin Vignali
2017-12-19avfilter/vf_tinterlace : add AVX2 func for lowpass_line 8 and 16Martin Vignali
2017-12-19avfilter/vf_interlace : add AVX2 for lowpass_line 8 and 16Martin Vignali
2017-12-19avfilter/vf_interlace : move func init in ff_interlace_init and add depth arg...Martin Vignali
2017-12-18avfilter/vf_overlay: fix packed_rgb caseMateusz
2017-12-18libvmaf: exit gracefully if the library fails.Ronald S. Bultje
2017-12-17avfilter/af_biquads: add missing break statementsPaul B Mahol