Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-08lavu: rename and move ff_parity to av_parityJames Almer
2016-01-08lavu: add ff_parity()Clément Bœsch
2015-12-19lavu/intmath: add faster clz supportGanesh Ajjanagadde
2015-10-22avutil/intmath: fix undefined behavior in ff_ctzll_c()Michael Niedermayer
2015-10-19lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.Matt Oliver
2015-10-14avutil/intmath: use de Bruijn based ff_ctzGanesh Ajjanagadde
2015-10-12intmath: remove av_ctz.Ronald S. Bultje
2015-10-11avutil/intmath: Change debruijn_ctz64 to use 8bit elementsMichael Niedermayer
2015-10-11avutil/mathematics: speed up av_gcd by using Stein's binary GCD algorithmGanesh Ajjanagadde
2015-08-22doxygen: Remove lavu_internal groupTimothy Gu
2015-07-19avutil/intmath: check for ICC before GCCJames Almer
2015-02-26libavutil: add x86 optimized av_popcountJames Almer
2015-02-17avutil/intmath: Add () to protect the ff_log2() argumentMichael Niedermayer
2014-10-26avutil/intmath: enable builtin intrinsics for icl and msvc.Matthew Oliver
2014-08-31intmath.h: Remove duplicated ARM include.Reimar Döffinger
2012-11-06Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'Michael Niedermayer
2012-11-06lavu: add av_ctz() for trailing zero bit countJustin Ruggles
2012-10-21Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd'Michael Niedermayer
2012-10-21Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'Michael Niedermayer
2012-10-20ARM: reinstate optimised intmath.hMans Rullgard
2012-10-20avutil: remove inline av_log2 from public APIMans Rullgard
2012-10-12Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-08-22x86: remove FASTDIV inline asmMans Rullgard
2012-08-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-22configure: Drop fastdiv optionDiego Biurrun
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-22doxy: provide a start page and document libavutilLuca Barbato
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-07Remove macro duplication between common.h and intmath.hMåns Rullgård
2010-07-07intmath: whitespace cosmeticsMåns Rullgård
2010-03-09Fix build on configurations without fast av_log2()Måns Rullgård
2010-03-09Move ff_sqrt() to libavutil/intmath.hMåns Rullgård
2010-01-20Move FASTDIV macro to intmath.hMåns Rullgård
2010-01-14Optimise av_log2 with clz when availableMåns Rullgård