]> git.sesse.net Git - ffmpeg/history - libavutil/intmath.h
configure: Support MSVC 2015
[ffmpeg] / libavutil / intmath.h
2012-11-05 Justin Ruggleslavu: add av_ctz() for trailing zero bit count
2012-10-20 Mans RullgardARM: reinstate optimised intmath.h
2012-10-20 Mans Rullgardavutil: remove inline av_log2 from public API
2012-10-11 Diego BiurrunMove avutil tables only used in libavcodec to libavcodec.
2012-08-22 Mans Rullgardx86: remove FASTDIV inline asm
2012-08-21 Diego Biurrunconfigure: Drop fastdiv option
2011-11-22 Luca Barbatodoxy: provide a start page and document libavutil
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-07-07 Måns RullgårdRemove macro duplication between common.h and intmath.h
2010-07-07 Måns Rullgårdintmath: whitespace cosmetics
2010-03-09 Måns RullgårdFix build on configurations without fast av_log2()
2010-03-08 Måns RullgårdMove ff_sqrt() to libavutil/intmath.h
2010-01-19 Måns RullgårdMove FASTDIV macro to intmath.h
2010-01-14 Måns RullgårdOptimise av_log2 with clz when available