| Commit message (Expand) | Author | Age | Files | Lines |
* | Move base64.[ch] to libavutil. | Carl Eugen Hoyos | 2007-02-13 | 1 | -0/+1 |
* | mxf aes decryption support, patch by Reimar, simplified to only look for firs... | Reimar Döffinger | 2007-02-11 | 1 | -0/+1 |
* | av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com | Michael Niedermayer | 2007-02-08 | 1 | -1/+3 |
* | Move lzo decompression to libavutil | Reimar Döffinger | 2007-01-31 | 1 | -1/+2 |
* | AVL tree | Michael Niedermayer | 2006-11-14 | 1 | -0/+1 |
* | allow spaces in source and build directory names | Måns Rullgård | 2006-11-08 | 1 | -1/+1 |
* | Move CFLAGS handling to common.mak. | Diego Biurrun | 2006-10-11 | 1 | -2/+1 |
* | Replace -I../-I. by -I$(BUILD_ROOT). | Diego Biurrun | 2006-10-07 | 1 | -2/+1 |
* | * Moving FifoBuffer out of libavformat/avformat.h and | Roman Shaposhnik | 2006-09-21 | 1 | -1/+2 |
* | Move all internal -I parameters to the front of CFLAGS to avoid using external | Diego Biurrun | 2006-08-17 | 1 | -1/+1 |
* | Install log.h | Luca Abeni | 2006-07-19 | 1 | -1/+1 |
* | Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutil | Luca Abeni | 2006-07-19 | 1 | -1/+2 |
* | Move av_log() & friends to libavutil | Luca Abeni | 2006-07-18 | 1 | -0/+1 |
* | adding a \ so we can add more lines without having to do a "cosmetic" change ... | Michael Niedermayer | 2006-07-14 | 1 | -1/+1 |
* | linear least squares solver using cholesky factorization | Michael Niedermayer | 2006-07-14 | 1 | -0/+1 |
* | replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental use | Måns Rullgård | 2006-07-13 | 1 | -1/+1 |
* | move adler32 to libavutil | Måns Rullgård | 2006-07-13 | 1 | -1/+2 |
* | cosmetics: Break overly long lines. | Diego Biurrun | 2006-07-05 | 1 | -1/+2 |
* | compile md5 and include in libavutil.a | Ivo van Poorten | 2006-07-02 | 1 | -1/+2 |
* | remove redundant make variable SUBDIR | Måns Rullgård | 2006-06-01 | 1 | -1/+0 |
* | Remove some lines that are duplicated in common.mak. | Diego Biurrun | 2006-05-17 | 1 | -9/+0 |
* | avoid AVInteger usage in av_rescale | Michael Niedermayer | 2006-04-23 | 1 | -1/+0 |
* | generic crc calculation code | Michael Niedermayer | 2006-03-06 | 1 | -0/+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 |
* | On MinGW it is not possible to build shared and static libraries at once. | Diego Biurrun | 2006-01-30 | 1 | -3/+4 |
* | 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 |
* | 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 |
* | Move Darwin shared library build peculiarities to configure. | Diego Biurrun | 2006-01-12 | 1 | -3/+0 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -1/+1 |
* | SONAME support for shared libs | Luca Barbato | 2005-12-10 | 1 | -0/+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 |
* | 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 | 1 | -0/+92 |