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-06-02remove redundant make variable SUBDIRMåns Rullgård
2006-05-29improve selftestMichael Niedermayer
2006-05-18Remove some lines that are duplicated in common.mak.Diego Biurrun
2006-05-01document clip functionsAurelien Jacobs
2006-04-30clip_uint8 should return an uint8_t instead of an int (patch by Panagiotis Is...Panagiotis Issaris
2006-04-29extend range used for testing (larger range should work too but testing code ...Michael Niedermayer
2006-04-29<= vs. >= 10l bugMichael Niedermayer
2006-04-28add newline at end of fileMåns Rullgård
2006-04-23avoid AVInteger usage in av_rescaleMichael Niedermayer
2006-04-02#define [U]INT32_{MIN,MAX} if missingMåns Rullgård
2006-03-30move enum PixelFormat from libavcodec to libavutilLuca Abeni
2006-03-07Proper mangling information for symbols in OS X Mach-O shared objects.Sam Hocevar
2006-03-06generic crc calculation codeMichael Niedermayer
2006-02-22Use native bswap32 instruction when __CPU__ is x86_64 instead of generic 386 ...Ivan Kalvachev
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-02-02AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer
2006-01-31add missing #includesDieter
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-22WinCE cross-compilation supportGildas Bazin
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-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-12Move Darwin shared library build peculiarities to configure.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-13Add some more PRIfooNN crap so it builds again here. Why can't ppl add defaul...François Revol
2005-12-12Define EMULATE_INTTYPES for all windows-systems, except Cygwin and MinGWFredrik Orderud
2005-12-10SONAME support for shared libsLuca Barbato
2005-12-06fix for systems not defining PRIu64, not everyone knows C99.François Revol
2005-12-01Fixed format specifier in STOP_TIMER macro.Alexander Strasser
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-09-20Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.hDiego Biurrun
2005-09-06Wrong comment after #endif.Diego Biurrun
2005-08-14kill a bunch of compiler warningsMåns Rullgård
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