summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
* Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gatheredDiego Biurrun2008-11-20
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
* Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.Diego Biurrun2008-11-20
* cosmetics: indentationDiego Biurrun2008-11-20
* Use standard OBJS-$(HAVE_MMX) trick for MMX objects insteadDiego Biurrun2008-11-20
* cosmetics: Add a few more explanatory comments to the object sections.Diego Biurrun2008-11-18
* cosmetics: Sort processor-specific object lines into alphabetical order.Diego Biurrun2008-11-18
* Add a Makefile variable for the old scaler that gets enabled when the newDiego Biurrun2008-11-17
* Revert previous commit: the libavcodec/i386/fft_*.o objects depend onDiego Biurrun2008-11-17
* Only the yasm-dependent objects should be enabled by a yasm conditional.Diego Biurrun2008-11-17
* cosmetics: Group ppc-specific objects together.Diego Biurrun2008-11-17
* cosmetics: Group ARM objects sections together.Diego Biurrun2008-11-17
* cosmetics: Reorder processor-specific entries alphabetically.Diego Biurrun2008-11-17
* Electronic Arts TGQ/TQI/MAD IDCT algorithmPeter Ross2008-11-08
* Electronic Arts TGQ video decoderPeter Ross2008-11-08
* Use ff_dot_productf() in ra288.cVitor Sessak2008-10-30
* ARM: move VFP DSP functions to dsputils_vfp.SMåns Rullgård2008-10-27
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-26
* Merge OBJS-$(FOO) lists with same FOOMåns Rullgård2008-10-26
* Use OBJS variable for all object filesMåns Rullgård2008-10-25
* Add CONFIG_GOLOMB and auto-select when neededMåns Rullgård2008-10-25
* Auto-enable CONFIG_MDCT when neededMåns Rullgård2008-10-25
* cosmetics: Change the order of mlp parser objects to be consistent.Diego Biurrun2008-10-25
* Move declaration of mlp decoder dependency on mlp parser to the MakefileDiego Biurrun2008-10-25
* Build MMX/SSE FFT only if CONFIG_FFT is setMåns Rullgård2008-10-24
* Auto-enable CONFIG_FFT for codecs that need itMåns Rullgård2008-10-24
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-24
* Speex decoding via libspeexDavid Conrad2008-10-24
* dnxhd parserBaptiste Coudurier2008-10-24
* Remove obsolete liba52 wrapper code.Diego Biurrun2008-10-06
* Add RLE4 and RLE8 decoding support for BMPKostya Shishkov2008-09-23
* Factorize out code used for MS RLE format decoding in different decoders.Kostya Shishkov2008-09-18
* add a separate line in Makefile for E-AC-3 decoder and only compile it whenJustin Ruggles2008-09-02
* Remaining parts of Nellymoser encoderBartlomiej Wolowiec2008-09-01
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-31
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-24
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-21
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-19
* alacenc: last few hunks approved by michaelJai Menon2008-08-19
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-16
* gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins...Loren Merritt2008-08-14
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-13
* indentLoren Merritt2008-08-12
* split-radix FFTLoren Merritt2008-08-12
* Electronic Arts TGV decoderPeter Ross2008-08-06
* Motion Pixels Video Decoder.Gregory Montoir2008-07-10
* Electronic Arts CMV decoderPeter Ross2008-07-08
* MLP/TrueHD decoder.Ramiro Polla2008-07-04
* Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak2008-06-29