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
/
libavutil
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil/opt: check for and handle errors in av_opt_set_dict2()
Michael Niedermayer
2016-01-26
1
-3
/
+4
*
avutil: add P010 pixel format
Hendrik Leppkes
2016-01-26
3
-1
/
+29
*
Add missing conversions from side data enum to name
Neil Birkbeck
2016-01-22
1
-0
/
+4
*
x86inc: Add debug symbols indicating sizes of compiled functions
Geza Lore
2016-01-21
1
-0
/
+23
*
x86inc: Avoid creating unnecessary local labels
Henrik Gramner
2016-01-21
1
-2
/
+4
*
x86inc: Simplify AUTO_REP_RET
Henrik Gramner
2016-01-21
1
-4
/
+2
*
x86inc: Use more consistent indentation
Henrik Gramner
2016-01-21
1
-67
/
+67
*
x86inc: Preserve arguments when allocating stack space
Henrik Gramner
2016-01-21
1
-2
/
+5
*
x86inc: Improve FMA instruction handling
Henrik Gramner
2016-01-21
1
-40
/
+37
*
x86inc: Be more verbose in assertion failures
Henrik Gramner
2016-01-21
1
-1
/
+1
*
x86/intmath: disable sse av_clip functions when using ICC
James Almer
2016-01-21
1
-2
/
+2
*
lavu: add pthread asserts if ASSERT_LEVEL>1
Clément Bœsch
2016-01-20
1
-0
/
+96
*
libavutil: add mastering display metadata sidedata
Neil Birkbeck
2016-01-19
5
-2
/
+139
*
Merge commit '73c8c0341cce9e1a6c4169721f5123f97fc4be2f'
Hendrik Leppkes
2016-01-19
1
-1
/
+1
|
\
|
*
arm: Fix vfp dead code elimination with have_vfp_vm
Martin Storsjö
2016-01-08
1
-1
/
+1
*
|
x86/fixed_dsp: add ff_butterflies_fixed_sse2
James Almer
2016-01-16
5
-0
/
+90
*
|
lavu/x86/lls: add fma3 optimizations for update_lls
Ganesh Ajjanagadde
2016-01-15
2
-2
/
+61
*
|
x86/intmath: add missing early clobber to output operands
James Almer
2016-01-15
1
-2
/
+2
*
|
lavu: prevent overflow in av_clip_intp2_c
Andreas Cadhalpun
2016-01-15
1
-1
/
+1
*
|
lavu/libm: add isfinite fallback
Ganesh Ajjanagadde
2016-01-13
1
-0
/
+19
*
|
avutil/common: Protect GET_BYTE in GET_UTF8() by ()
Michael Niedermayer
2016-01-13
1
-2
/
+2
*
|
Correct two build/built typos
Timothy Gu
2016-01-11
1
-1
/
+1
*
|
x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
James Almer
2016-01-08
1
-3
/
+3
*
|
x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitly
James Almer
2016-01-08
1
-4
/
+1
*
|
x86/float_dsp: remove len check from ff_butterflies_float_sse
James Almer
2016-01-08
1
-3
/
+0
*
|
lavu: rename and move ff_parity to av_parity
James Almer
2016-01-07
3
-10
/
+12
*
|
lavu: add ff_parity()
Clément Bœsch
2016-01-07
1
-0
/
+12
*
|
lavu/common: add an explanation to FF_CEIL_RSHIFT()
Clément Bœsch
2016-01-07
1
-1
/
+1
*
|
lavu/common: fix FF_CEIL_RSHIFT() range comment
Clément Bœsch
2016-01-07
1
-1
/
+1
*
|
x86/intmath: add sse optimized av_clipf and av_clipd
James Almer
2016-01-07
1
-0
/
+33
*
|
avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_caps
Hendrik Leppkes
2016-01-02
1
-0
/
+1
*
|
Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'
Hendrik Leppkes
2016-01-02
5
-1
/
+13
|
\
\
|
|
/
|
*
arm: add a cpu flag for the VFPv2 vector mode
Janne Grunau
2015-12-14
5
-1
/
+13
*
|
Merge commit '64034849dad8410bedbe1def4c533490fb85cc4a'
Hendrik Leppkes
2016-01-02
2
-1
/
+47
|
\
\
|
|
/
|
*
arm64: add cycle counter support
Janne Grunau
2015-12-14
2
-1
/
+47
*
|
Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'
Hendrik Leppkes
2016-01-02
5
-2
/
+7
|
\
\
|
|
/
|
*
libavutil: move FFALIGN macro from common.h to macros.h
Janne Grunau
2015-12-14
5
-2
/
+7
*
|
lavu/eval: replace pow(10,x) by ff_exp10(x)
Ganesh Ajjanagadde
2015-12-25
1
-1
/
+1
*
|
lavu/internal: add ff_exp10
Ganesh Ajjanagadde
2015-12-25
1
-0
/
+19
*
|
lavu/libm,configure: remove exp10, exp10f detection
Ganesh Ajjanagadde
2015-12-25
1
-18
/
+0
*
|
lavu/libm: misc, minor changes
Ganesh Ajjanagadde
2015-12-25
1
-14
/
+13
*
|
lavu/libm: add exp10 support
Ganesh Ajjanagadde
2015-12-23
1
-0
/
+19
*
|
lavu/libm: add erf hack and make dynaudnorm available everywhere
Ganesh Ajjanagadde
2015-12-21
1
-0
/
+201
*
|
lavu/libm: add copysign hack
Ganesh Ajjanagadde
2015-12-19
1
-0
/
+9
*
|
lavu/intmath: add faster clz support
Ganesh Ajjanagadde
2015-12-19
1
-0
/
+18
*
|
lavu/error: add missing error messages for errors supported on all platforms
Marton Balint
2015-12-18
1
-0
/
+37
*
|
lavu/random_seed: use arc4random() when available
Ganesh Ajjanagadde
2015-12-17
1
-0
/
+4
*
|
lavu/eval: remove pow and exp2 for postfixes
Ganesh Ajjanagadde
2015-12-16
1
-24
/
+28
*
|
libavutil: add aes-ctr support
erankor
2015-12-15
4
-1
/
+215
*
|
avutil/softfloat: Assert that the exponent did not overflow the legal range i...
Michael Niedermayer
2015-12-11
1
-0
/
+1
[next]