| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_aiir: draw IR frequency response | Paul B Mahol | 2018-05-30 | 1 | -13/+253 |
* | avfilter/af_afir: fix picking of IR channel | Paul B Mahol | 2018-05-30 | 1 | -1/+1 |
* | avfilter/af_afir: draw IR frequency response | Paul B Mahol | 2018-05-29 | 2 | -13/+201 |
* | Adds dnn inference module for simple convolutional networks. Reimplements src... | Sergey Lavrushkin | 2018-05-29 | 8 | -1093/+2678 |
* | avfilter/vsrc_testsrc: fix a preprocessor check | James Almer | 2018-05-18 | 1 | -1/+1 |
* | avfilter/vsrc_testsrc: add pal75bars and pal100bars video filter sources | Tobias Rapp | 2018-05-18 | 4 | -2/+110 |
* | avfilter/vf_waveform: add slice threading | Paul B Mahol | 2018-05-18 | 1 | -244/+549 |
* | avfilter: add aderivative and aintegral filter | Paul B Mahol | 2018-05-16 | 4 | -1/+212 |
* | avfilter/vf_lut2: add timeline support to tlut2 filter | Paul B Mahol | 2018-05-14 | 1 | -9/+18 |
* | avfilter/vf_blend: add timeline support to tblend filter | Paul B Mahol | 2018-05-14 | 1 | -4/+10 |
* | avfilter/vf_srcnn: use function to get number of threads | Paul B Mahol | 2018-05-14 | 1 | -5/+7 |
* | avfilter/vf_amplify: check if array is availabe before using it | Paul B Mahol | 2018-05-14 | 1 | -2/+4 |
* | avfilter/vf_maskedmerge: add slice threading | Paul B Mahol | 2018-05-12 | 1 | -17/+50 |
* | avfilter/vf_deblock: add timeline support | Paul B Mahol | 2018-05-12 | 1 | -0/+1 |
* | avfilter: add fftdnoiz filter | Paul B Mahol | 2018-05-10 | 4 | -2/+698 |
* | lavfi/tests/filtfmts: fix the build warning. | Jun Zhao | 2018-05-10 | 1 | -2/+2 |
* | avfilter/vf_hwupload_cuda: update supported pix_fmts | Timo Rothenpieler | 2018-05-10 | 2 | -1/+2 |
* | lavfi/vf_srcnn: use avio_check instead of access | Hendrik Leppkes | 2018-05-08 | 1 | -4/+1 |
* | lavfi/swaprect: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFT | Clément Bœsch | 2018-05-08 | 1 | -10/+10 |
* | lavfi/nlmeans: use AV_CEIL_RSHIFT instead of deprecated FF_CEIL_RSHIFT | Clément Bœsch | 2018-05-08 | 1 | -2/+2 |
* | lavfi/nlmeans: inline integral patch value function | Clément Bœsch | 2018-05-08 | 1 | -39/+41 |
* | lavfi/nlmeans: use unsigned for the integral patch value | Clément Bœsch | 2018-05-08 | 1 | -8/+8 |
* | lavfi/nlmeans: reorder memory accesses in get_integral_patch_value | Clément Bœsch | 2018-05-08 | 1 | -3/+3 |
* | lavfi/nlmeans: move final weighted averaging out of nlmeans_plane | Clément Bœsch | 2018-05-08 | 1 | -11/+22 |
* | lavfi/nlmeans: switch from double to float | Clément Bœsch | 2018-05-08 | 1 | -7/+7 |
* | lavfi/nlmeans: make compute_safe_ssd_integral_image_c faster | Clément Bœsch | 2018-05-08 | 1 | -10/+17 |
* | lavfi/nlmeans: add AArch64 SIMD for compute_safe_ssd_integral_image | Clément Bœsch | 2018-05-08 | 6 | -8/+175 |
* | lavfi/nlmeans: use ptrdiff_t for linesizes | Clément Bœsch | 2018-05-08 | 1 | -13/+13 |
* | lavfi/nlmeans: add SIMD-friendly assumptions for compute_safe_ssd_integral_image | Clément Bœsch | 2018-05-08 | 1 | -7/+18 |
* | lavfi/nlmeans: random code shuffling to help compiler | Clément Bœsch | 2018-05-08 | 1 | -4/+4 |
* | fate: update fate-sws-pixdesc-query reference file | James Almer | 2018-05-05 | 1 | -1/+3 |
* | avfilter/drawutils: support gray14 | Paul B Mahol | 2018-05-05 | 1 | -1/+2 |
* | avfilter/vf_extractplanes: add support for extracting planes with 14 depth | Paul B Mahol | 2018-05-05 | 1 | -0/+6 |
* | avfilter: forward status back in some filters that missed it | Paul B Mahol | 2018-05-05 | 3 | -0/+6 |
* | avfilter/af_amerge: port to activate API | Paul B Mahol | 2018-05-05 | 1 | -77/+69 |
* | avfilter/vf_colorchannelmixer: add planar rgb support | Paul B Mahol | 2018-05-05 | 1 | -19/+221 |
* | avfilter/vf_colorchannelmixer: refactor code | Paul B Mahol | 2018-05-05 | 1 | -151/+49 |
* | avfilter/vf_colorbalance: fix off by one overflow | Paul B Mahol | 2018-05-05 | 1 | -1/+1 |
* | avfilter/vf_colorchannelmixer: add slice threading | Paul B Mahol | 2018-05-05 | 1 | -163/+270 |
* | avfilter/vf_colorbalance: add slice threading | Paul B Mahol | 2018-05-05 | 1 | -32/+66 |
* | avfilter/vf_colorbalance: add planar rgb support | Paul B Mahol | 2018-05-05 | 1 | -1/+78 |
* | avfilter/vf_convolution: use already available dstride | Paul B Mahol | 2018-05-05 | 1 | -1/+1 |
* | avfilter/vf_colorbalance: add 16bit depth support | Paul B Mahol | 2018-05-05 | 1 | -45/+100 |
* | avfilter/vf_libvmaf: the libvmaf filter tried to join on an invalid thread id | Kevin Wheatley | 2018-05-04 | 1 | -1/+8 |
* | avfilter/vf_lut3d: fix typo | Paul B Mahol | 2018-05-04 | 1 | -1/+1 |
* | avfilter/vf_edgedetect: add more formats support to canny mode | Paul B Mahol | 2018-05-04 | 1 | -20/+28 |
* | avfilter/vf_edgedetect: add planes option | Paul B Mahol | 2018-05-04 | 1 | -0/+25 |
* | avfilter/vf_edgedetect: add canny mode | Paul B Mahol | 2018-05-04 | 1 | -0/+5 |
* | avfilter/vf_convolution: add column/vertical mode | Paul B Mahol | 2018-05-04 | 1 | -45/+142 |
* | avfilter/vf_lut3d: add planar rgb support | Paul B Mahol | 2018-05-04 | 1 | -4/+112 |