aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-131-0/+1
* mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger2007-02-111-0/+1
* av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t comMichael Niedermayer2007-02-081-1/+3
* Move lzo decompression to libavutilReimar Döffinger2007-01-311-1/+2
* AVL treeMichael Niedermayer2006-11-141-0/+1
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-1/+1
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-111-2/+1
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-2/+1
* * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik2006-09-211-1/+2
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-171-1/+1
* Install log.hLuca Abeni2006-07-191-1/+1
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-191-1/+2
* Move av_log() & friends to libavutilLuca Abeni2006-07-181-0/+1
* adding a \ so we can add more lines without having to do a "cosmetic" change ...Michael Niedermayer2006-07-141-1/+1
* linear least squares solver using cholesky factorizationMichael Niedermayer2006-07-141-0/+1
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-131-1/+1
* move adler32 to libavutilMåns Rullgård2006-07-131-1/+2
* cosmetics: Break overly long lines.Diego Biurrun2006-07-051-1/+2
* compile md5 and include in libavutil.aIvo van Poorten2006-07-021-1/+2
* remove redundant make variable SUBDIRMåns Rullgård2006-06-011-1/+0
* Remove some lines that are duplicated in common.mak.Diego Biurrun2006-05-171-9/+0
* avoid AVInteger usage in av_rescaleMichael Niedermayer2006-04-231-1/+0
* generic crc calculation codeMichael Niedermayer2006-03-061-0/+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
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-301-3/+4
* 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
* 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
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-121-3/+0
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-1/+1
* SONAME support for shared libsLuca Barbato2005-12-101-0/+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
* 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-011-0/+92