summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* extend range used for testing (larger range should work too but testing code ...Michael Niedermayer2006-04-29
* <= vs. >= 10l bugMichael Niedermayer2006-04-29
* add newline at end of fileMåns Rullgård2006-04-28
* avoid AVInteger usage in av_rescaleMichael Niedermayer2006-04-23
* #define [U]INT32_{MIN,MAX} if missingMåns Rullgård2006-04-01
* move enum PixelFormat from libavcodec to libavutilLuca Abeni2006-03-30
* Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar2006-03-06
* generic crc calculation codeMichael Niedermayer2006-03-06
* Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ...Ivan Kalvachev2006-02-22
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
* Simplify header installation.Diego Biurrun2006-02-11
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-02
* add missing #includesDieter2006-01-30
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-30
* Simplify LDFLAGS handling for MinGW.Diego Biurrun2006-01-29
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-26
* WinCE cross-compilation supportGildas Bazin2006-01-22
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-15
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-14
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-14
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-12
* 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
* SONAME support for shared libsLuca Barbato2005-12-10
* 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
* Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud2005-11-07
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-26
* Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun2005-09-19
* Wrong comment after #endif.Diego Biurrun2005-09-06
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* add libavutil.pc + fix version in pkg-config files patch by (j, v2v cc)j@v2v.cc2005-08-06
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01