| Commit message (Expand) | Author | Age | Files | Lines |
* | unneeded #include | Michael Niedermayer | 2006-07-14 | 1 | -3/+0 |
* | adding a \ so we can add more lines without having to do a "cosmetic" change ... | Michael Niedermayer | 2006-07-14 | 1 | -1/+1 |
* | linear least squares solver using cholesky factorization | Michael Niedermayer | 2006-07-14 | 3 | -0/+187 |
* | 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 |
* | replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use | Måns Rullgård | 2006-07-13 | 1 | -1/+1 |
* | cleanup suggested by Michael Niedermayer | Måns Rullgård | 2006-07-13 | 1 | -3/+5 |
* | move adler32 to libavutil | Måns Rullgård | 2006-07-13 | 3 | -1/+50 |
* | 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 |
* | put the code which is specific for the large crc table under #ifndef CONFIG_S... | Michael Niedermayer | 2006-07-08 | 1 | -0/+4 |
* | moving utf8 reading function to libavutil | Michael Niedermayer | 2006-07-07 | 1 | -0/+14 |
* | Add proper LGPL header. | Diego Biurrun | 2006-07-05 | 1 | -1/+14 |
* | spelling typo | Diego Biurrun | 2006-07-05 | 1 | -1/+1 |
* | Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org> | Luca Barbato | 2006-07-05 | 1 | -0/+4 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2006-07-05 | 1 | -1/+2 |
* | floorf() is not used, and causes warnings on Solaris | Måns Rullgård | 2006-07-04 | 1 | -6/+0 |
* | simplify | Michael Niedermayer | 2006-07-03 | 1 | -7/+4 |
* | fix endianess build in a better way | Luca Barbato | 2006-07-03 | 1 | -7/+4 |
* | Move REG_* macros from libavcodec/i386/mmx.h to libavutil/x86_cpu.h | Luca Abeni | 2006-07-03 | 1 | -0/+38 |
* | big endian fix | Luca Barbato | 2006-07-03 | 1 | -0/+4 |
* | 1l: put that int i back | Måns Rullgård | 2006-07-02 | 1 | -0/+1 |
* | kill warnings | Måns Rullgård | 2006-07-02 | 2 | -6/+6 |
* | compile md5 and include in libavutil.a | Ivo van Poorten | 2006-07-02 | 1 | -1/+2 |
* | add missing declaration for av_md5_sum | Ivo van Poorten | 2006-07-02 | 1 | -0/+1 |
* | cast pointers to make compiler happy | Ivo van Poorten | 2006-07-02 | 1 | -4/+3 |
* | md5 support | Michael Niedermayer | 2006-07-01 | 2 | -0/+183 |
* | make sure NDEBUG is not defined already before defining it | Diego Pettenò | 2006-06-30 | 1 | -1/+1 |
* | remove redundant make variable SUBDIR | Måns Rullgård | 2006-06-01 | 1 | -1/+0 |
* | improve selftest | Michael Niedermayer | 2006-05-29 | 1 | -3/+4 |
* | Remove some lines that are duplicated in common.mak. | Diego Biurrun | 2006-05-17 | 1 | -9/+0 |
* | 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 |
* | extend range used for testing (larger range should work too but testing code ... | Michael Niedermayer | 2006-04-29 | 1 | -3/+3 |
* | <= vs. >= 10l bug | Michael Niedermayer | 2006-04-29 | 1 | -5/+9 |
* | add newline at end of file | Måns Rullgård | 2006-04-28 | 1 | -1/+1 |
* | avoid AVInteger usage in av_rescale | Michael Niedermayer | 2006-04-23 | 2 | -7/+54 |
* | #define [U]INT32_{MIN,MAX} if missing | Måns Rullgård | 2006-04-01 | 1 | -0/+12 |
* | move enum PixelFormat from libavcodec to libavutil | Luca Abeni | 2006-03-30 | 1 | -0/+45 |
* | Proper mangling information for symbols in OS X Mach-O shared objects. | Sam Hocevar | 2006-03-06 | 1 | -0/+2 |
* | generic crc calculation code | Michael Niedermayer | 2006-03-06 | 3 | -0/+96 |
* | Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ... | Ivan Kalvachev | 2006-02-22 | 1 | -1/+1 |
* | move common parts of makefiles into common.mak | Måns Rullgård | 2006-02-13 | 1 | -59/+4 |