summaryrefslogtreecommitdiffstats
path: root/libavutil/common.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-241-0/+1
|\
| * Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-231-0/+1
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-071-1/+0
* | avutil/common: error out with clear message if __STDC_CONSTANT_MACROS is not ...Michael Niedermayer2013-11-051-0/+4
* | lavu/common: add warning to GET_UTF8 doxyStefano Sabatini2013-10-041-0/+5
* | libavutil: cast truncated values to uint32_tAlfred E. Heggestad2013-08-271-2/+2
* | lavu/common: make FF_CEIL_RSHIFT faster when shift is constant.Clément Bœsch2013-05-131-1/+2
* | lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-091-0/+2
* | lavu: fix GET_UTF8 macro.Nicolas George2013-04-241-1/+1
* | lavu: add av_clipd_cPaul B Mahol2013-04-181-0/+20
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-031-1/+0
* | lavu: check that assert level is definedMichael Niedermayer2013-01-051-3/+3
* | lavu: check av_clip*() limitsMichael Niedermayer2013-01-041-0/+9
* | Merge commit '3b4296f41473a5b39e84d7a49d480624c9c60040'Michael Niedermayer2012-11-151-4/+5
|\ \ | |/
| * avutil: change GET_UTF8 to not use av_log2()Mans Rullgard2012-11-141-4/+5
* | lavu: add av_clip64()Michael Niedermayer2012-10-271-0/+17
* | Merge commit 'd15c21e5fa3961f10026da1a3080a3aa3cf4cec9'Michael Niedermayer2012-10-211-35/+8
|\ \ | |/
| * avutil: remove inline av_log2 from public APIMans Rullgard2012-10-201-35/+8
* | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-131-1/+5
|\ \ | |/
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-121-1/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-131-0/+30
|\ \ | |/
| * libavutil: add saturating addition functionsMans Rullgard2012-08-131-0/+30
* | Fixed warnings about int64 to int32 conversionMichael Bradshaw2012-05-251-2/+2
* | lavu: document av_reverse.Nicolas George2012-02-221-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-041-0/+13
|\ \ | |/
| * Add av_popcount64Daniel Verkamp2012-01-031-0/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-261-2/+2
|\ \ | |/
| * MK(BE)TAG: avoid undefined shiftsMans Rullgard2011-11-251-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-10/+10
|\ \ | |/
| * doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-10/+10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-141-0/+15
|\ \ | |/
| * Add av_clip_uintp2() functionMans Rullgard2011-05-131-0/+15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Force inlining of avutil common routinesJason Garrett-Glaser2011-02-171-11/+11
* | avutil: add divide & modulo that round like unsigned ones do that is down.Michael Niedermayer2011-05-091-0/+2
* | Force inlining of avutil common routinesJason Garrett-Glaser2011-02-181-11/+11
|/
* Add av_popcount() to libavutil/common.h and bump minor versionTomas Härdin2010-09-141-0/+17
* Add missing parentheses to AV_NE macro.Benoit Fouet2010-08-231-2/+2
* Fix out-of-tree buildMåns Rullgård2010-08-171-1/+1
* Define macro AV_NE() and use it in libavdevice.Stefano Sabatini2010-08-171-0/+7
* Allow arch-overrides for all common.h clip and log2 functionsMåns Rullgård2010-07-071-8/+32
* Remove macro duplication between common.h and intmath.hMåns Rullgård2010-07-071-6/+14
* Improve GET_UTF{8,16} documentationMåns Rullgård2010-06-301-23/+18
* Fix grammar errors in documentationMåns Rullgård2010-06-301-12/+12
* Add av_clip_int8(), used in the upcoming VP8 decoder.Ronald S. Bultje2010-06-221-0/+11
* Add missing parentheses in MKTAG and MKBETAG macros.Benoit Fouet2010-06-221-2/+2
* Reindent after r22968.Ronald S. Bultje2010-04-261-4/+4
* Write clip-related decimal numbers into hex, where they make more sense.Ronald S. Bultje2010-04-261-3/+3
* Fix broken 32-bit clipping, and write numbers in hex instead of decimal soRonald S. Bultje2010-04-261-1/+1
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-0/+11
OpenPOWER on IntegriCloud