aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.Diego Biurrun2006-04-151-1/+1
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-071-0/+3
* EXTRALIBS already contains -lm, no need to add it explicitly.Diego Biurrun2006-03-291-1/+1
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-271-0/+5
* altivec support for snowLuca Barbato2006-03-271-1/+1
* Smacker demuxer and decoder.Kostya Shishkov2006-03-211-0/+3
* since Michael prefers to keep dsputil.h private to libavcodecMåns Rullgård2006-03-201-1/+1
* Add the mmx and sse2 implementations of ff_snow_vertical_compose().Robert Edele2006-03-201-1/+1
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-081-1/+5
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-171-0/+3
* move common parts of makefiles into common.makMåns Rullgård2006-02-131-74/+10
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-121-0/+3
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-121-0/+3
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ...Alex Beregszaszi2006-02-121-0/+3
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-111-26/+0
* 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
* Install static libpostproc if CONFIG_PP is set.Diego Biurrun2006-02-111-0/+3
* Install libpostproc headers if CONFIG_PP is set.Diego Biurrun2006-02-111-0/+3
* os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedl...Michael Niedermayer2006-02-021-0/+5
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-301-1/+2
* 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
* xvid ratecontrol supportMichael Niedermayer2006-01-241-0/+1
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-161-2/+3
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-151-1/+2
* Remove redundant --enable-shared-pp configure option and make the PP codeDiego Biurrun2006-01-141-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
* minor consistency fixDiego Biurrun2006-01-131-1/+1
* Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger2006-01-121-0/+1
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-121-5/+0
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-091-0/+3
* install dsputil.h, that is used by many filters in mplayerNico Sabbi2006-01-081-0/+2
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-031-0/+3
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-2/+2
* SONAME support for shared libsLuca Barbato2005-12-101-0/+1
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-091-0/+3
* BMP image decoderMåns Rullgård2005-11-301-2/+4
* Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on th...Guillaume Poirier2005-11-211-1/+13
* dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-mue...Wolfram Gloger2005-11-141-2/+2
* Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud2005-11-071-2/+2
* Place qdm2 and truemotion2 in ifdef block so that they can be disabledRoberto Togni2005-11-051-1/+7
* Add DTS_INC to the CFLAGS for DTS. This is only set by external configureDiego Biurrun2005-10-231-0/+1
* revert useless patch that was supposed to fix DTS support (but the fix belong...Guillaume Poirier2005-10-191-1/+0
* QDM2 compatible decoderRoberto Togni2005-10-181-1/+1
* Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POI...Giacomo Comes2005-10-141-0/+1
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-131-1/+1
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-041-15/+0