summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/opencl: add macro for opencl error handling.Ruiling Song2018-07-116-137/+48
* lavfi/minterpolate: fix blending calc issue.Jun Zhao2018-07-081-2/+2
* avfilter/setpts: add FR shorthand for FRAME_RATEGyan Doshi2018-07-071-1/+4
* lavfi/weave: Refactor two near-identical clauses.Shlomi Fish2018-07-041-19/+13
* lavfi: add sobel, prewitt, roberts filtersDanil Iashchenko2018-07-034-46/+280
* libavfilter: vf_sr.c remove warningsPedro Arthur2018-07-021-3/+3
* Adds ESPCN super resolution filter merged with SRCNN filter.Sergey Lavrushkin2018-07-029-375/+13245
* lavfi/colorspace: Add namespace prefix to global functionsMark Thompson2018-06-284-25/+28
* lavfi/vf_tonemap_opencl: Mark local tables staticMark Thompson2018-06-251-7/+7
* lavfi/framesync: Add namespace prefix to framesync_get_classMark Thompson2018-06-242-4/+4
* lavfi: make vf_colorspace use functions from colorspace.cRuiling Song2018-06-212-97/+23
* lavfi: add opencl tonemap filterRuiling Song2018-06-218-0/+1252
* lavfi: Add boxblur_opencl filterDanil Iashchenko2018-06-216-209/+372
* libavfilter/opencl: Add macro for setting opencl kernel argumentsDanil Iashchenko2018-06-174-113/+46
* lavfi/graphdump: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* lavfi/af_amerge: Replace the number by macro for bprint initJun Zhao2018-06-171-1/+1
* lavfi/atempo: raise max tempo limit (v2)Pavel Koshevoy2018-06-141-3/+3
* libavfilter/dnn_interface.c: fix av_freep dnn_module.Sergey Lavrushkin2018-06-081-1/+1
* libavfilter/vf_srcnn.c: adds DNN module backend AVOption, changes AV_LOG_INFO...Sergey Lavrushkin2018-06-081-14/+11
* lavfi/opencl: remove redundant header.Jun Zhao2018-06-071-3/+0
* Adds TensorFlow backend for dnn inference module.Sergey Lavrushkin2018-06-057-7/+3254
* avfilter/drawtext: present 'hms' formatted 'pts' in 24h formatVishwanath Dixit2018-06-041-0/+8
* avfilter/f_drawgraph: fix drawing of first point for non-first metadata keyPaul B Mahol2018-06-031-6/+6
* avfilter/vf_zoompan: do not increase VAR_IN twice, also count from 0Paul B Mahol2018-06-031-3/+3
* avfilter/avf_showspectrum: also show sample rate and channel layoutPaul B Mahol2018-06-031-0/+10
* avfilter/avf_showspectrum: avoid overwritting textPaul B Mahol2018-06-031-1/+1
* avfilter/avf_showspectrum: improve axes drawingPaul B Mahol2018-06-031-3/+4
* avfilter/vf_lut3d: unbreak haldclut with planar rgb formatsPaul B Mahol2018-06-021-13/+59
* lavfi/Makefile: move dnn_*.o under vf_srcnnJan Ekström2018-06-021-3/+1
* avfilter: add adeclick and adeclip audio filtersPaul B Mahol2018-06-024-1/+758
* avfilter: use av_clip_uintp2_c where clip is variableJohn Cox2018-05-313-11/+11
* 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
OpenPOWER on IntegriCloud