summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* Adds TensorFlow backend for dnn inference module.Sergey Lavrushkin2018-06-05
* avfilter/drawtext: present 'hms' formatted 'pts' in 24h formatVishwanath Dixit2018-06-04
* avfilter/f_drawgraph: fix drawing of first point for non-first metadata keyPaul B Mahol2018-06-03
* avfilter/vf_zoompan: do not increase VAR_IN twice, also count from 0Paul B Mahol2018-06-03
* avfilter/avf_showspectrum: also show sample rate and channel layoutPaul B Mahol2018-06-03
* avfilter/avf_showspectrum: avoid overwritting textPaul B Mahol2018-06-03
* avfilter/avf_showspectrum: improve axes drawingPaul B Mahol2018-06-03
* avfilter/vf_lut3d: unbreak haldclut with planar rgb formatsPaul B Mahol2018-06-02
* lavfi/Makefile: move dnn_*.o under vf_srcnnJan Ekström2018-06-02
* avfilter: add adeclick and adeclip audio filtersPaul B Mahol2018-06-02
* avfilter: use av_clip_uintp2_c where clip is variableJohn Cox2018-05-31
* avfilter/af_aiir: draw IR frequency responsePaul B Mahol2018-05-30
* avfilter/af_afir: fix picking of IR channelPaul B Mahol2018-05-30
* avfilter/af_afir: draw IR frequency responsePaul B Mahol2018-05-29
* Adds dnn inference module for simple convolutional networks. Reimplements src...Sergey Lavrushkin2018-05-29
* avfilter/vsrc_testsrc: fix a preprocessor checkJames Almer2018-05-18
* avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sourcesTobias Rapp2018-05-18
* avfilter/vf_waveform: add slice threadingPaul B Mahol2018-05-18
* avfilter: add aderivative and aintegral filterPaul B Mahol2018-05-16
* avfilter/vf_lut2: add timeline support to tlut2 filterPaul B Mahol2018-05-14
* avfilter/vf_blend: add timeline support to tblend filterPaul B Mahol2018-05-14
* avfilter/vf_srcnn: use function to get number of threadsPaul B Mahol2018-05-14
* avfilter/vf_amplify: check if array is availabe before using itPaul B Mahol2018-05-14
* avfilter/vf_maskedmerge: add slice threadingPaul B Mahol2018-05-12
* avfilter/vf_deblock: add timeline supportPaul B Mahol2018-05-12
* avfilter: add fftdnoiz filterPaul B Mahol2018-05-10
* lavfi/tests/filtfmts: fix the build warning.Jun Zhao2018-05-10
* avfilter/vf_hwupload_cuda: update supported pix_fmtsTimo Rothenpieler2018-05-10
* lavfi/vf_srcnn: use avio_check instead of accessHendrik Leppkes2018-05-08
* lavfi/swaprect: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFTClément Bœsch2018-05-08
* 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