Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-11-08allow spaces in source and build directory namesMåns Rullgård
2006-10-11Move CFLAGS handling to common.mak.Diego Biurrun
2006-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
2006-09-21 * Moving FifoBuffer out of libavformat/avformat.h andRoman Shaposhnik
2006-08-17Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun
2006-07-19Install log.hLuca Abeni
2006-07-19Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni
2006-07-18Move av_log() & friends to libavutilLuca Abeni
2006-07-14adding a \ so we can add more lines without having to do a "cosmetic" change ...Michael Niedermayer
2006-07-14linear least squares solver using cholesky factorizationMichael Niedermayer
2006-07-14replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård
2006-07-14move adler32 to libavutilMåns Rullgård
2006-07-05cosmetics: Break overly long lines.Diego Biurrun
2006-07-02compile md5 and include in libavutil.aIvo van Poorten
2006-06-02remove redundant make variable SUBDIRMåns Rullgård
2006-05-18Remove some lines that are duplicated in common.mak.Diego Biurrun
2006-04-23avoid AVInteger usage in av_rescaleMichael Niedermayer
2006-03-06generic crc calculation codeMichael Niedermayer
2006-02-13move common parts of makefiles into common.makMåns Rullgård
2006-02-11Simplify header installation.Diego Biurrun
2006-02-11Separate library install into static and shared installation.Diego Biurrun
2006-02-11Separate header file installation from the general install target.Diego Biurrun
2006-01-30On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun
2006-01-29Simplify LDFLAGS handling for MinGW.Diego Biurrun
2006-01-27Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun
2006-01-15Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun
2006-01-14Move library name generation to configure, simplifies build system a bit more.Diego Biurrun
2006-01-14Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun
2006-01-12Move Darwin shared library build peculiarities to configure.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-10SONAME support for shared libsLuca Barbato
2005-11-07Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud
2005-09-26support for building dynamic libraries on Mac OS XDiego Biurrun
2005-08-06add libavutil.pc + fix version in pkg-config files patch by (j, v2v cc)j@v2v.cc
2005-08-02libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser