summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04lavu/common: add warning to GET_UTF8 doxyStefano Sabatini1-0/+5
2013-08-27libavutil: cast truncated values to uint32_tAlfred E. Heggestad2-3/+3
2013-05-13lavu/common: make FF_CEIL_RSHIFT faster when shift is constant.Clément Bœsch1-1/+2
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch17-41/+45
2013-04-24lavu: fix GET_UTF8 macro.Nicolas George2-2/+2
2013-04-18lavu: add av_clipd_cPaul B Mahol2-1/+21
2013-03-03Remove incorrect use of ctype.h functions.Reimar Döffinger27-60/+90
2013-01-05lavu: check that assert level is definedMichael Niedermayer1-3/+3
2013-01-04lavu: check av_clip*() limitsMichael Niedermayer1-0/+9
2012-11-15Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer8-19/+27
2012-11-14avutil: change GET_UTF8 to not use av_log2()Mans Rullgard1-4/+5
2012-10-26lavu: add av_clip64()Michael Niedermayer2-1/+18
2012-10-21Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'Michael Niedermayer12-55/+126
2012-10-20avutil: remove inline av_log2 from public APIMans Rullgard4-40/+89
2012-10-13Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer16-48/+89
2012-10-12Move av_reverse table to libavcodecDiego Biurrun16-49/+90
2012-08-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer9-154/+203
2012-08-13libavutil: add saturating addition functionsMans Rullgard2-0/+45
2012-05-25Fixed warnings about int64 to int32 conversionMichael Bradshaw1-2/+2
2012-02-22lavu: document av_reverse.Nicolas George1-0/+3
2012-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-576/+767
2012-01-03Add av_popcount64Daniel Verkamp1-0/+13
2011-11-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-82/+119
2011-11-25MK(BE)TAG: avoid undefined shiftsMans Rullgard1-2/+2
2011-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer88-606/+864
2011-06-23doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun38-259/+259
2011-05-14Merge remote branch 'qatar/master'Michael Niedermayer3-20/+34
2011-05-13Add av_clip_uintp2() functionMans Rullgard2-3/+16
2011-05-09avutil: add divide & modulo that round like unsigned ones do that is down.Michael Niedermayer1-0/+2
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-02-18Force inlining of avutil common routinesJason Garrett-Glaser2-18/+18
2011-02-17Force inlining of avutil common routinesJason Garrett-Glaser2-18/+18
2010-09-14Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin2-1/+18
2010-08-23Add missing parentheses to AV_NE macro.Benoit Fouet1-2/+2
2010-08-17Fix out-of-tree buildMåns Rullgård1-1/+1
2010-08-17Define macro AV_NE() and use it in libavdevice.Stefano Sabatini4-11/+10
2010-07-07Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård1-8/+32
2010-07-07Remove macro duplication between common.h and intmath.hMåns Rullgård2-20/+14
2010-06-30Improve GET_UTF{8,16} documentationMåns Rullgård1-23/+18
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-06-22Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje1-0/+11
2010-06-22Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet1-2/+2
2010-04-26Reindent after r22968.Ronald S. Bultje1-4/+4
2010-04-26Write clip-related decimal numbers into hex, where they make more sense.Ronald S. Bultje1-3/+3
2010-04-26Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje1-1/+1
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje12-55/+28
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-09Fix build on configurations without fast av_log2()Måns Rullgård2-11/+31
2010-03-08cosmetics: indentMåns Rullgård1-1/+1
[next]