index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavutil
/
intmath.h
Age
Commit message (
Expand
)
Author
2015-02-25
libavutil: add x86 optimized av_popcount
James Almer
2015-02-17
avutil/intmath: Add () to protect the ff_log2() argument
Michael Niedermayer
2014-10-26
avutil/intmath: enable builtin intrinsics for icl and msvc.
Matthew Oliver
2014-08-31
intmath.h: Remove duplicated ARM include.
Reimar Döffinger
2012-11-05
Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'
Michael Niedermayer
2012-11-05
lavu: add av_ctz() for trailing zero bit count
Justin Ruggles
2012-10-21
Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd'
Michael Niedermayer
2012-10-21
Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'
Michael Niedermayer
2012-10-20
ARM: reinstate optimised intmath.h
Mans Rullgard
2012-10-20
avutil: remove inline av_log2 from public API
Mans Rullgard
2012-10-12
Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'
Michael Niedermayer
2012-10-11
Move avutil tables only used in libavcodec to libavcodec.
Diego Biurrun
2012-08-22
x86: remove FASTDIV inline asm
Mans Rullgard
2012-08-22
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-22
configure: Drop fastdiv option
Diego Biurrun
2011-11-23
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-22
doxy: provide a start page and document libavutil
Luca Barbato
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-07-07
Remove macro duplication between common.h and intmath.h
Måns Rullgård
2010-07-07
intmath: whitespace cosmetics
Måns Rullgård
2010-03-09
Fix build on configurations without fast av_log2()
Måns Rullgård
2010-03-08
Move ff_sqrt() to libavutil/intmath.h
Måns Rullgård
2010-01-19
Move FASTDIV macro to intmath.h
Måns Rullgård
2010-01-14
Optimise av_log2 with clz when available
Måns Rullgård