index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavfilter
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
avfilter/vf_overlay: add x86 SIMD
Paul B Mahol
2018-05-02
5
-56
/
+313
*
avfilter/af_biquads: add slice threading
Paul B Mahol
2018-05-01
1
-15
/
+37
*
avfilter/af_biquads: change clipping detection from global to channel
Paul B Mahol
2018-05-01
1
-13
/
+17
*
avfilter/vf_neighbor: add slice threading
Paul B Mahol
2018-05-01
1
-16
/
+38
*
avfilter/vf_neighbor: simplify code little
Paul B Mahol
2018-05-01
1
-34
/
+32
*
avfilter/vf_neighbor: rewrite without using temp memory
Paul B Mahol
2018-05-01
1
-46
/
+24
*
Use AV_PIX_FMT_FLAG_ALPHA for detecting transparency where nb_components was ...
Marton Balint
2018-04-30
1
-0
/
+1
*
avfilter/vf_mix: initialize last to silence possible warning
Paul B Mahol
2018-04-30
1
-1
/
+1
*
avfilter/vf_mix: make setting weights more user friendly
Paul B Mahol
2018-04-29
1
-1
/
+6
*
avfilter/vf_fieldmatch: add support for >8 bit depth in ppsrc
Paul B Mahol
2018-04-29
1
-4
/
+44
*
avfilter/vf_fieldmatch: switch to activate
Paul B Mahol
2018-04-29
1
-27
/
+46
*
avfilter: add amplify filter
Paul B Mahol
2018-04-29
4
-1
/
+293
*
avfilter/vf_overlay: use slice_end in alpha_composite()
Paul B Mahol
2018-04-29
1
-1
/
+1
*
avfilter/vf_fieldmatch: use correct subsamplings for y0a, y1a and startx
Paul B Mahol
2018-04-28
1
-3
/
+3
*
avfilter/vf_overlay: add slice threading
Paul B Mahol
2018-04-28
1
-91
/
+191
*
avfilter/vf_convolution: make rdiv set to 0 more useful
Paul B Mahol
2018-04-28
1
-4
/
+11
*
avfilter/vf_mix: use correct linesizes
Paul B Mahol
2018-04-27
1
-2
/
+2
*
avfilter/vf_shuffleplanes: add support for timeline
Paul B Mahol
2018-04-27
1
-2
/
+1
[next]