summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* cast pointers to make compiler happyIvo van Poorten2006-07-021-4/+3
* md5 supportMichael Niedermayer2006-07-012-0/+183
* make sure NDEBUG is not defined already before defining itDiego Pettenò2006-06-301-1/+1
* remove redundant make variable SUBDIRMåns Rullgård2006-06-011-1/+0
* improve selftestMichael Niedermayer2006-05-291-3/+4
* Remove some lines that are duplicated in common.mak.Diego Biurrun2006-05-171-9/+0
* 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
* extend range used for testing (larger range should work too but testing code ...Michael Niedermayer2006-04-291-3/+3
* <= vs. >= 10l bugMichael Niedermayer2006-04-291-5/+9
* add newline at end of fileMåns Rullgård2006-04-281-1/+1
* avoid AVInteger usage in av_rescaleMichael Niedermayer2006-04-232-7/+54
* #define [U]INT32_{MIN,MAX} if missingMåns Rullgård2006-04-011-0/+12
* move enum PixelFormat from libavcodec to libavutilLuca Abeni2006-03-301-0/+45
* Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar2006-03-061-0/+2
* generic crc calculation codeMichael Niedermayer2006-03-063-0/+96
* Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ...Ivan Kalvachev2006-02-221-1/+1
* move common parts of makefiles into common.makMåns Rullgård2006-02-131-59/+4
* Simplify header installation.Diego Biurrun2006-02-111-10/+3
* Separate library install into static and shared installation.Diego Biurrun2006-02-111-8/+2
* Separate header file installation from the general install target.Diego Biurrun2006-02-111-2/+2
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-022-0/+51
* add missing #includesDieter2006-01-301-0/+1
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-302-5/+13
* Simplify LDFLAGS handling for MinGW.Diego Biurrun2006-01-291-3/+6
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-261-1/+1
* WinCE cross-compilation supportGildas Bazin2006-01-221-0/+8
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-151-1/+1
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-141-3/+1
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-141-3/+9
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-126-6/+6
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-121-3/+0
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-223-43/+43
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-179-43/+43
* 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
* SONAME support for shared libsLuca Barbato2005-12-101-0/+1
* 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
* Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud2005-11-071-2/+2
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-261-8/+11
* 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
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-1/+1
* add libavutil.pc + fix version in pkg-config files patch by (j, v2v cc)j@v2v.cc2005-08-061-2/+2
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-0112-0/+1456