summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* 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
* Adds SRCNN filter.Sergey Lavrushkin2018-05-044-0/+1277
* avfilter/vf_amplify: add more options for finer filteringPaul B Mahol2018-05-041-8/+27
* avfilter/drawutils: add support for full rangePaul B Mahol2018-05-032-3/+9
* avfilter/vf_neighbor: add >8 depth suppportPaul B Mahol2018-05-031-24/+118
* avfilter/vf_convolution: unbreak roberts filterPaul B Mahol2018-05-031-4/+4
* avfilter/vf_convolution: add horizontal/row modePaul B Mahol2018-05-031-25/+99
* avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm checkPaul B Mahol2018-05-033-3/+7
* avfilter/vf_convolution: rewrite so it doesn't use temp buffersPaul B Mahol2018-05-031-708/+261
* avfilter/vf_overlay: add x86 SIMDPaul B Mahol2018-05-025-56/+313
* avfilter/af_biquads: add slice threadingPaul B Mahol2018-05-011-15/+37
* avfilter/af_biquads: change clipping detection from global to channelPaul B Mahol2018-05-011-13/+17
* avfilter/vf_neighbor: add slice threadingPaul B Mahol2018-05-011-16/+38
* avfilter/vf_neighbor: simplify code littlePaul B Mahol2018-05-011-34/+32
* avfilter/vf_neighbor: rewrite without using temp memoryPaul B Mahol2018-05-011-46/+24
* Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...Marton Balint2018-04-301-0/+1
* avfilter/vf_mix: initialize last to silence possible warningPaul B Mahol2018-04-301-1/+1
* avfilter/vf_mix: make setting weights more user friendlyPaul B Mahol2018-04-291-1/+6
* avfilter/vf_fieldmatch: add support for >8 bit depth in ppsrcPaul B Mahol2018-04-291-4/+44
* avfilter/vf_fieldmatch: switch to activatePaul B Mahol2018-04-291-27/+46
* avfilter: add amplify filterPaul B Mahol2018-04-294-1/+293
* avfilter/vf_overlay: use slice_end in alpha_composite()Paul B Mahol2018-04-291-1/+1
* avfilter/vf_fieldmatch: use correct subsamplings for y0a, y1a and startxPaul B Mahol2018-04-281-3/+3
* avfilter/vf_overlay: add slice threadingPaul B Mahol2018-04-281-91/+191
* avfilter/vf_convolution: make rdiv set to 0 more usefulPaul B Mahol2018-04-281-4/+11
* avfilter/vf_mix: use correct linesizesPaul B Mahol2018-04-271-2/+2
* avfilter/vf_shuffleplanes: add support for timelinePaul B Mahol2018-04-271-2/+1
* avfilter/vf_premultiply: add slice threadingPaul B Mahol2018-04-271-17/+50
* avfilter/vf_maskedclamp: silence warningPaul B Mahol2018-04-271-1/+1
OpenPOWER on IntegriCloud