summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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