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/scene_sad: Fix funtions typos
Michael Niedermayer
2018-12-18
2
-2
/
+2
*
avfilter/af_apad: add pad_dur and whole_dur options
Paul B Mahol
2018-12-17
1
-2
/
+21
*
lavfi/program_opencl: Do not use format specifier "z" on Windows.
Carl Eugen Hoyos
2018-12-17
1
-1
/
+2
*
lavfi/signalstats: Cast the return value of AV_RN16() to int.
Carl Eugen Hoyos
2018-12-12
1
-3
/
+3
*
avfilter/vf_paletteuse: fix flags for alpha_threshold option
Paul B Mahol
2018-12-11
1
-1
/
+1
*
lavfi/vf_scale_vaapi: add scaling mode setting support.
Jun Zhao
2018-12-10
1
-3
/
+33
*
avfilter/vf_showinfo: allow checksums calculation to be disabled
Paul B Mahol
2018-12-09
1
-16
/
+40
*
lavfi/buffersink: fix abuffersink flag setting issue
Jun Zhao
2018-12-09
1
-1
/
+1
*
avfilter/vf_overlay: fix filtering with negative y
Paul B Mahol
2018-12-03
1
-16
/
+16
*
lavf: add transpose_opencl filter
Ruiling Song
2018-12-02
7
-13
/
+361
*
lavfi/fps: Avoid duplicating Closed Captions when increasing frame rate.
Carl Eugen Hoyos
2018-11-27
2
-1
/
+3
*
lavfi/buffersrc: Indent the code.
Jun Zhao
2018-11-27
1
-15
/
+15
*
avfilter/vf_chromashift: Fix mixed declaration and code
Mark Harris
2018-11-26
1
-1
/
+2
*
x86/scene_sad: fix link errors when HAVE_X86ASM is not defined
James Almer
2018-11-21
1
-1
/
+9
*
avfilter/graphmonitor: use SIZE_SPECIFIER for size_t type
Peter Ross
2018-11-21
1
-1
/
+1
*
avfilter/vf_overlay: fix crash with negative y
Paul B Mahol
2018-11-20
1
-4
/
+4
*
avfilter/vf_freezedetect: add filter to detect frozen input
Marton Balint
2018-11-19
4
-1
/
+239
*
avfilter: add rgbashift filter
Paul B Mahol
2018-11-19
4
-10
/
+226
*
avfilter: add chromashift filter
Paul B Mahol
2018-11-19
3
-0
/
+261
*
avfilter/vf_limiter: remove unused header
Paul B Mahol
2018-11-18
1
-1
/
+0
*
avfilter/vf_limiter: always limit min/max to format depth
Paul B Mahol
2018-11-18
1
-4
/
+6
*
avfilter/f_drawgraph: use av_sscanf()
Paul B Mahol
2018-11-18
1
-1
/
+2
*
avfilter/af_aecho: use av_sscanf()
Paul B Mahol
2018-11-18
1
-1
/
+1
*
avfilter/af_ladspa: use av_sscanf()
Paul B Mahol
2018-11-18
1
-3
/
+3
*
avfilter/vf_mix: use av_sscanf()
Paul B Mahol
2018-11-18
1
-1
/
+1
*
avfilter/af_sofalizer: use av_sscanf()
Paul B Mahol
2018-11-18
1
-3
/
+3
*
avfilter/af_afftdn: use av_sscanf()
Paul B Mahol
2018-11-18
1
-3
/
+3
*
avfilter/af_adelay: use av_sscanf()
Paul B Mahol
2018-11-18
1
-2
/
+3
*
avfilter/af_acrossover: use av_strtod() to parse single number
Paul B Mahol
2018-11-18
1
-2
/
+2
*
avfilter: use av_clip_uintp2 instead of av_clip for 10b and 12b
Martin Vignali
2018-11-17
1
-10
/
+10
*
avfilter/vf_neighbor: fix >8 bit deflate/inflate
Paul B Mahol
2018-11-17
1
-16
/
+27
*
lavfi/minterpolate: Remove declaration of two unused variables.
Carl Eugen Hoyos
2018-11-16
1
-1
/
+0
*
avfilter/vf_dedot: initizalize ret variable
Paul B Mahol
2018-11-16
1
-1
/
+1
*
avfilter/vf_lut3d: use av_sscanf
Paul B Mahol
2018-11-16
1
-8
/
+8
*
avfilter: add dedot video filter
Paul B Mahol
2018-11-16
4
-1
/
+412
*
avfilter/af_afade: fix duration maximum
Marton Balint
2018-11-15
1
-2
/
+2
*
avfilter/vf_convolution: use sqrtf as its faster
Paul B Mahol
2018-11-15
1
-6
/
+6
*
avfilter/vf_blend: add 12bit support
Paul B Mahol
2018-11-15
1
-1
/
+85
*
avfilter/vf_blend: add 10bit support
Paul B Mahol
2018-11-15
3
-89
/
+221
*
avfilter/vf_lut2: implement support for different input depths
Paul B Mahol
2018-11-15
1
-78
/
+237
*
avfilter/vf_bwdif: Use common yadif frame management logic
Philip Langdale
2018-11-14
3
-231
/
+41
*
avfilter/yadif_common: Add field type tracking to help bwdif
Philip Langdale
2018-11-14
2
-3
/
+23
*
avutil/hwcontext_cuda: Define and use common CHECK_CU()
Philip Langdale
2018-11-14
7
-188
/
+141
*
avfilter/vf_alphamerge: do not check for ret value if all wanted frames are p...
Paul B Mahol
2018-11-12
1
-7
/
+5
*
avfilter/vf_fade: fix start/duration max value
Mark Harris
2018-11-12
1
-4
/
+4
*
avfilter/af_afftfilt: use first input frame timestamp
Paul B Mahol
2018-11-12
1
-0
/
+4
*
avfilter/vf_alphamerge: switch to activate
Paul B Mahol
2018-11-12
1
-44
/
+44
*
avfilter/af_headphone: do not leak input frames on error
Paul B Mahol
2018-11-12
1
-0
/
+3
*
avfilter/af_afftfilt: calculate all channels FFT values upfront
Paul B Mahol
2018-11-12
1
-4
/
+7
*
avfilter/af_afftfilt: add more window types
Paul B Mahol
2018-11-11
1
-0
/
+15
[next]