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/signalstats: re-use yuv/yuvu/yuvv vars in diff
Clément Bœsch
2014-11-26
1
-3
/
+3
*
avfilter/signalstats: localize a few variables
Clément Bœsch
2014-11-26
1
-4
/
+3
*
avfilter/signalstats: add threading in compute_sat_hue_metrics
Clément Bœsch
2014-11-26
1
-9
/
+28
*
avfilter/signalstats: isolate sat hue computation metrics in a function
Clément Bœsch
2014-11-26
1
-7
/
+70
*
avfilter/signalstats: add slice threading for subfilters
Clément Bœsch
2014-11-26
1
-12
/
+60
*
avfilter/signalstats: fix repitition/repetition typo
Clément Bœsch
2014-11-26
1
-2
/
+2
*
avfilter/signalstats: reindent after previous commit
Clément Bœsch
2014-11-26
1
-53
/
+53
*
avfilter/signalstats: integrate height loop into subfilters
Clément Bœsch
2014-11-26
1
-17
/
+23
*
avfilter/signalstats: remove pointless sub filter init system
Clément Bœsch
2014-11-26
1
-42
/
+15
*
avfilter/signalstats: fix different buffers for out frame if burn is enabled
Clément Bœsch
2014-11-26
1
-1
/
+3
*
avfilter/x86/vf_interlace: remove redundant instructions
Michael Niedermayer
2014-11-25
1
-2
/
+0
*
Merge commit 'ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b'
Michael Niedermayer
2014-11-25
1
-2
/
+2
|
\
|
*
vf_interlace: x86: improve asm performance
Michael Niedermayer
2014-11-25
1
-27
/
+19
*
|
avfilter/graphparser: Use av_freep(), avoid leaving stale pointers in memory
Michael Niedermayer
2014-11-22
1
-6
/
+6
*
|
avfilter/avf_concat: Use av_freep(), avoid leaving stale pointers in memory
Michael Niedermayer
2014-11-22
1
-1
/
+1
*
|
avfilter/formats: Alloc NULL fmts in SET_COMMON_FORMATS()
Michael Niedermayer
2014-11-21
1
-1
/
+1
*
|
avfilter/formats: free the correct pointer in ADD_FORMAT()
Michael Niedermayer
2014-11-21
1
-1
/
+3
*
|
Merge commit '863ee8a855b8ce27ffef41479eb66da58763faed'
Michael Niedermayer
2014-11-21
1
-1
/
+3
|
\
\
|
|
/
|
*
lavfi: clean memory on error in ADD_FORMAT()
Vittorio Giovara
2014-11-21
1
-1
/
+3
*
|
avfilter/af_volume: Use avpriv_float_dsp_alloc()
Michael Niedermayer
2014-11-18
2
-5
/
+9
*
|
avfilter/af_amix: Use avpriv_float_dsp_alloc()
Michael Niedermayer
2014-11-18
1
-3
/
+6
*
|
mpcodecs: Use _INLINE guards for inline asm.
Matthew Oliver
2014-11-17
6
-29
/
+29
*
|
avfilter/vf_tinterlace: remove unused variable
Michael Niedermayer
2014-11-16
1
-1
/
+1
*
|
avfilter/xbr: fix style in FILT4() calls
Clément Bœsch
2014-11-15
1
-4
/
+4
*
|
avfilter/xbr: clarify default "interpolated" pixels assignments
Clément Bœsch
2014-11-15
1
-6
/
+7
*
|
avfilter/xbr: refactor xbr[234]x into a single function
Clément Bœsch
2014-11-15
1
-143
/
+91
*
|
avfilter/xbr: add slice threading
Clément Bœsch
2014-11-15
1
-11
/
+40
*
|
avfilter/xbr: add video and filtering flags to options
Clément Bœsch
2014-11-15
1
-1
/
+2
*
|
avfilter/xbr: use function pointers for xbr[234]x
Clément Bœsch
2014-11-15
1
-6
/
+7
*
|
avfilter/xbr: remove FATE test entry from @todo
Clément Bœsch
2014-11-15
1
-1
/
+1
*
|
avfilter/xbr: consistent copyright header
Clément Bœsch
2014-11-15
1
-2
/
+1
*
|
avfilter/xbr: make xbr[234]x a bit more consistent
Clément Bœsch
2014-11-15
1
-13
/
+12
*
|
avfilter/xbr: misc style fixes
Clément Bœsch
2014-11-15
1
-26
/
+24
*
|
avfilter/xbr: simplify left/up conditions
Clément Bœsch
2014-11-15
1
-15
/
+15
*
|
avfilter/xbr: misc cleanup in FILT[234] macros
Clément Bœsch
2014-11-15
1
-116
/
+110
*
|
avfilter/xbr: refactor src/dst pointers definitions into a macro
Clément Bœsch
2014-11-15
1
-80
/
+25
*
|
avfilter/xbr: refactor the 21 pixels definition into a macro
Clément Bœsch
2014-11-15
1
-87
/
+34
*
|
avfilter/xbr: mark source pointers as const
Clément Bœsch
2014-11-15
1
-15
/
+15
*
|
avfilter/xbr: simplify width overread checks
Clément Bœsch
2014-11-15
1
-160
/
+39
*
|
avfilter/xbr: use different macro names for each dimension
Clément Bœsch
2014-11-15
1
-18
/
+15
*
|
avfilter/xbr: avoid unecessary macro redirections
Clément Bœsch
2014-11-15
1
-113
/
+56
*
|
avfilter/xbr: localize some filtering variables
Clément Bœsch
2014-11-15
1
-32
/
+30
*
|
avfilter/xbr: do not pass unchanging r2y to macros
Clément Bœsch
2014-11-15
1
-36
/
+38
*
|
lavfi/xbr: remove relicensing notice from copyright header
Stefano Sabatini
2014-11-15
1
-4
/
+0
*
|
lavfi : change xBR filter to LGPL
Arwa Arif
2014-11-15
1
-9
/
+13
*
|
avfilter/x86/vf_interlace: rewrite asm
Michael Niedermayer
2014-11-15
1
-27
/
+19
*
|
avfilter/tinterlace: add Support for ff_lowpass_line_avx() & ff_lowpass_line_...
Michael Niedermayer
2014-11-15
4
-0
/
+53
*
|
avfilter/tinterlace: Move lowpass_line to a separate function and call it thr...
Michael Niedermayer
2014-11-15
2
-15
/
+30
*
|
avfilter/tinterlace: split context definition into seperate header so it can ...
Michael Niedermayer
2014-11-15
2
-23
/
+57
*
|
avfilter/vf_tinterlace: fix linesize vs. width
Michael Niedermayer
2014-11-15
1
-1
/
+2
[next]