| Commit message (Expand) | Author | Age | Files | Lines |
* | frei0r: handle string params | Raphael Graf | 2018-08-30 | 1 | -0/+6 |
* | lavfi/avf_concat: switch to activate. | Nicolas George | 2018-08-26 | 1 | -78/+78 |
* | avfilter/buffersrc.h: fix typo of the comment | Steven Liu | 2018-08-21 | 1 | -1/+1 |
* | lavfi: fix can't dispaly "slice" sub-option in "ffmpeg -h full" | Jun Zhao | 2018-08-16 | 1 | -1/+1 |
* | avfilter/vf_hue: 10bit support | Michael Niedermayer | 2018-08-16 | 1 | -11/+92 |
* | lavfi/vf_colorconstancy: cosmetic update | Mina | 2018-08-14 | 1 | -7/+7 |
* | lavfi/vf_colorconstancy: change option ranges | Mina | 2018-08-14 | 1 | -3/+3 |
* | libavfilter: Adds proper file descriptions to dnn_srcnn.h and dnn_espcn.h. | Sergey Lavrushkin | 2018-08-14 | 2 | -2/+4 |
* | libavfilter/vf_sr.c: Removes uint8 -> float and float -> uint8 conversions. | Sergey Lavrushkin | 2018-08-14 | 1 | -86/+48 |
* | libavfilter/dnn_backend_tf.c: Fixes ff_dnn_free_model_tf. | Sergey Lavrushkin | 2018-08-14 | 1 | -1/+3 |
* | lavfi: add erosion_opencl, dilation_opencl filters | Danil Iashchenko | 2018-08-12 | 5 | -0/+412 |
* | lavfi/vf_libvmaf: update to use libvmaf v1.3.9 | Kyle Swanson | 2018-08-10 | 1 | -1/+8 |
* | lavfi/selectivecolor: fix neutral color filtering | Clément Bœsch | 2018-08-09 | 1 | -1/+1 |
* | lavfi/xbr: update filter url | Mina | 2018-08-09 | 1 | -1/+1 |
* | libavfilter: Fixes warnings for unused variables in dnn_srcnn.h, dnn_espcn.h,... | Sergey Lavrushkin | 2018-08-07 | 3 | -74/+64 |
* | libavfilter: Code style fixes for pointers in DNN module and sr filter. | Sergey Lavrushkin | 2018-08-07 | 9 | -150/+150 |
* | libavfilter: Adds on the fly generation of default DNN models for tensorflow ... | Sergey Lavrushkin | 2018-08-07 | 5 | -17559/+7742 |
* | vf_tonemap: Update hdr metadata with the new peak value | Vittorio Giovara | 2018-08-06 | 1 | -0/+2 |
* | vf_tonemap_opencl: Move update_metadata() to a shared file | Vittorio Giovara | 2018-08-06 | 3 | -18/+19 |
* | vf_tonemap[_opencl]: Move determine_signal_peak() to a shared file | Vittorio Giovara | 2018-08-06 | 5 | -63/+40 |
* | vf_tonemap: Fix logic for detecting the maximum peak of untagged sources | Vittorio Giovara | 2018-08-06 | 1 | -3/+3 |
* | lavfi/nlmeans: fix aarch64 assembly with clang | Jan Ekström | 2018-07-28 | 1 | -2/+2 |
* | avfilter: Add colorconstancy filter | Mina | 2018-07-23 | 3 | -0/+760 |
* | lavfi/af_afir,af_aiir: Remove a variable that is always -1. | Carl Eugen Hoyos | 2018-07-19 | 2 | -4/+4 |
* | Update Changelog for lensfun addition and bump minor | Paul B Mahol | 2018-07-15 | 1 | -1/+1 |
* | Add lensfun filter | Stephen Seo | 2018-07-15 | 3 | -0/+550 |
* | avfilter/drawtext: fix box sizing | Gyan Doshi | 2018-07-13 | 1 | -2/+2 |
* | lavfi/convolution_opencl: use CL_FAIL_ON_ERROR for error handling | Danil Iashchenko | 2018-07-12 | 1 | -35/+11 |
* | lavfi/avgblur_opencl: fix using uninitialized value | Danil Iashchenko | 2018-07-11 | 1 | -4/+4 |
* | lavfi/vf_avgblur_opencl: remove useless clFinish(). | Ruiling Song | 2018-07-11 | 1 | -1/+0 |
* | lavfi/opencl: add macro for opencl error handling. | Ruiling Song | 2018-07-11 | 6 | -137/+48 |
* | lavfi/minterpolate: fix blending calc issue. | Jun Zhao | 2018-07-08 | 1 | -2/+2 |
* | avfilter/setpts: add FR shorthand for FRAME_RATE | Gyan Doshi | 2018-07-07 | 1 | -1/+4 |
* | lavfi/weave: Refactor two near-identical clauses. | Shlomi Fish | 2018-07-04 | 1 | -19/+13 |
* | lavfi: add sobel, prewitt, roberts filters | Danil Iashchenko | 2018-07-03 | 4 | -46/+280 |
* | libavfilter: vf_sr.c remove warnings | Pedro Arthur | 2018-07-02 | 1 | -3/+3 |
* | Adds ESPCN super resolution filter merged with SRCNN filter. | Sergey Lavrushkin | 2018-07-02 | 9 | -375/+13245 |
* | lavfi/colorspace: Add namespace prefix to global functions | Mark Thompson | 2018-06-28 | 4 | -25/+28 |
* | lavfi/vf_tonemap_opencl: Mark local tables static | Mark Thompson | 2018-06-25 | 1 | -7/+7 |
* | lavfi/framesync: Add namespace prefix to framesync_get_class | Mark Thompson | 2018-06-24 | 2 | -4/+4 |
* | lavfi: make vf_colorspace use functions from colorspace.c | Ruiling Song | 2018-06-21 | 2 | -97/+23 |
* | lavfi: add opencl tonemap filter | Ruiling Song | 2018-06-21 | 8 | -0/+1252 |
* | lavfi: Add boxblur_opencl filter | Danil Iashchenko | 2018-06-21 | 6 | -209/+372 |
* | libavfilter/opencl: Add macro for setting opencl kernel arguments | Danil Iashchenko | 2018-06-17 | 4 | -113/+46 |
* | lavfi/graphdump: Replace the number by macro for bprint init | Jun Zhao | 2018-06-17 | 1 | -1/+1 |
* | lavfi/af_amerge: Replace the number by macro for bprint init | Jun Zhao | 2018-06-17 | 1 | -1/+1 |
* | lavfi/atempo: raise max tempo limit (v2) | Pavel Koshevoy | 2018-06-14 | 1 | -3/+3 |
* | libavfilter/dnn_interface.c: fix av_freep dnn_module. | Sergey Lavrushkin | 2018-06-08 | 1 | -1/+1 |
* | libavfilter/vf_srcnn.c: adds DNN module backend AVOption, changes AV_LOG_INFO... | Sergey Lavrushkin | 2018-06-08 | 1 | -14/+11 |
* | lavfi/opencl: remove redundant header. | Jun Zhao | 2018-06-07 | 1 | -3/+0 |