7036 Commits (0946c0ec177dc48ef0677f890aa42d95e667c417)

Author SHA1 Message Date
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
Clément Bœsch 5a71bce371 lavfi/nlmeans: add AArch64 SIMD for compute_safe_ssd_integral_image 7 years ago
Clément Bœsch 5ba14f4f1a lavfi/nlmeans: use ptrdiff_t for linesizes 7 years ago
Clément Bœsch 26f02c51ce lavfi/nlmeans: add SIMD-friendly assumptions for compute_safe_ssd_integral_image 7 years ago
Clément Bœsch f1248b7795 lavfi/nlmeans: random code shuffling to help compiler 7 years ago
James Almer 08032331ac fate: update fate-sws-pixdesc-query reference file 7 years ago
Paul B Mahol 72b29c02f4 avfilter/drawutils: support gray14 7 years ago
Paul B Mahol 41ebbae9dd avfilter/vf_extractplanes: add support for extracting planes with 14 depth 7 years ago
Paul B Mahol 20a3c4f606 avfilter: forward status back in some filters that missed it 7 years ago
Paul B Mahol ac86011b1f avfilter/af_amerge: port to activate API 7 years ago
Paul B Mahol 0f4ca420bc avfilter/vf_colorchannelmixer: add planar rgb support 7 years ago