| Commit message (Expand) | Author | Age | Files | Lines |
* | move memory functions from avcodec to avutil | Luca Barbato | 2006-09-25 | 1 | -0/+5 |
* | remove a division from STOP_TIMER | Loren Merritt | 2006-09-21 | 1 | -1/+1 |
* | simplify asm mid_pred, as suggested by michaelni. | Loren Merritt | 2006-09-21 | 1 | -10/+9 |
* | asm implementation of mid_pred. | Loren Merritt | 2006-09-15 | 1 | -1/+16 |
* | Add official LGPL license headers to the files that were missing them. | Diego Biurrun | 2006-09-10 | 1 | -0/+18 |
* | Align the input buffer in ffplay, introduce a public macro for aligned declar... | Luca Barbato | 2006-08-31 | 1 | -0/+7 |
* | attribute_deprecated | Michael Niedermayer | 2006-08-20 | 1 | -0/+8 |
* | SWAP | Michael Niedermayer | 2006-08-19 | 1 | -0/+2 |
* | do not include bswap.h in common.h for external programs, since the former | Reimar Döffinger | 2006-07-21 | 1 | -2/+0 |
* | Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil | Luca Abeni | 2006-07-19 | 1 | -0/+5 |
* | Split common.h in two parts, purely internal stuff (internal.h) and things | Reimar Döffinger | 2006-07-16 | 1 | -214/+7 |
* | indent | Måns Rullgård | 2006-07-14 | 1 | -8/+8 |
* | simplify | Måns Rullgård | 2006-07-14 | 1 | -17/+6 |
* | simplify | Måns Rullgård | 2006-07-14 | 1 | -23/+4 |
* | remove impossible #ifdef case | Måns Rullgård | 2006-07-14 | 1 | -12/+2 |
* | remove old msvc cruft | Måns Rullgård | 2006-07-13 | 1 | -8/+2 |
* | remove redundant #include <math.h> | Måns Rullgård | 2006-07-13 | 1 | -5/+0 |
* | CONFIG_WIN32 implies MinGW and Cygwin and possibly more, so use just | Diego Biurrun | 2006-07-11 | 1 | -6/+6 |
* | cosmetics: Fix indentation after last commit. | Diego Biurrun | 2006-07-11 | 1 | -5/+5 |
* | Remove old MSVC remnants. | Diego Biurrun | 2006-07-11 | 1 | -15/+0 |
* | cosmetic | Michael Niedermayer | 2006-07-09 | 1 | -6/+3 |
* | remove STATS code (probably hasnt been used for years ..., and its not comple... | Michael Niedermayer | 2006-07-09 | 1 | -24/+0 |
* | moving utf8 reading function to libavutil | Michael Niedermayer | 2006-07-07 | 1 | -0/+14 |
* | Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org> | Luca Barbato | 2006-07-05 | 1 | -0/+4 |
* | floorf() is not used, and causes warnings on Solaris | Måns Rullgård | 2006-07-04 | 1 | -6/+0 |
* | make sure NDEBUG is not defined already before defining it | Diego Pettenò | 2006-06-30 | 1 | -1/+1 |
* | document clip functions | Aurelien Jacobs | 2006-05-01 | 1 | -0/+12 |
* | clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Is... | Panagiotis Issaris | 2006-04-30 | 1 | -1/+1 |
* | #define [U]INT32_{MIN,MAX} if missing | Måns Rullgård | 2006-04-01 | 1 | -0/+12 |
* | Proper mangling information for symbols in OS X Mach-O shared objects. | Sam Hocevar | 2006-03-06 | 1 | -0/+2 |
* | On MinGW it is not possible to build shared and static libraries at once. | Diego Biurrun | 2006-01-30 | 1 | -2/+9 |
* | WinCE cross-compilation support | Gildas Bazin | 2006-01-22 | 1 | -0/+8 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -19/+19 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -6/+6 |
* | Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaul... | François Revol | 2005-12-13 | 1 | -1/+21 |
* | Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGW | Fredrik Orderud | 2005-12-12 | 1 | -0/+4 |
* | fix for systems not defining PRIu64, not everyone knows C99. | François Revol | 2005-12-05 | 1 | -0/+4 |
* | Fixed format specifier in STOP_TIMER macro. | Alexander Strasser | 2005-12-01 | 1 | -1/+1 |
* | Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h | Diego Biurrun | 2005-09-19 | 1 | -0/+29 |
* | Wrong comment after #endif. | Diego Biurrun | 2005-09-06 | 1 | -1/+1 |
* | libavutil: Utility code from libavcodec moved to a separate library. | Alexander Strasser | 2005-08-01 | 1 | -0/+548 |