summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/af_asupercut: Deduplicate AVClassesAndreas Rheinhardt2021-09-19
* avfilter/vf_convolution: Deduplicate AVClassesAndreas Rheinhardt2021-09-19
* avfilter/vf_convolution: Fix standalone build of kirsch, scharr filtersAndreas Rheinhardt2021-09-19
* avfilter/af_agate: Deduplicate AVClassesAndreas Rheinhardt2021-09-19
* avfilter/vf_zscale: Don't make assumptions about zimg's range enumsAndreas Rheinhardt2021-09-18
* libavfilter/x86/vf_gblur: correct the order of loop stepWu Jianhua2021-09-18
* libavfilter/x86/vf_gblur: fixed the fate-test failed on MacOSWu Jianhua2021-09-18
* avfilter/vf_zscale: fix output color_range discrepancyPavel Koshevoy2021-09-17
* avfilter/vf_coreimage: Simplify query_formatsAndreas Rheinhardt2021-09-17
* avfilter/avfilter: Actually error out on init errorAndreas Rheinhardt2021-09-17
* 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