summaryrefslogtreecommitdiffstats
path: root/libavutil/common.h
Commit message (Expand)AuthorAgeFilesLines
* lavu: add AV_CEIL_RSHIFT and use it in various placesClément Bœsch2016-01-111-0/+8
* libavutil: move FFALIGN macro from common.h to macros.hJanne Grunau2015-12-141-1/+1
* lavu: Drop deprecated av_reverse functionVittorio Giovara2015-08-281-4/+0
* libavutil: Add av_clip_intp2Peter Meerwald2015-02-211-0/+17
* 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: change GET_UTF8 to not use av_log2()Mans Rullgard2012-11-141-4/+5
* avutil: remove inline av_log2 from public APIMans Rullgard2012-10-201-35/+8
* Move av_reverse table to libavcodecDiego Biurrun2012-10-121-1/+5
* libavutil: add saturating addition functionsMans Rullgard2012-08-131-0/+30
* Add av_popcount64Daniel Verkamp2012-01-031-0/+13
* MK(BE)TAG: avoid undefined shiftsMans Rullgard2011-11-251-2/+2
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-10/+10
* 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
* 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
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Fix build on configurations without fast av_log2()Måns Rullgård2010-03-091-10/+13
* cosmetics: indentMåns Rullgård2010-03-081-1/+1
* Merge two adjacent ifdef blocksMåns Rullgård2010-03-081-3/+0
* Move gcc attribute macros to new header libavutil/attributes.hMåns Rullgård2010-03-081-78/+1
* Add PUT_UTF16() macro.Anton Khirnov2010-02-241-0/+30
* Optimise av_log2 with clz when availableMåns Rullgård2010-01-141-0/+8
* Move ff_reverse in libavcodec to av_reverse in libavutil.Francesco Lavra2009-11-091-0/+2
* id3v2: Add support for UTF-16 encoding.Anton Khirnov2009-09-231-0/+24
* Add function to compute ceil(log2(x)).Thilo Borgmann2009-08-301-0/+9
* Introduce av_clip_uint16().Ramiro Polla2009-08-131-0/+11
* Revert addition of '#undef av_always_inline' to config.h in the small case.Diego Biurrun2009-07-301-1/+4
* Icc does not support attribute flatten, do not try to use it.Carl Eugen Hoyos2009-06-281-1/+1
* Icc 11.1 does not support attributes force_align_arg_pointer, alloc_size and ...Carl Eugen Hoyos2009-06-271-1/+1
* Move ALIGN macro to libavutil/common.h and use it in various placesDavid Conrad2009-05-221-0/+1
* Avoid warnings from AV_GCC_VERSION_AT_LEAST with some non-gcc compilersMåns Rullgård2009-02-221-1/+5
* Silence one icc warning:Carl Eugen Hoyos2009-02-101-1/+1
* Use AV_GCC_VERSION_AT_LEAST instead of complicated __GNUC__ version check.Diego Biurrun2009-02-101-1/+1
* av_flatten to make the similarly named attribute available.Michael Niedermayer2009-02-091-0/+8
* av_uninit() to suppress false uninitialized warnings from gcc without deoptim...Michael Niedermayer2009-02-091-0/+8
OpenPOWER on IntegriCloud