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/atempo: raise max tempo limit (v2)
Pavel Koshevoy
2018-06-14
1
-3
/
+3
*
libavfilter/dnn_interface.c: fix av_freep dnn_module.
Sergey Lavrushkin
2018-06-08
1
-1
/
+1
*
libavfilter/vf_srcnn.c: adds DNN module backend AVOption, changes AV_LOG_INFO...
Sergey Lavrushkin
2018-06-08
1
-14
/
+11
*
lavfi/opencl: remove redundant header.
Jun Zhao
2018-06-07
1
-3
/
+0
*
Adds TensorFlow backend for dnn inference module.
Sergey Lavrushkin
2018-06-05
7
-7
/
+3254
*
avfilter/drawtext: present 'hms' formatted 'pts' in 24h format
Vishwanath Dixit
2018-06-04
1
-0
/
+8
*
avfilter/f_drawgraph: fix drawing of first point for non-first metadata key
Paul B Mahol
2018-06-03
1
-6
/
+6
*
avfilter/vf_zoompan: do not increase VAR_IN twice, also count from 0
Paul B Mahol
2018-06-03
1
-3
/
+3
*
avfilter/avf_showspectrum: also show sample rate and channel layout
Paul B Mahol
2018-06-03
1
-0
/
+10
*
avfilter/avf_showspectrum: avoid overwritting text
Paul B Mahol
2018-06-03
1
-1
/
+1
*
avfilter/avf_showspectrum: improve axes drawing
Paul B Mahol
2018-06-03
1
-3
/
+4
*
avfilter/vf_lut3d: unbreak haldclut with planar rgb formats
Paul B Mahol
2018-06-02
1
-13
/
+59
*
lavfi/Makefile: move dnn_*.o under vf_srcnn
Jan Ekström
2018-06-02
1
-3
/
+1
*
avfilter: add adeclick and adeclip audio filters
Paul B Mahol
2018-06-02
4
-1
/
+758
*
avfilter: use av_clip_uintp2_c where clip is variable
John Cox
2018-05-31
3
-11
/
+11
*
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
[next]