index
:
ffmpeg
master
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Adds SRCNN filter.
Sergey Lavrushkin
2018-05-04
4
-0
/
+1277
*
avfilter/vf_amplify: add more options for finer filtering
Paul B Mahol
2018-05-04
1
-8
/
+27
*
avfilter/drawutils: add support for full range
Paul B Mahol
2018-05-03
2
-3
/
+9
*
avfilter/vf_neighbor: add >8 depth suppport
Paul B Mahol
2018-05-03
1
-24
/
+118
*
avfilter/vf_convolution: unbreak roberts filter
Paul B Mahol
2018-05-03
1
-4
/
+4
*
avfilter/vf_convolution: add horizontal/row mode
Paul B Mahol
2018-05-03
1
-25
/
+99
*
avfilter/vf_overlay: exclude nv12/nv21 formats from x86 asm check
Paul B Mahol
2018-05-03
3
-3
/
+7
*
avfilter/vf_convolution: rewrite so it doesn't use temp buffers
Paul B Mahol
2018-05-03
1
-708
/
+261
[next]