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
2021-09-11avfilter/f_segment: silence compiler warningPaul B Mahol
2021-09-11avfilter/f_loop: initialize ret to silence compiler warningPaul B Mahol
2021-09-11avfilter/af_arnndn: initialize ret to silence compiler warningPaul B Mahol
2021-09-11avfilter/af_afftdn: move i initialization to silence warningPaul B Mahol
2021-09-11avfilter/af_apsyclip: fix mixed declarations and codePaul B Mahol
2021-09-11avfilter: add audio psychoacoustic clipperPaul B Mahol
2021-09-11avfilter/af_astats: add entropy statPaul B Mahol
2021-09-10avfilter/vf_convolution: add scharr operatorPaul B Mahol
2021-09-09avfilter/af_silenceremove: fix regression in output frame ptsPaul B Mahol
2021-09-08libavfilter/vf_deinterlace_qsv: enabling d3d11va support, added mfxhdlpairArtem Galin
2021-09-08libavfilter/vf_scale_qsv: add MFX_MEMTYPE_FROM_VPPOUT flag to frame_typeArtem Galin
2021-09-08libavfilter/vf_scale_qsv: enabling d3d11va support, added mfxhdlpairArtem Galin
2021-09-08libavfilter/qsvvpp: add MFX_MEMTYPE_FROM_VPPOUT flag to output framesArtem Galin
2021-09-08libavfilter/qsvvpp: enabling d3d11va support, added mfxhdlpairArtem Galin
2021-09-08avfilter/af_speechnorm: add timeline supportPaul B Mahol
2021-09-08avfilter/af_speechnorm: check return value of av_frame_make_writable()Paul B Mahol
2021-09-08avfilter/af_speechnorm: use floats in place of doubles where it is already fl...Paul B Mahol
2021-09-08avfilter/af_silenceremove: fix stop_silence handlingPaul B Mahol
2021-09-08avfilter/af_silenceremove: avoid returning 1 sample duration framesPaul B Mahol
2021-09-08avfilter/af_silenceremove: fix processing of periods > 1Paul B Mahol
2021-09-08avfilter/af_silenceremove: guard against negative numbersPaul B Mahol
2021-09-08avfilter/af_silenceremove: add asserts to check for NaNsPaul B Mahol
2021-09-07avfilter/af_silenceremove: use duration option for window optionPaul B Mahol
2021-09-07avfilter/af_silenceremove: fix indentationPaul B Mahol
2021-09-07avfilter/af_silenceremove: cover default case tooPaul B Mahol
2021-09-06lavfi/vf_scale: pass the thread count to the scalerAnton Khirnov
2021-09-06lavfi/vf_scale: convert to the frame-based sws APIAnton Khirnov
2021-09-04avfilter/avfiltergraph: add an "auto" constant to the threads optionJames Almer
2021-09-04avfilter/vf_xmedian: Split portion of init unique to xmedian offAndreas Rheinhardt
2021-09-02avfilter/af_silencedetect: add planar sample formats supportPaul B Mahol
2021-09-02avfilter/af_silencedetect: support all channel countsPaul B Mahol
2021-09-01avfilter/vf_scale: set the RGB matrix coefficients in case of RGBJan Ekström
2021-08-29libavfilter/x86/vf_gblur: add localbuf and ff_horiz_slice_avx2/512()Wu Jianhua
2021-08-29libavfilter/x86/vf_gblur: add ff_verti_slice_avx2/512()Wu Jianhua
2021-08-29libavfilter/x86/vf_gblur: add ff_postscale_slice_avx512()Wu Jianhua
2021-08-29lavfi/vf_scale: remove the nb_slices optionAnton Khirnov
2021-08-29avfilter: add grayworld video filterPaul Buxton
2021-08-29avfilter/af_acrossover: check for rest of sample formatsPaul B Mahol
2021-08-29avfilter/vf_tpad: rescale EOF pts for case outlink time_base differsPaul B Mahol
2021-08-29avfilter/af_crystalizer: refactor some codePaul B Mahol
2021-08-29avfilter/af_crystalizer: fix some minor issuesPaul B Mahol
2021-08-28avfilter/af_afreqshift: do not forget to update coeffs at runtimePaul B Mahol
2021-08-28avfilter: add atilt filterPaul B Mahol
2021-08-28avfilter: add adecorrelate filterPaul B Mahol
2021-08-28lavfi/dnn: Rename InferenceItem to LastLevelTaskItemShubhanshu Saxena
2021-08-28libavfilter: Remove Async Flag from DNN Filter SideShubhanshu Saxena
2021-08-28libavfilter: Remove synchronous functions from DNN filtersShubhanshu Saxena
2021-08-28libavfilter: Unify Execution Modes in DNN FiltersShubhanshu Saxena
2021-08-28lavfi/dnn: Task-based Inference in Native BackendShubhanshu Saxena
2021-08-28avfilter/signature: fix integer rounding cast precedenceJai Luthra