aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-071-1/+1
* Move EXTRALIBS handling to common.mak.Diego Biurrun2006-10-031-2/+1
* rtp.o needs mpegts.oDiego Biurrun2006-10-021-1/+1
* WavPack lossless audio decoderKostya Shishkov2006-09-261-0/+1
* Split the DV demuxer and muxer into separate files (as suggested by DiegoPanagiotis Issaris2006-09-151-1/+1
* Remove empty variable declaration.Diego Biurrun2006-09-081-1/+0
* AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com %Steve L'Homme2006-08-291-0/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externalDiego Biurrun2006-08-171-2/+2
* move common code from mov.c and movenc.c to isom.cBaptiste Coudurier2006-08-011-6/+6
* MXF demuxerBaptiste Coudurier2006-07-251-0/+1
* GXF muxerBaptiste Coudurier2006-07-191-0/+4
* 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-2/+2
* nut needs crc.oMåns Rullgård2006-07-121-2/+2
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-27/+28
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-25/+124
* cosmetics: Break overly long lines.Diego Biurrun2006-07-051-2/+5
* add GXF demuxerReimar Döffinger2006-07-031-1/+1
* remove redundant make variable SUBDIRMåns Rullgård2006-06-011-1/+0
* ogm demuxingMåns Rullgård2006-05-111-1/+1
* Further simplify AMR build.Diego Biurrun2006-05-061-10/+2
* Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.Diego Biurrun2006-04-151-1/+1
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-271-1/+1
* Smacker demuxer and decoder.Kostya Shishkov2006-03-211-1/+1
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-171-1/+1
* move common parts of makefiles into common.makMåns Rullgård2006-02-131-73/+7
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-121-1/+1
* tta demuxer, also usable for moving tta audio data into an other containerAlex Beregszaszi2006-02-121-1/+1
* Use the incdir variable.Diego Biurrun2006-02-111-1/+1
* Simplify header installation.Diego Biurrun2006-02-111-7/+2
* Separate library install into static and shared installation.Diego Biurrun2006-02-111-8/+3
* Separate header file installation from the general install target.Diego Biurrun2006-02-111-2/+2
* generate adts frame headers if requiredMåns Rullgård2006-02-101-1/+1
* add a Creative VOC (de)muxerAurelien Jacobs2006-02-091-1/+2
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-021-1/+1
* video4linux2 input supportLuca Abeni2006-02-011-0/+4
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-301-2/+3
* 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
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-211-5/+16
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-161-2/+5
* 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-6/+6
* 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
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-041-4/+0
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-261-9/+11