summaryrefslogtreecommitdiff
path: root/libavutil/common.h
Commit message (Expand)AuthorAge
* move memory functions from avcodec to avutilLuca Barbato2006-09-25
* remove a division from STOP_TIMERLoren Merritt2006-09-21
* simplify asm mid_pred, as suggested by michaelni.Loren Merritt2006-09-21
* asm implementation of mid_pred.Loren Merritt2006-09-15
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* Align the input buffer in ffplay, introduce a public macro for aligned declar...Luca Barbato2006-08-31
* attribute_deprecatedMichael Niedermayer2006-08-20
* SWAPMichael Niedermayer2006-08-19
* do not include bswap.h in common.h for external programs, since the formerReimar Döffinger2006-07-21
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-19
* Split common.h in two parts, purely internal stuff (internal.h) and thingsReimar Döffinger2006-07-16
* indentMåns Rullgård2006-07-14
* simplifyMåns Rullgård2006-07-14
* simplifyMåns Rullgård2006-07-14
* remove impossible #ifdef caseMåns Rullgård2006-07-14
* remove old msvc cruftMåns Rullgård2006-07-13
* remove redundant #include <math.h>Måns Rullgård2006-07-13
* CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use justDiego Biurrun2006-07-11
* cosmetics: Fix indentation after last commit.Diego Biurrun2006-07-11
* Remove old MSVC remnants.Diego Biurrun2006-07-11
* cosmeticMichael Niedermayer2006-07-09
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* moving utf8 reading function to libavutilMichael Niedermayer2006-07-07
* Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2006-07-05
* floorf() is not used, and causes warnings on SolarisMåns Rullgård2006-07-04
* make sure NDEBUG is not defined already before defining itDiego Pettenò2006-06-30
* document clip functionsAurelien Jacobs2006-05-01
* clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Is...Panagiotis Issaris2006-04-30
* #define [U]INT32_{MIN,MAX} if missingMåns Rullgård2006-04-01
* Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar2006-03-06
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-30
* WinCE cross-compilation supportGildas Bazin2006-01-22
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaul...François Revol2005-12-13
* Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGWFredrik Orderud2005-12-12
* fix for systems not defining PRIu64, not everyone knows C99.François Revol2005-12-05
* Fixed format specifier in STOP_TIMER macro.Alexander Strasser2005-12-01
* Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun2005-09-19
* Wrong comment after #endif.Diego Biurrun2005-09-06
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01