summaryrefslogtreecommitdiffstats
path: root/libavutil/common.h
Commit message (Expand)AuthorAgeFilesLines
* do not include bswap.h in common.h for external programs, since the formerReimar Döffinger2006-07-211-2/+0
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-191-0/+5
* Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger2006-07-161-214/+7
* indentMåns Rullgård2006-07-141-8/+8
* simplifyMåns Rullgård2006-07-141-17/+6
* simplifyMåns Rullgård2006-07-141-23/+4
* remove impossible #ifdef caseMåns Rullgård2006-07-141-12/+2
* remove old msvc cruftMåns Rullgård2006-07-131-8/+2
* remove redundant #include <math.h>Måns Rullgård2006-07-131-5/+0
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-111-6/+6
* cosmetics: Fix indentation after last commit.Diego Biurrun2006-07-111-5/+5
* Remove old MSVC remnants.Diego Biurrun2006-07-111-15/+0
* cosmeticMichael Niedermayer2006-07-091-6/+3
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-091-24/+0
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-071-0/+14
* Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-07-051-0/+4
* floorf() is not used, and causes warnings on SolarisMåns Rullgård2006-07-041-6/+0
* make sure NDEBUG is not defined already before defining itDiego Pettenò2006-06-301-1/+1
* document clip functionsAurelien Jacobs2006-05-011-0/+12
* clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Is...Panagiotis Issaris2006-04-301-1/+1
* #define [U]INT32_{MIN,MAX} if missingMåns Rullgård2006-04-011-0/+12
* Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar2006-03-061-0/+2
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-301-2/+9
* WinCE cross-compilation supportGildas Bazin2006-01-221-0/+8
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-19/+19
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-6/+6
* Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaul...François Revol2005-12-131-1/+21
* Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGWFredrik Orderud2005-12-121-0/+4
* fix for systems not defining PRIu64, not everyone knows C99.François Revol2005-12-051-0/+4
* Fixed format specifier in STOP_TIMER macro.Alexander Strasser2005-12-011-1/+1
* Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun2005-09-191-0/+29
* Wrong comment after #endif.Diego Biurrun2005-09-061-1/+1
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-011-0/+548
OpenPOWER on IntegriCloud