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
*
avfilter/tests/integral: Remove unused variables
Michael Niedermayer
2016-09-24
1
-2
/
+0
*
lavfi: add nlmeans filter
Clément Bœsch
2016-09-24
5
-2
/
+647
*
avfilter/drawutils: allow drawing opaque text on transparent background
Paul B Mahol
2016-09-21
3
-5
/
+12
*
vf_colorspace: Interpret unspecified color range as limited range
Vittorio Giovara
2016-09-19
1
-3
/
+7
*
avfilter/vf_overlay: add YUVA422P to alpha_pix_fmts
Paul B Mahol
2016-09-17
1
-1
/
+1
*
avfilter/vf_overlay: support J formats too
Paul B Mahol
2016-09-17
1
-3
/
+3
*
avfilter/vf_unsharp: limit matrix size in either direction to 23
Paul B Mahol
2016-09-17
1
-1
/
+1
*
avfilter/vf_unsharp: check if scalebits is too high
Paul B Mahol
2016-09-17
1
-0
/
+4
*
avfilter/vf_lut2: also export video input bit depth
Paul B Mahol
2016-09-16
1
-0
/
+6
*
vf_colorspace: Add modern names for color range option
Vittorio Giovara
2016-09-14
1
-0
/
+2
*
avfilter/af_amerge: allow merging 1 input only
Marton Balint
2016-09-13
1
-1
/
+1
*
vf_colorspace: Add BT-names for gamma22/28 transfer option
Vittorio Giovara
2016-09-13
1
-0
/
+2
*
avfilter/vf_convolution: add slice threading support
Paul B Mahol
2016-09-12
1
-63
/
+158
*
avfilter: add sobel and prewitt filter
Paul B Mahol
2016-09-12
4
-30
/
+310
*
avfilter/vf_vaguedenoiser: calculate dimensions at init
Paul B Mahol
2016-09-12
1
-19
/
+21
*
avfilter/vf_vaguedenoiser: change thresholding to function pointers
Paul B Mahol
2016-09-12
1
-8
/
+27
*
avfilter/vf_overlay: inline yuv output formats
Paul B Mahol
2016-09-11
1
-104
/
+147
*
avfilter/vf_overlay: split blend_image into functions for each overlay format
Paul B Mahol
2016-09-11
1
-166
/
+186
*
avfilter/avf_concat: Make independent of the channel layout
Michael Niedermayer
2016-09-10
1
-2
/
+1
*
avfilter/af_amix: use ff_all_channel_counts() instead of ff_all_channel_layou...
Paul B Mahol
2016-09-10
1
-1
/
+1
*
avfilter/vf_histogram: set foreground alpha if possible in destination format
Paul B Mahol
2016-09-10
1
-2
/
+4
*
avfilter/vf_datascope: cleanup code a little
Paul B Mahol
2016-09-09
1
-34
/
+56
*
avfilter/vf_weave: do not leak unused frame
Paul B Mahol
2016-09-09
1
-0
/
+8
*
af_hdcd: fix bounds check in hdcd_envelope()
Burt P
2016-09-08
1
-2
/
+5
*
avfilter/vf_datascope: let user change background opacity
Paul B Mahol
2016-09-09
1
-3
/
+4
*
avfilter/vf_shuffleframes: unbreak filter
Paul B Mahol
2016-09-08
1
-5
/
+10
*
avfilter/vf_waveform: make possible to change background opacity
Paul B Mahol
2016-09-07
1
-8
/
+17
*
af_hdcd: hdcd_analyze_gen() using int instead of float
Burt P
2016-09-07
1
-5
/
+4
*
af_hdcd: tweak hdcd_analyze_prepare() a bit
Burt P
2016-09-07
1
-3
/
+6
*
af_hdcd: move decoding setup from init to config_input
Burt P
2016-09-07
1
-19
/
+21
*
af_hdcd: fix possible integer overflow
Burt P
2016-09-07
1
-5
/
+4
*
af_hdcd: some types renamed to remove _t
Burt P
2016-09-07
1
-29
/
+29
*
avfilter/vf_paletteuse: add option to use new palette for each output frame
Paul B Mahol
2016-09-07
1
-1
/
+12
*
avfilter/vf_palettegen: add mode for generating palette for each input frame
Paul B Mahol
2016-09-07
1
-4
/
+21
*
avfilter: add avgblur filter
Paul B Mahol
2016-09-07
4
-1
/
+329
*
avfilter/fifo: Make independent of the channel layout
Michael Niedermayer
2016-09-06
1
-3
/
+3
*
avfilter/af_atempo: Make independent of the channel layout
Michael Niedermayer
2016-09-06
1
-2
/
+1
*
avfilter/af_amix: make independent of the channel layout
Michael Niedermayer
2016-09-06
1
-1
/
+1
*
doc/showspectrum*: Change options order to reflect numeric values.
Carl Eugen Hoyos
2016-09-06
1
-5
/
+5
*
avfilter/vf_owdenoise: hight bit-depth support
Paul B Mahol
2016-09-06
1
-8
/
+38
*
avfilter/vf_gblur: add sigmaV option, different vertical filtering
Paul B Mahol
2016-09-04
1
-11
/
+26
*
avfilter/Makefile: move anullsrc and nullsink to correct place
Paul B Mahol
2016-09-04
1
-2
/
+3
*
avfilter/vf_bitplanenoise: silence clang warning, do not truncate value
Paul B Mahol
2016-09-04
1
-1
/
+1
*
avfilter: add gblur filter
Paul B Mahol
2016-09-04
4
-1
/
+355
*
vf_colorspace: Allow overriding input color properties
Vittorio Giovara
2016-09-04
1
-5
/
+35
*
avfilter/vf_zscale: make possible to change chroma location
Paul B Mahol
2016-09-02
1
-1
/
+42
*
avfilter/vf_minterpolate: rename chroma log vars
Davinder Singh
2016-09-02
1
-13
/
+9
*
avfilter: add weave filter
Paul B Mahol
2016-09-02
4
-1
/
+146
*
avfilter/vf_psnr: Add max value output option to psnr stats log.
Lucas Cooper
2016-09-01
1
-0
/
+20
*
avfilter/drawutils: honor shift for color component description
Timo Rothenpieler
2016-08-31
1
-1
/
+2
[next]