aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* frei0r: handle string paramsRaphael Graf2018-08-301-0/+6
* lavfi/avf_concat: switch to activate.Nicolas George2018-08-261-78/+78
* avfilter/buffersrc.h: fix typo of the commentSteven Liu2018-08-211-1/+1
* lavfi: fix can't dispaly "slice" sub-option in "ffmpeg -h full"Jun Zhao2018-08-161-1/+1
* avfilter/vf_hue: 10bit supportMichael Niedermayer2018-08-161-11/+92
* lavfi/vf_colorconstancy: cosmetic updateMina2018-08-141-7/+7
* lavfi/vf_colorconstancy: change option rangesMina2018-08-141-3/+3
* libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h.Sergey Lavrushkin2018-08-142-2/+4
* libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions.Sergey Lavrushkin2018-08-141-86/+48
* libavfilter/dnn_backend_tf.c: Fixes ff_dnn_free_model_tf.Sergey Lavrushkin2018-08-141-1/+3
* lavfi: add erosion_opencl, dilation_opencl filtersDanil Iashchenko2018-08-125-0/+412
* 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