summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
...
* New functions in DSPContext for VC-1 decodingKostya Shishkov2006-07-30
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-29
* Move av_malloc(), av_realloc(), and av_free() from libavcodec to libavutilLuca Abeni2006-07-19
* cosmeticsMåns Rullgård2006-07-16
* replace -D_GNU_SOURCE with -D_ISOC9X_SOURCE to avoid accidental useMåns Rullgård2006-07-13
* rename AMR config variables to CONFIG_AMR*Måns Rullgård2006-07-12
* Remove MPlayer-specific include option hacks.Diego Biurrun2006-07-12
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-09
* only build dpcm.o if its codecs are enabledMåns Rullgård2006-07-08
* forgot to remove adx.o from objs always builtMåns Rullgård2006-07-08
* make the adx adpcm codec availableMåns Rullgård2006-07-08
* enable/disable pcm and adpcm codecsMåns Rullgård2006-07-08
* cosmetic: sort codec list alphabeticallyMåns Rullgård2006-07-08
* rewrite kconfig-styleMåns Rullgård2006-07-08
* Sun mlib works fine. Remove comment stating otherwise.Måns Rullgård2006-07-08
* Remove bogus IPP section that is not referenced anywhere.Diego Biurrun2006-07-08
* remove -fforce-addr as it to generate slightly slower codeMåns Rullgård2006-07-07
* simplifyMåns Rullgård2006-07-06
* build mpegaudio.c and ac3enc.c only if neededMåns Rullgård2006-07-06
* AVBitStreamFilter (some thingy which can modify the bitstream like add or rem...Michael Niedermayer2006-07-06
* 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