summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-11-05Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'Michael Niedermayer8-45/+174
2012-11-05lavu: add av_ctz() for trailing zero bit countJustin Ruggles5-2/+65
2012-10-21Merge commit '2d09b36c0379fcda8f984bc8ad8816c8326fd7bd'Michael Niedermayer5-148/+190
2012-10-21Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'Michael Niedermayer12-55/+126
2012-10-20ARM: reinstate optimised intmath.hMans Rullgard1-0/+4
2012-10-20avutil: remove inline av_log2 from public APIMans Rullgard4-40/+89
2012-10-12Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'Michael Niedermayer15-118/+70
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun14-85/+70
2012-08-22x86: remove FASTDIV inline asmMans Rullgard2-39/+0
2012-08-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer4-12/+4
2012-08-21configure: Drop fastdiv optionDiego Biurrun2-8/+1
2011-11-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-866/+1390
2011-11-22doxy: provide a start page and document libavutilLuca Barbato19-16/+377
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-07-07Remove macro duplication between common.h and intmath.hMåns Rullgård2-20/+14
2010-07-07intmath: whitespace cosmeticsMåns Rullgård1-14/+9
2010-03-09Fix build on configurations without fast av_log2()Måns Rullgård2-11/+31
2010-03-08Move ff_sqrt() to libavutil/intmath.hMåns Rullgård9-22/+29
2010-01-19Move FASTDIV macro to intmath.hMåns Rullgård4-38/+109
2010-01-14Optimise av_log2 with clz when availableMåns Rullgård2-0/+49