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-06-21avfilter/af_ladspa: check return value of getenv()Paul B Mahol
2020-06-21avfilter/af_ladspa: add latency compensationPaul B Mahol
2020-06-21avfilter/af_ladspa: check another directory for pluginsPaul B Mahol
2020-06-19avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang
2020-06-19avfilter/vf_overlay: add yuv420p10 and yuv422p10 10bit format supportLimin Wang
2020-06-19avfilter/vf_overlay: support for 8bit and 10bit overlay with macro-based func...Limin Wang
2020-06-17dnn_backend_native: check operand indexGuo Yejun
2020-06-17dnn_backend_native.c: refine code for fail caseGuo Yejun
2020-06-15avfilter/vf_showinfo: display H.26[45] user data unregistered sei messageLimin Wang
2020-06-13avfilter/vf_vaguedenoiser: fix small typo in option explanationPaul B Mahol
2020-06-13avfilter/af_rubberband: adjust nb_samples after every commandPaul B Mahol
2020-06-11dnn_backend_native_layer_mathunary: add tan supportTing Fu
2020-06-11dnn_backend_native_layer_mathunary: add cos supportTing Fu
2020-06-11dnn_backend_native_layer_mathunary: add sin supportTing Fu
2020-06-10vf_spp: switch to child_class_iterate()Anton Khirnov
2020-06-10vf_scale: switch to child_class_iterate()Anton Khirnov
2020-06-10framesync: switch to child_class_iterate()Anton Khirnov
2020-06-10avfilter: switch to child_class_iterate()Anton Khirnov
2020-06-10af_resample: switch to child_class_iterate()Anton Khirnov
2020-06-10af_aresample: switch to child_class_iterate()Anton Khirnov
2020-06-10Remove unnecessary use of avcodec_close().Anton Khirnov
2020-06-08Bump minor versions after branching 4.3n4.4-devMichael Niedermayer
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