index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
intmath.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
lavu: rename and move ff_parity to av_parity
James Almer
2016-01-07
1
-9
/
+3
*
lavu: add ff_parity()
Clément Bœsch
2016-01-07
1
-0
/
+12
*
lavu/intmath: add faster clz support
Ganesh Ajjanagadde
2015-12-19
1
-0
/
+18
*
avutil/intmath: fix undefined behavior in ff_ctzll_c()
Michael Niedermayer
2015-10-22
1
-1
/
+1
*
lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.
Matt Oliver
2015-10-19
1
-32
/
+2
*
avutil/intmath: use de Bruijn based ff_ctz
Ganesh Ajjanagadde
2015-10-14
1
-25
/
+7
*
intmath: remove av_ctz.
Ronald S. Bultje
2015-10-11
1
-8
/
+6
*
avutil/intmath: Change debruijn_ctz64 to use 8bit elements
Michael Niedermayer
2015-10-11
1
-1
/
+1
*
avutil/mathematics: speed up av_gcd by using Stein's binary GCD algorithm
Ganesh Ajjanagadde
2015-10-11
1
-0
/
+19
*
doxygen: Remove lavu_internal group
Timothy Gu
2015-08-22
1
-9
/
+0
*
avutil/intmath: check for ICC before GCC
James Almer
2015-07-18
1
-9
/
+9
*
libavutil: add x86 optimized av_popcount
James Almer
2015-02-25
1
-0
/
+3
*
avutil/intmath: Add () to protect the ff_log2() argument
Michael Niedermayer
2015-02-17
1
-1
/
+1
*
avutil/intmath: enable builtin intrinsics for icl and msvc.
Matthew Oliver
2014-10-26
1
-4
/
+36
*
intmath.h: Remove duplicated ARM include.
Reimar Döffinger
2014-08-31
1
-4
/
+0
*
Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'
Michael Niedermayer
2012-11-05
1
-0
/
+55
|
\
|
*
lavu: add av_ctz() for trailing zero bit count
Justin Ruggles
2012-11-05
1
-0
/
+55
*
|
Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd'
Michael Niedermayer
2012-10-21
1
-0
/
+4
|
\
\
|
|
/
|
*
ARM: reinstate optimised intmath.h
Mans Rullgard
2012-10-20
1
-0
/
+4
*
|
Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'
Michael Niedermayer
2012-10-21
1
-5
/
+46
|
\
\
|
|
/
|
*
avutil: remove inline av_log2 from public API
Mans Rullgard
2012-10-20
1
-5
/
+46
*
|
Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'
Michael Niedermayer
2012-10-12
1
-33
/
+0
|
\
\
|
|
/
|
*
Move avutil tables only used in libavcodec to libavcodec.
Diego Biurrun
2012-10-11
1
-35
/
+0
|
*
x86: remove FASTDIV inline asm
Mans Rullgard
2012-08-22
1
-2
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-22
1
-5
/
+1
|
\
\
|
|
/
|
*
configure: Drop fastdiv option
Diego Biurrun
2012-08-22
1
-5
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-23
1
-0
/
+8
|
\
\
|
|
/
|
*
doxy: provide a start page and document libavutil
Luca Barbato
2011-11-22
1
-0
/
+8
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
/
*
Remove macro duplication between common.h and intmath.h
Måns Rullgård
2010-07-07
1
-14
/
+0
*
intmath: whitespace cosmetics
Måns Rullgård
2010-07-07
1
-14
/
+9
*
Fix build on configurations without fast av_log2()
Måns Rullgård
2010-03-09
1
-1
/
+18
*
Move ff_sqrt() to libavutil/intmath.h
Måns Rullgård
2010-03-08
1
-0
/
+22
*
Move FASTDIV macro to intmath.h
Måns Rullgård
2010-01-19
1
-0
/
+18
*
Optimise av_log2 with clz when available
Måns Rullgård
2010-01-14
1
-0
/
+41