summaryrefslogtreecommitdiff
path: root/libavutil/common.h
Commit message (Expand)AuthorAge
* Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer2012-11-15
|\
| * avutil: change GET_UTF8 to not use av_log2()Mans Rullgard2012-11-14
* | lavu: add av_clip64()Michael Niedermayer2012-10-27
* | Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'Michael Niedermayer2012-10-21
|\|
| * avutil: remove inline av_log2 from public APIMans Rullgard2012-10-20
* | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-13
|\|
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-13
|\|
| * libavutil: add saturating addition functionsMans Rullgard2012-08-13
* | Fixed warnings about int64 to int32 conversionMichael Bradshaw2012-05-25
* | lavu: document av_reverse.Nicolas George2012-02-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-04
|\|
| * Add av_popcount64Daniel Verkamp2012-01-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-26
|\|
| * MK(BE)TAG: avoid undefined shiftsMans Rullgard2011-11-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-24
|\|
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-14
|\|
| * Add av_clip_uintp2() functionMans Rullgard2011-05-13
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Force inlining of avutil common routinesJason Garrett-Glaser2011-02-17
* | avutil: add divide & modulo that round like unsigned ones do that is down.Michael Niedermayer2011-05-09
* | Force inlining of avutil common routinesJason Garrett-Glaser2011-02-18
|/
* Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin2010-09-14
* Add missing parentheses to AV_NE macro.Benoit Fouet2010-08-23
* Fix out-of-tree buildMåns Rullgård2010-08-17
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-17
* Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård2010-07-07
* Remove macro duplication between common.h and intmath.hMåns Rullgård2010-07-07
* Improve GET_UTF{8,16} documentationMåns Rullgård2010-06-30
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje2010-06-22
* Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet2010-06-22
* Reindent after r22968.Ronald S. Bultje2010-04-26
* Write clip-related decimal numbers into hex, where they make more sense.Ronald S. Bultje2010-04-26
* Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje2010-04-26
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Fix build on configurations without fast av_log2()Måns Rullgård2010-03-09
* cosmetics: indentMåns Rullgård2010-03-08
* Merge two adjacent ifdef blocksMåns Rullgård2010-03-08
* Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård2010-03-08
* Add PUT_UTF16() macro.Anton Khirnov2010-02-24
* Optimise av_log2 with clz when availableMåns Rullgård2010-01-14
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-09
* id3v2: Add support for UTF-16 encoding.Anton Khirnov2009-09-23
* Add function to compute ceil(log2(x)).Thilo Borgmann2009-08-30
* Introduce av_clip_uint16().Ramiro Polla2009-08-13
* Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun2009-07-30
* Icc does not support attribute flatten, do not try to use it.Carl Eugen Hoyos2009-06-28