aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_aiir: draw IR frequency responsePaul B Mahol2018-05-301-13/+253
* avfilter/af_afir: fix picking of IR channelPaul B Mahol2018-05-301-1/+1
* avfilter/af_afir: draw IR frequency responsePaul B Mahol2018-05-292-13/+201
* Adds dnn inference module for simple convolutional networks. Reimplements src...Sergey Lavrushkin2018-05-298-1093/+2678
* avfilter/vsrc_testsrc: fix a preprocessor checkJames Almer2018-05-181-1/+1
* avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sourcesTobias Rapp2018-05-184-2/+110
* avfilter/vf_waveform: add slice threadingPaul B Mahol2018-05-181-244/+549
* avfilter: add aderivative and aintegral filterPaul B Mahol2018-05-164-1/+212
* avfilter/vf_lut2: add timeline support to tlut2 filterPaul B Mahol2018-05-141-9/+18
* avfilter/vf_blend: add timeline support to tblend filterPaul B Mahol2018-05-141-4/+10
* avfilter/vf_srcnn: use function to get number of threadsPaul B Mahol2018-05-141-5/+7
* avfilter/vf_amplify: check if array is availabe before using itPaul B Mahol2018-05-141-2/+4
* avfilter/vf_maskedmerge: add slice threadingPaul B Mahol2018-05-121-17/+50
* avfilter/vf_deblock: add timeline supportPaul B Mahol2018-05-121-0/+1
* avfilter: add fftdnoiz filterPaul B Mahol2018-05-104-2/+698
* lavfi/tests/filtfmts: fix the build warning.Jun Zhao2018-05-101-2/+2
* avfilter/vf_hwupload_cuda: update supported pix_fmtsTimo Rothenpieler2018-05-102-1/+2
* lavfi/vf_srcnn: use avio_check instead of accessHendrik Leppkes2018-05-081-4/+1
* lavfi/swaprect: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-081-10/+10
* lavfi/nlmeans: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-081-2/+2
* lavfi/nlmeans: inline integral patch value functionClément Bœsch2018-05-081-39/+41
* lavfi/nlmeans: use unsigned for the integral patch valueClément Bœsch2018-05-081-8/+8
* lavfi/nlmeans: reorder memory accesses in get_integral_patch_valueClément Bœsch2018-05-081-3/+3
* lavfi/nlmeans: move final weighted averaging out of nlmeans_planeClément Bœsch2018-05-081-11/+22
* lavfi/nlmeans: switch from double to floatClément Bœsch2018-05-081-7/+7
* lavfi/nlmeans: make compute_safe_ssd_integral_image_c fasterClément Bœsch2018-05-081-10/+17
* lavfi/nlmeans: add AArch64 SIMD for compute_safe_ssd_integral_imageClément Bœsch2018-05-086-8/+175
* lavfi/nlmeans: use ptrdiff_t for linesizesClément Bœsch2018-05-081-13/+13
* lavfi/nlmeans: add SIMD-friendly assumptions for compute_safe_ssd_integral_imageClément Bœsch2018-05-081-7/+18
* lavfi/nlmeans: random code shuffling to help compilerClément Bœsch2018-05-081-4/+4
* fate: update fate-sws-pixdesc-query reference fileJames Almer2018-05-051-1/+3
* avfilter/drawutils: support gray14Paul B Mahol2018-05-051-1/+2
* avfilter/vf_extractplanes: add support for extracting planes with 14 depthPaul B Mahol2018-05-051-0/+6
* avfilter: forward status back in some filters that missed itPaul B Mahol2018-05-053-0/+6
* avfilter/af_amerge: port to activate APIPaul B Mahol2018-05-051-77/+69
* avfilter/vf_colorchannelmixer: add planar rgb supportPaul B Mahol2018-05-051-19/+221
* avfilter/vf_colorchannelmixer: refactor codePaul B Mahol2018-05-051-151/+49
* avfilter/vf_colorbalance: fix off by one overflowPaul B Mahol2018-05-051-1/+1
* avfilter/vf_colorchannelmixer: add slice threadingPaul B Mahol2018-05-051-163/+270
* avfilter/vf_colorbalance: add slice threadingPaul B Mahol2018-05-051-32/+66
* avfilter/vf_colorbalance: add planar rgb supportPaul B Mahol2018-05-051-1/+78
* avfilter/vf_convolution: use already available dstridePaul B Mahol2018-05-051-1/+1
* avfilter/vf_colorbalance: add 16bit depth supportPaul B Mahol2018-05-051-45/+100
* avfilter/vf_libvmaf: the libvmaf filter tried to join on an invalid thread idKevin Wheatley2018-05-041-1/+8
* avfilter/vf_lut3d: fix typoPaul B Mahol2018-05-041-1/+1
* avfilter/vf_edgedetect: add more formats support to canny modePaul B Mahol2018-05-041-20/+28
* avfilter/vf_edgedetect: add planes optionPaul B Mahol2018-05-041-0/+25
* avfilter/vf_edgedetect: add canny modePaul B Mahol2018-05-041-0/+5
* avfilter/vf_convolution: add column/vertical modePaul B Mahol2018-05-041-45/+142
* avfilter/vf_lut3d: add planar rgb supportPaul B Mahol2018-05-041-4/+112