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
2020-12-31avfilter/vf_framerate: fix infinite loop with 1-frame inputMarton Balint
2020-07-12x86/vf_blend: fix warnings about trailing empty parametersJames Almer
2020-07-06dnn_backend_native: Add overflow check for length calculation.Reimar Döffinger
2020-07-02dnn_backend_native: check operand indexGuo Yejun
2020-07-02dnn_backend_native.c: refine code for fail caseGuo Yejun
2020-06-08Bump minor versions to separate 4.3 from masterMichael Niedermayer
2020-06-07avfilter/vf_vaguedenoiser: add new type of thresholdPaul B Mahol
2020-06-07avfilter/vf_vaguedenoiser: remove excessive code from soft thresholdingPaul B Mahol
2020-06-06avfilter/avf_showspectrum: properly handle EOF casePaul B Mahol
2020-06-06avfilter/asrc_anoisesrc: switch to activatePaul B Mahol
2020-06-03dnn/native: fix typo for definition of DOT_INTERMEDIATEWu Zhiwen
2020-06-01avfilter/vf_lut3d: Fix mixed declaration and codeAndreas Rheinhardt
2020-05-31avfilter/vf_lut3d: prelut support for 3d cinespace lutsMark Reid
2020-05-30avfilter/af_aiir: simplify polynomial evaluationPaul B Mahol
2020-05-30avfilter/af_aiir: use correct size when allocating in zp2tfPaul B Mahol
2020-05-30avfilter: add dblur video filterPaul B Mahol
2020-05-30lavfi/aiir: Refine the pad/vpad related operationJun Zhao
2020-05-30lavfi/afir: fix vpad.name leakJun Zhao
2020-05-30Revert "avfilter/af_aiir: move response drawing as last step"Paul B Mahol
2020-05-30avfilter/af_aiir: improve response calculation with zp coefficientsPaul B Mahol
2020-05-30avfilter/af_aiir: add S-plane supportPaul B Mahol
2020-05-30avfilter/af_aiir: make it clear that transfer function is digital onePaul B Mahol
2020-05-30avfilter/af_biquads: implement 1st order allpassPaul B Mahol
2020-05-29lavfi/vulkan: use av_get_random_seed instead of randLynne
2020-05-28dnn_backend_native_layer_mathunary: add abs supportTing Fu
2020-05-27avfilter/vf_blend: add support for float formatsPaul B Mahol
2020-05-26lavfi/vulkan: fix queue counts and set indicesLynne
2020-05-26lavfi/vulkan: use dedicated allocation for buffers when necessaryLynne
2020-05-23lavfi/vulkan: use all enabled queues in the queue familyLynne
2020-05-23lavfi/vulkan: fix 2 minor memory leaksLynne
2020-05-23lavfi: add untile filter.Nicolas George
2020-05-23lavfi/framesync: use av_gcd_q().Nicolas George
2020-05-23lavfi/tests/formats: reindent.Nicolas George
2020-05-23lavfi/formats: remove dead code.Nicolas George
2020-05-23lavfi/vf_crop: use ff_formats_pixdesc_filter().Nicolas George
2020-05-23lavfi/formats: add ff_formats_pixdesc_filter().Nicolas George
2020-05-23avfilter/vf_lut3d: initial float pixel format supportMark Reid
2020-05-22Stop hardcoding align=32 in av_frame_get_buffer() calls.Anton Khirnov
2020-05-22avfilter/af_aiir: move response drawing as last stepPaul B Mahol
2020-05-22avfilter/af_aiir: fix first denominator calculationPaul B Mahol
2020-05-22avfilter/af_aiir: add more descriptive options aliasesPaul B Mahol
2020-05-22avfilter/af_aiir: export normalize optionPaul B Mahol
2020-05-22avfilter/af_aiir: fix first delay valuePaul B Mahol
2020-05-20avfilter/af_aiir: fix phase and group delay calculationPaul B Mahol
2020-05-19avfilter/af_aiir: fix invalid memory access with tf filteringPaul B Mahol
2020-05-19avfilter/vf_chromakey: fix formula for calculation of differencePaul B Mahol
2020-05-19avfilter/vf_colorkey: fix formula for calculation of differencePaul B Mahol
2020-05-19avfilter: add gradients source video filterPaul B Mahol
2020-05-16avfilter/vsrc_sierpinski: unbreak configuring rate valuePaul B Mahol
2020-05-16avfilter/vsrc_mandelbrot: unbreak configuring rate valuePaul B Mahol