summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
* use $(LIBOBJFLAGS) when compiling sparc/*.cMåns Rullgård2006-07-05
* cosmetics: Break overly long lines.Diego Biurrun2006-07-05
* CAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)Michael Niedermayer2006-07-03
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-27
* first rudimentary version of (Justin Ruggles jruggle earthlink net) flac enc...Michael Niedermayer2006-06-24
* use ifeq(...,yes) instead of ifdefMåns Rullgård2006-06-09
* remove redundant make variable SUBDIRMåns Rullgård2006-06-01
* Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson2006-06-01
* fix compilation of 3dnowext instinsincs, both on ia32 and AMD64.Guillaume Poirier2006-05-16
* Add 3dnow intrinsic support for AMD64 machines: -march=athlon means IA32 for ...Guillaume Poirier2006-05-14
* Further simplify AMR build.Diego Biurrun2006-05-06
* Ignore errors from recursive AMR cleans.Diego Biurrun2006-05-05
* Unconditionally clean AMR subdirs.Diego Biurrun2006-05-05
* Fix amr_nb-fixed build.Diego Biurrun2006-04-27
* Disentangle dependencies between amr_nb and amr_nb-fixed: amr_nb-fixed doesDiego Biurrun2006-04-27
* cosmetics: Group all AMR variables together, add some newlines.Diego Biurrun2006-04-27
* Misplaced CLEANAMR.Diego Biurrun2006-04-27
* CLEANAMRWB --> CLEANAMR typoDiego Biurrun2006-04-27
* Have EXTRALIBS appear after other link options, fixes shared build on Cygwin.Diego Biurrun2006-04-15
* KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov2006-04-07
* EXTRALIBS already contains -lm, no need to add it explicitly.Diego Biurrun2006-03-29
* NuppelVideo/MythTVVideo support, including rtjpeg decoderReimar Döffinger2006-03-27
* altivec support for snowLuca Barbato2006-03-27
* Smacker demuxer and decoder.Kostya Shishkov2006-03-21
* since Michael prefers to keep dsputil.h private to libavcodecMåns Rullgård2006-03-20
* Add the mmx and sse2 implementations of ff_snow_vertical_compose().Robert Edele2006-03-20
* 3DNow! & Extended 3DNow! versions of FFTZuxy Meng2006-03-08
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-17
* move common parts of makefiles into common.makMåns Rullgård2006-02-13
* dosbox native ZMBV decoder, courtesy of KostyaMike Melanson2006-02-12
* complete American Laser Games MM playback system, courtesy of Peter RossMike Melanson2006-02-12
* tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ...Alex Beregszaszi2006-02-12
* Move libpostproc compilation to the top-level Makefile.Diego Biurrun2006-02-11
* Simplify header installation.Diego Biurrun2006-02-11
* Separate library install into static and shared installation.Diego Biurrun2006-02-11
* Separate header file installation from the general install target.Diego Biurrun2006-02-11
* Install static libpostproc if CONFIG_PP is set.Diego Biurrun2006-02-11
* Install libpostproc headers if CONFIG_PP is set.Diego Biurrun2006-02-11
* os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedl...Michael Niedermayer2006-02-02
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-30
* Simplify LDFLAGS handling for MinGW.Diego Biurrun2006-01-29
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-26
* xvid ratecontrol supportMichael Niedermayer2006-01-24
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-15
* Remove redundant --enable-shared-pp configure option and make the PP codeDiego Biurrun2006-01-14
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-14
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-14
* minor consistency fixDiego Biurrun2006-01-13
* Our own LZO (1X) implementation, under LGPL and optimized for readability.Reimar Döffinger2006-01-12