summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/vf_libvmaf: update to use libvmaf v1.3.9Kyle Swanson2018-08-101-1/+8
* lavfi/selectivecolor: fix neutral color filteringClément Bœsch2018-08-091-1/+1
* lavfi/xbr: update filter urlMina2018-08-091-1/+1
* libavfilter: Fixes warnings for unused variables in dnn_srcnn.h, dnn_espcn.h,...Sergey Lavrushkin2018-08-073-74/+64
* libavfilter: Code style fixes for pointers in DNN module and sr filter.Sergey Lavrushkin2018-08-079-150/+150
* libavfilter: Adds on the fly generation of default DNN models for tensorflow ...Sergey Lavrushkin2018-08-075-17559/+7742
* vf_tonemap: Update hdr metadata with the new peak valueVittorio Giovara2018-08-061-0/+2
* vf_tonemap_opencl: Move update_metadata() to a shared fileVittorio Giovara2018-08-063-18/+19
* vf_tonemap[_opencl]: Move determine_signal_peak() to a shared fileVittorio Giovara2018-08-065-63/+40
* vf_tonemap: Fix logic for detecting the maximum peak of untagged sourcesVittorio Giovara2018-08-061-3/+3
* lavfi/nlmeans: fix aarch64 assembly with clangJan Ekström2018-07-281-2/+2
* avfilter: Add colorconstancy filterMina2018-07-233-0/+760
* lavfi/af_afir,af_aiir: Remove a variable that is always -1.Carl Eugen Hoyos2018-07-192-4/+4
* Update Changelog for lensfun addition and bump minorPaul B Mahol2018-07-151-1/+1
* Add lensfun filterStephen Seo2018-07-153-0/+550
* avfilter/drawtext: fix box sizingGyan Doshi2018-07-131-2/+2
* lavfi/convolution_opencl: use CL_FAIL_ON_ERROR for error handlingDanil Iashchenko2018-07-121-35/+11
* lavfi/avgblur_opencl: fix using uninitialized valueDanil Iashchenko2018-07-111-4/+4
* lavfi/vf_avgblur_opencl: remove useless clFinish().Ruiling Song2018-07-111-1/+0
* 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
OpenPOWER on IntegriCloud