| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Simplify header installation. | Diego Biurrun | 2006-02-11 | 1 | -10/+3 |
* | Separate library install into static and shared installation. | Diego Biurrun | 2006-02-11 | 1 | -8/+2 |
* | Separate header file installation from the general install target. | Diego Biurrun | 2006-02-11 | 1 | -2/+2 |
* | AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org) | Michael Niedermayer | 2006-02-02 | 2 | -0/+51 |
* | add missing #includes | Dieter | 2006-01-30 | 1 | -0/+1 |
* | On MinGW it is not possible to build shared and static libraries at once. | Diego Biurrun | 2006-01-30 | 2 | -5/+13 |
* | Simplify LDFLAGS handling for MinGW. | Diego Biurrun | 2006-01-29 | 1 | -3/+6 |
* | Remove obscure Makefile.bak entry from distclean rules. | Diego Biurrun | 2006-01-26 | 1 | -1/+1 |
* | WinCE cross-compilation support | Gildas Bazin | 2006-01-22 | 1 | -0/+8 |
* | Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. | Diego Biurrun | 2006-01-15 | 1 | -1/+1 |
* | Move library name generation to configure, simplifies build system a bit more. | Diego Biurrun | 2006-01-14 | 1 | -3/+1 |
* | Create symbolic links for all library sonames and clean up Makefiles. | Diego Biurrun | 2006-01-14 | 1 | -3/+9 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 6 | -6/+6 |
* | Move Darwin shared library build peculiarities to configure. | Diego Biurrun | 2006-01-12 | 1 | -3/+0 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 3 | -43/+43 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 9 | -43/+43 |
* | 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 |
* | SONAME support for shared libs | Luca Barbato | 2005-12-10 | 1 | -0/+1 |
* | 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 |
* | Put double-quotes around the install path in the "install-headers" section | Fredrik Orderud | 2005-11-07 | 1 | -2/+2 |
* | support for building dynamic libraries on Mac OS X | Diego Biurrun | 2005-09-26 | 1 | -8/+11 |
* | 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 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -1/+1 |
* | add libavutil.pc + fix version in pkg-config files patch by (j, v2v cc) | j@v2v.cc | 2005-08-06 | 1 | -2/+2 |
* | libavutil: Utility code from libavcodec moved to a separate library. | Alexander Strasser | 2005-08-01 | 12 | -0/+1456 |