summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* libavfilter/vf_vpp_qsv: fix uninitialized variable problemWenbin Chen2021-09-15
* avfilter/frei0r: use win32dlfcn wrapperTimo Rothenpieler2021-09-15
* avfilter/internal: Add AVFILTER_DEFINE_CLASS_EXTAndreas Rheinhardt2021-09-13
* avfilter/vf_maskedminmax: Simplify initAndreas Rheinhardt2021-09-13
* avfilter/avfilter: Remove unused countAndreas Rheinhardt2021-09-13
* avfilter/af_speechnorm: improve EOF timestamp precisionPaul B Mahol2021-09-12
* avfilter/af_dynaudnorm: improve EOF timestamp precisionPaul B Mahol2021-09-12
* avfilter/vf_extractplanes: fix regressionPaul B Mahol2021-09-12
* avfilter/vf_xfade: check default switch casePaul B Mahol2021-09-12
* avfilter/vf_xfade: add zoomin transitionPaul B Mahol2021-09-12
* avfilter/vf_extractplanes: stop marking alphaextract filter as dynamic outputsPaul B Mahol2021-09-12
* avfilter/af_afftfilt: reindent after last commitPaul B Mahol2021-09-12
* avfilter/af_afftfilt: add timeline supportPaul B Mahol2021-09-12
* avfilter/af_asoftclip: rewrite oversamplingPaul B Mahol2021-09-12
* avfilter/vf_fieldmatch: initialize dst pointer to silence warningPaul B Mahol2021-09-11
* avfilter/f_segment: silence compiler warningPaul B Mahol2021-09-11
* avfilter/f_loop: initialize ret to silence compiler warningPaul B Mahol2021-09-11
* avfilter/af_arnndn: initialize ret to silence compiler warningPaul B Mahol2021-09-11
* avfilter/af_afftdn: move i initialization to silence warningPaul B Mahol2021-09-11
* avfilter/af_apsyclip: fix mixed declarations and codePaul B Mahol2021-09-11
* avfilter: add audio psychoacoustic clipperPaul B Mahol2021-09-11
* avfilter/af_astats: add entropy statPaul B Mahol2021-09-11
* avfilter/vf_convolution: add scharr operatorPaul B Mahol2021-09-10
* avfilter/af_silenceremove: fix regression in output frame ptsPaul B Mahol2021-09-09
* libavfilter/vf_deinterlace_qsv: enabling d3d11va support, added mfxhdlpairArtem Galin2021-09-08
* libavfilter/vf_scale_qsv: add MFX_MEMTYPE_FROM_VPPOUT flag to frame_typeArtem Galin2021-09-08
* libavfilter/vf_scale_qsv: enabling d3d11va support, added mfxhdlpairArtem Galin2021-09-08
* libavfilter/qsvvpp: add MFX_MEMTYPE_FROM_VPPOUT flag to output framesArtem Galin2021-09-08
* libavfilter/qsvvpp: enabling d3d11va support, added mfxhdlpairArtem Galin2021-09-08
* avfilter/af_speechnorm: add timeline supportPaul B Mahol2021-09-08
* avfilter/af_speechnorm: check return value of av_frame_make_writable()Paul B Mahol2021-09-08
* avfilter/af_speechnorm: use floats in place of doubles where it is already fl...Paul B Mahol2021-09-08
* avfilter/af_silenceremove: fix stop_silence handlingPaul B Mahol2021-09-08
* avfilter/af_silenceremove: avoid returning 1 sample duration framesPaul B Mahol2021-09-08
* avfilter/af_silenceremove: fix processing of periods > 1Paul B Mahol2021-09-08
* avfilter/af_silenceremove: guard against negative numbersPaul B Mahol2021-09-08
* avfilter/af_silenceremove: add asserts to check for NaNsPaul B Mahol2021-09-08
* avfilter/af_silenceremove: use duration option for window optionPaul B Mahol2021-09-07
* avfilter/af_silenceremove: fix indentationPaul B Mahol2021-09-07
* avfilter/af_silenceremove: cover default case tooPaul B Mahol2021-09-07
* lavfi/vf_scale: pass the thread count to the scalerAnton Khirnov2021-09-06
* lavfi/vf_scale: convert to the frame-based sws APIAnton Khirnov2021-09-06
* avfilter/avfiltergraph: add an "auto" constant to the threads optionJames Almer2021-09-04
* avfilter/vf_xmedian: Split portion of init unique to xmedian offAndreas Rheinhardt2021-09-04
* avfilter/af_silencedetect: add planar sample formats supportPaul B Mahol2021-09-02
* avfilter/af_silencedetect: support all channel countsPaul B Mahol2021-09-02
* avfilter/vf_scale: set the RGB matrix coefficients in case of RGBJan Ekström2021-09-01
* libavfilter/x86/vf_gblur: add localbuf and ff_horiz_slice_avx2/512()Wu Jianhua2021-08-29
* libavfilter/x86/vf_gblur: add ff_verti_slice_avx2/512()Wu Jianhua2021-08-29
* libavfilter/x86/vf_gblur: add ff_postscale_slice_avx512()Wu Jianhua2021-08-29