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-23Do not use a fake libavcodec/swscale.h, but always use the real oneLuca Abeni
2006-10-16Add libswscale to the include path when enabled.Diego Biurrun
2006-10-07Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun
2006-10-03make dep should also work.Diego Biurrun
2006-10-03Mark all phony targets as such.Diego Biurrun
2006-09-14Fix vhook build on Cygwin, shared builds only.Víctor Paesa
2006-09-08Add -g to LDFLAGS instead of adding it to the command line.Diego Biurrun
2006-09-08LDFLAGS_$@ contains libs, not LDFLAGS, rename it accordingly.Diego Biurrun
2006-09-08Move required libs after the object file for the shared lib compilation.Diego Biurrun
2006-09-07Introduce a mechanism to add object-specific linker flags.Gustavo Sverzut Barbieri
2006-08-17Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun
2006-08-17Revert last commit, VPATH is necessary for out-of-tree builds.Diego Biurrun
2006-08-17Remove unnecessary include and variable declaration.Diego Biurrun
2006-08-17Make vhook CFLAGS handling less confusing.Diego Biurrun
2006-07-16Create infrastructure to install shared and static libs into different places.Diego Biurrun
2006-07-14Properly handle vhook build flags for platforms that require special handling.Diego Biurrun
2006-07-14cosmetics: Reorder some entries for more consistency and readability.Diego Biurrun
2006-07-05cosmetics: Break overly long lines.Diego Biurrun
2006-05-18uninstallation supportDiego Biurrun
2006-05-18Simplify vhook build.Diego Biurrun
2006-03-24make install target depend on vhooksMåns Rullgård
2006-01-27Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun
2006-01-16Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun
2006-01-15Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun
2006-01-12Move Darwin shared library build peculiarities to configure.Diego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-10-22Fix linking failure on Mac OS X <10.4.Patrice Bensoussan
2005-10-01vhoook vs vhook typo, patch by Steven M. Schultz < sms - at - 2BSD - at - COM >Steven M. Schultz
2005-09-26support for building dynamic libraries on Mac OS XDiego Biurrun
2005-08-02libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser
2005-07-11compiling using nonstd include/library locations / add LDFLAGS to a few place...Niki W. Waibel
2005-03-16add libdir support to configure patch by (Luca Barbato )lu_zero gentoo org)Luca Barbato
2005-02-26watermark filter by (Marcus Engene <ffmpeg engene se>)Michael Niedermayer
2004-07-08spaces in the patch fix by (Nicolas Boos <nicolas.boos at wanadoo dot fr>)Michael Niedermayer
2003-11-032nd attempt at OS/X shared/mdynamicnopic fix by ("Steven M. Schultz" <sms at ...Michael Niedermayer
2003-10-18- Moving -Wall from the individual Makefiles to configure (and onlyDan Christiansen
2003-09-29PowerPC warnings & optimisations patch by (Dan Christiansen <danchr at daimi ...Dan Christiansen
2003-09-29ppm vhook follow up patch by (Charles Yates <charles dot yates at pandora dot...Charles Yates
2003-09-09Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>)Glenn Maynard
2003-02-11Add Makefile entry for the drawtext filterPhilip Gladstone
2003-02-01fixed dependenciesFabrice Bellard
2003-01-22dependency handling is consistant with libavcodecFabrice Bellard
2003-01-22removed unused ruleFabrice Bellard
2003-01-22dependency handling is consistant with libavcodecFabrice Bellard
2003-01-14AUtomatic dependency generation. Runs on Linux (at least). Probably shouldPhilip Gladstone
2002-11-30Moved hook documentation into the doc directoryPhilip Gladstone
2002-11-29fixed multidir compileFabrice Bellard
2002-11-26Try to get this to build on more platforms (especially Darwin)Philip Gladstone
2002-11-25renamed libav to libavformatFabrice Bellard