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/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
*
|
avutil/mathematics: Fix division by 0
Michael Niedermayer
2015-12-09
1
-1
/
+1
*
|
lavu/frame: use AVPALETTE_SIZE instead of 1024
Clément Bœsch
2015-12-08
1
-1
/
+1
*
|
lavu/opencl: restore #if HAVE_THREADS
Clément Bœsch
2015-12-07
1
-0
/
+2
*
|
cosmetics: Fix weird indentations
Timothy Gu
2015-12-07
1
-1
/
+1
*
|
lavc, lavu: use avutil/thread.h instead of redundant conditional includes
Clément Bœsch
2015-12-07
2
-20
/
+2
*
|
avutil/threadmessage: fix build without HAVE_THREADS, new attempt
Clément Bœsch
2015-12-07
1
-0
/
+2
*
|
avutil/threadmessage: fix build without HAVE_THREADS
Clément Bœsch
2015-12-07
1
-0
/
+2
*
|
avutil/threadmessage: split the pthread condition in two
Clément Bœsch
2015-12-07
1
-11
/
+24
*
|
avutil/threadmessage: add av_thread_message_flush()
Clément Bœsch
2015-12-07
2
-0
/
+47
*
|
libavutil: add version component accessor macros
Reynaldo H. Verdejo Pinochet
2015-12-06
1
-1
/
+9
*
|
libavutil/tablegen: add missing math.h include
Hendrik Leppkes
2015-12-04
1
-0
/
+2
*
|
avutil/timecode: Fix fps check
Michael Niedermayer
2015-12-03
1
-1
/
+1
*
|
avutil/crc: avoid needless space wastage of hardcoded crc table
Ganesh Ajjanagadde
2015-12-02
2
-0
/
+8
*
|
avutil/rational: Test av_rescale_rnd() with combinations of "special" values
Michael Niedermayer
2015-12-02
2
-0
/
+45
*
|
avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() ...
Michael Niedermayer
2015-12-02
1
-3
/
+10
*
|
avutil/tablegen: add tablegen libm compatibility shims
Ganesh Ajjanagadde
2015-12-01
1
-0
/
+53
*
|
avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd
Michael Niedermayer
2015-12-01
1
-2
/
+2
*
|
avutil/integer: Fix av_mod_i() with negative dividend
Michael Niedermayer
2015-12-01
1
-0
/
+8
*
|
avutil/lls: speed up performance of solve_lls
Ganesh Ajjanagadde
2015-11-26
1
-2
/
+2
*
|
avutil/libm: fix isnan compatibility hack
Ganesh Ajjanagadde
2015-11-24
1
-1
/
+1
*
|
imgutils: Use designated initializers for AVClass
Timothy Gu
2015-11-23
1
-2
/
+12
*
|
avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.
Matt Oliver
2015-11-23
1
-0
/
+3
*
|
avutil/motion_vector: export subpel motion information
Clément Bœsch
2015-11-23
2
-1
/
+8
*
|
Merge commit '588b6215b4c74945994eb9636b0699028c069ed2'
Derek Buitenhuis
2015-11-22
3
-14
/
+105
|
\
\
|
|
/
|
*
xtea: Add functions for little endian mode
Martin Storsjö
2015-11-13
3
-14
/
+105
*
|
avutil/eval: change sqrt to hypot
Ganesh Ajjanagadde
2015-11-21
1
-1
/
+1
*
|
configure+libm.h: add hypot emulation
Ganesh Ajjanagadde
2015-11-21
1
-0
/
+23
*
|
avutil/libm: correct isnan, isinf compat hacks
Ganesh Ajjanagadde
2015-11-21
1
-2
/
+32
*
|
Merge commit '1fc94724f1fd52944bb5ae571475c621da4b77a0'
Derek Buitenhuis
2015-11-19
1
-2
/
+4
|
\
\
|
|
/
|
*
xtea: Clarify that the current API works in big endian mode
Martin Storsjö
2015-11-13
1
-2
/
+4
[next]