summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi/nlmeans: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-08
* lavfi/nlmeans: inline integral patch value functionClément Bœsch2018-05-08
* lavfi/nlmeans: use unsigned for the integral patch valueClément Bœsch2018-05-08
* lavfi/nlmeans: reorder memory accesses in get_integral_patch_valueClément Bœsch2018-05-08
* lavfi/nlmeans: move final weighted averaging out of nlmeans_planeClément Bœsch2018-05-08
* lavfi/nlmeans: switch from double to floatClément Bœsch2018-05-08
* lavfi/nlmeans: make compute_safe_ssd_integral_image_c fasterClément Bœsch2018-05-08
* lavfi/nlmeans: add AArch64 SIMD for compute_safe_ssd_integral_imageClément Bœsch2018-05-08
* lavfi/nlmeans: use ptrdiff_t for linesizesClément Bœsch2018-05-08
* lavfi/nlmeans: add SIMD-friendly assumptions for compute_safe_ssd_integral_imageClément Bœsch2018-05-08
* lavfi/nlmeans: random code shuffling to help compilerClément Bœsch2018-05-08
* fate: update fate-sws-pixdesc-query reference fileJames Almer2018-05-05
* avfilter/drawutils: support gray14Paul B Mahol2018-05-05
* avfilter/vf_extractplanes: add support for extracting planes with 14 depthPaul B Mahol2018-05-05
* avfilter: forward status back in some filters that missed itPaul B Mahol2018-05-05
* avfilter/af_amerge: port to activate APIPaul B Mahol2018-05-05
* avfilter/vf_colorchannelmixer: add planar rgb supportPaul B Mahol2018-05-05
* avfilter/vf_colorchannelmixer: refactor codePaul B Mahol2018-05-05
* avfilter/vf_colorbalance: fix off by one overflowPaul B Mahol2018-05-05
* avfilter/vf_colorchannelmixer: add slice threadingPaul B Mahol2018-05-05
* avfilter/vf_colorbalance: add slice threadingPaul B Mahol2018-05-05
* avfilter/vf_colorbalance: add planar rgb supportPaul B Mahol2018-05-05
* avfilter/vf_convolution: use already available dstridePaul B Mahol2018-05-05
* avfilter/vf_colorbalance: add 16bit depth supportPaul B Mahol2018-05-05
* avfilter/vf_libvmaf: the libvmaf filter tried to join on an invalid thread idKevin Wheatley2018-05-04
* avfilter/vf_lut3d: fix typoPaul B Mahol2018-05-04
* avfilter/vf_edgedetect: add more formats support to canny modePaul B Mahol2018-05-04
* avfilter/vf_edgedetect: add planes optionPaul B Mahol2018-05-04
* avfilter/vf_edgedetect: add canny modePaul B Mahol2018-05-04
* avfilter/vf_convolution: add column/vertical modePaul B Mahol2018-05-04
* avfilter/vf_lut3d: add planar rgb supportPaul B Mahol2018-05-04
* Adds SRCNN filter.Sergey Lavrushkin2018-05-04
* avfilter/vf_amplify: add more options for finer filteringPaul B Mahol2018-05-04
* avfilter/drawutils: add support for full rangePaul B Mahol2018-05-03
* avfilter/vf_neighbor: add >8 depth suppportPaul B Mahol2018-05-03
* avfilter/vf_convolution: unbreak roberts filterPaul B Mahol2018-05-03
* avfilter/vf_convolution: add horizontal/row modePaul B Mahol2018-05-03
* avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm checkPaul B Mahol2018-05-03
* avfilter/vf_convolution: rewrite so it doesn't use temp buffersPaul B Mahol2018-05-03
* avfilter/vf_overlay: add x86 SIMDPaul B Mahol2018-05-02
* avfilter/af_biquads: add slice threadingPaul B Mahol2018-05-01
* avfilter/af_biquads: change clipping detection from global to channelPaul B Mahol2018-05-01
* avfilter/vf_neighbor: add slice threadingPaul B Mahol2018-05-01
* avfilter/vf_neighbor: simplify code littlePaul B Mahol2018-05-01
* avfilter/vf_neighbor: rewrite without using temp memoryPaul B Mahol2018-05-01
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-30
* avfilter/vf_mix: initialize last to silence possible warningPaul B Mahol2018-04-30
* avfilter/vf_mix: make setting weights more user friendlyPaul B Mahol2018-04-29
* avfilter/vf_fieldmatch: add support for >8 bit depth in ppsrcPaul B Mahol2018-04-29
* avfilter/vf_fieldmatch: switch to activatePaul B Mahol2018-04-29