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-02-07lavfi: add a gitignore file for OpenCL compiled kernelsRostislav Pehlivanov
2018-02-03avfilter/af_join: Fix crash in join filterNikolas Bowe
2018-02-01avfilter: add comments for duplicate lineSteven Liu
2018-01-28avfilter/x86/vf_blend : avfilter/x86/vf_blend : add AVX2 version for each fun...Martin Vignali
2018-01-28avfilter/vf_framerate: add SIMD functions for frame blendingMarton Balint
2018-01-28avfilter/vf_framerate: change blend factor precisionMarton Balint
2018-01-28avfilter/vf_framerate: factorize blend functions and unify filter_sliceMarton Balint
2018-01-28avfilter/vf_framerate: unify luma and chroma blendingMarton Balint
2018-01-28avfilter/vf_transpose: Fix regression with packed pixel formatsMichael Niedermayer
2018-01-27avfilter/vf_transpose: Fix used plane count.Michael Niedermayer
2018-01-26lavfi/misc_vaapi: use default value setting if without arguments.Jun Zhao
2018-01-26lavfi/procamp_vaapi: fix the green video issue if without arguments.Jun Zhao
2018-01-24lavfi/vf_xxx_vaapi: fix typo.Jun Zhao
2018-01-24avfilter/Makefile: skip compiling vaapi_vpp.h when vaapi is not enabledJames Almer
2018-01-22lavfi: add denoise and sharpness VAAPI video filters.Jun Zhao
2018-01-22lavfi: add ProcAmp (color balance) VAAPI video filter.Jun Zhao
2018-01-22lavfi: use common VAAPI VPP infrastructure for vf_deinterlace_vaapi.Jun Zhao
2018-01-22lavfi: use common VAAPI VPP infrastructure for vf_scale_vaapi.Jun Zhao
2018-01-22lavfi: VAAPI VPP common infrastructure.Jun Zhao
2018-01-21avfilter/drawtext - implement fix_boundsGyan Doshi
2018-01-20avfilter/formats: remove support for deprecated channel count specificationMarton Balint
2018-01-19lavfi/vf_scale_vaapi: set output SARRodger Combs
2018-01-18avfilter/af_afade: acrossfade: switch to activatePaul B Mahol
2018-01-17avfilter/vidstab: check bytesPerPixel only for packed formats.Gyan Doshi
2018-01-17lavfi/deinterlace_vaapi: fix can't show full option information.Jun Zhao
2018-01-15avfilter/vf_idet: added more YUVA formats to idet query_formatsRobert Nagy
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