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-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
2017-12-17lavu/lavc/lavf/lavfi: Do not use type modifier %zu on Windows MSVCRT.Carl Eugen Hoyos
2017-12-17avfilter/af_biquads: remove unused enum itemPaul B Mahol
2017-12-17avfilter/av_biquads: add support for commandsPaul B Mahol
2017-12-16avfilter/vf_overlay: add premultiplied alpha modePaul B Mahol
2017-12-15avfilter/x86/vf_interlace : avfilter/x86/vf_interlace : fix crash when using ...Martin Vignali
2017-12-15avfilter/x86/vf_interlace : avoid crash when data are unalignedMartin Vignali
2017-12-15avfilter/drawbox+drawgrid - add option to prevent overwriting of source pixelsGyan Doshi
2017-12-13libavfilter/af_dcshift.c: Fixed repeated spelling errorKelly Ledford
2017-12-13avfilter/vf_hflip : move context func init in ff_hflip_initMartin Vignali
2017-12-13avfilter/formats: fix wrong function name in error messageJun Zhao
2017-12-12avfilter/vf_pseudocolor: add support for more formatsPaul B Mahol