7046 Commits (27662ed681cbc74e9492cecf86ead8946679fd23)

Author SHA1 Message Date
Mark Thompson 46fb150a81 lavfi/colorspace: Add namespace prefix to global functions 7 years ago
Mark Thompson bd02b2c05d lavfi/vf_tonemap_opencl: Mark local tables static 7 years ago
Mark Thompson d4d29052c3 lavfi/framesync: Add namespace prefix to framesync_get_class 7 years ago
Ruiling Song 649d7ca477 lavfi: make vf_colorspace use functions from colorspace.c 7 years ago
Ruiling Song 8b8b0e2cd2 lavfi: add opencl tonemap filter 7 years ago
Danil Iashchenko 714da1fd89 lavfi: Add boxblur_opencl filter 7 years ago
Danil Iashchenko b41b6b3234 libavfilter/opencl: Add macro for setting opencl kernel arguments 7 years ago
Jun Zhao 483532bc72 lavfi/graphdump: Replace the number by macro for bprint init 7 years ago
Jun Zhao 9809ac98bd lavfi/af_amerge: Replace the number by macro for bprint init 7 years ago
Pavel Koshevoy 29cddc99cd lavfi/atempo: raise max tempo limit (v2) 7 years ago
Sergey Lavrushkin 648361c2fa libavfilter/dnn_interface.c: fix av_freep dnn_module. 7 years ago
Sergey Lavrushkin d29c35b4d8 libavfilter/vf_srcnn.c: adds DNN module backend AVOption, changes AV_LOG_INFO message to AV_LOG_VERBOSE. 7 years ago
Jun Zhao 3161df5b0c lavfi/opencl: remove redundant header. 7 years ago
Sergey Lavrushkin d8c0bbb0aa Adds TensorFlow backend for dnn inference module. 7 years ago
Vishwanath Dixit 37abfe8c2d avfilter/drawtext: present 'hms' formatted 'pts' in 24h format 7 years ago
Paul B Mahol 29e0879b29 avfilter/f_drawgraph: fix drawing of first point for non-first metadata key 7 years ago
Paul B Mahol 9832885386 avfilter/vf_zoompan: do not increase VAR_IN twice, also count from 0 7 years ago
Paul B Mahol 49eda27c6e avfilter/avf_showspectrum: also show sample rate and channel layout 7 years ago
Paul B Mahol 9add1786ad avfilter/avf_showspectrum: avoid overwritting text 7 years ago
Paul B Mahol d0bf1aa3c5 avfilter/avf_showspectrum: improve axes drawing 7 years ago
Paul B Mahol af31084399 avfilter/vf_lut3d: unbreak haldclut with planar rgb formats 7 years ago
Jan Ekström 76daf4529b lavfi/Makefile: move dnn_*.o under vf_srcnn 7 years ago
Paul B Mahol e28b1fa6e9 avfilter: add adeclick and adeclip audio filters 7 years ago
John Cox 8d4fc2ea06 avfilter: use av_clip_uintp2_c where clip is variable 7 years ago
Paul B Mahol 1aa5192451 avfilter/af_aiir: draw IR frequency response 7 years ago
Paul B Mahol d0e740b8fb avfilter/af_afir: fix picking of IR channel 7 years ago
Paul B Mahol 73438dbbbc avfilter/af_afir: draw IR frequency response 7 years ago
Sergey Lavrushkin bdf1bbdbb4 Adds dnn inference module for simple convolutional networks. Reimplements srcnn filter based on it. 7 years ago
James Almer 79126ce80e avfilter/vsrc_testsrc: fix a preprocessor check 7 years ago
Tobias Rapp eb28b5ec8a avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sources 7 years ago
Paul B Mahol e9dd5b4f5e avfilter/vf_waveform: add slice threading 7 years ago
Paul B Mahol 4e816b5491 avfilter: add aderivative and aintegral filter 7 years ago
Paul B Mahol 2bde38c0ab avfilter/vf_lut2: add timeline support to tlut2 filter 7 years ago
Paul B Mahol a27cab9eca avfilter/vf_blend: add timeline support to tblend filter 7 years ago
Paul B Mahol 80b474875e avfilter/vf_srcnn: use function to get number of threads 7 years ago
Paul B Mahol e3a697eda3 avfilter/vf_amplify: check if array is availabe before using it 7 years ago
Paul B Mahol 1c2e5fc454 avfilter/vf_maskedmerge: add slice threading 7 years ago
Paul B Mahol 9b6f8fb25d avfilter/vf_deblock: add timeline support 7 years ago
Paul B Mahol 974eb4aaaa avfilter: add fftdnoiz filter 7 years ago
Jun Zhao 74a7ddd985 lavfi/tests/filtfmts: fix the build warning. 7 years ago
Timo Rothenpieler 1c15d26615 avfilter/vf_hwupload_cuda: update supported pix_fmts 7 years ago
Hendrik Leppkes 8007a86363 lavfi/vf_srcnn: use avio_check instead of access 7 years ago
Clément Bœsch 1eb4e731fc lavfi/swaprect: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFT 7 years ago
Clément Bœsch 8d6354aa82 lavfi/nlmeans: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFT 7 years ago
Clément Bœsch e6114d21ac lavfi/nlmeans: inline integral patch value function 7 years ago
Clément Bœsch 4278f79ef6 lavfi/nlmeans: use unsigned for the integral patch value 7 years ago
Clément Bœsch de956198a9 lavfi/nlmeans: reorder memory accesses in get_integral_patch_value 7 years ago
Clément Bœsch 34e1e53e28 lavfi/nlmeans: move final weighted averaging out of nlmeans_plane 7 years ago
Clément Bœsch 667503ef68 lavfi/nlmeans: switch from double to float 7 years ago
Clément Bœsch 43d16aef63 lavfi/nlmeans: make compute_safe_ssd_integral_image_c faster 7 years ago