aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Use ff_dot_productf() in ra288.cVitor Sessak2008-10-301-1/+1
* ARM: move VFP DSP functions to dsputils_vfp.SMåns Rullgård2008-10-271-0/+1
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-261-72/+72
* Merge OBJS-$(FOO) lists with same FOOMåns Rullgård2008-10-261-8/+4
* Use OBJS variable for all object filesMåns Rullgård2008-10-251-5/+5
* Add CONFIG_GOLOMB and auto-select when neededMåns Rullgård2008-10-251-13/+14
* Auto-enable CONFIG_MDCT when neededMåns Rullgård2008-10-251-15/+16
* cosmetics: Change the order of mlp parser objects to be consistent.Diego Biurrun2008-10-251-1/+1
* Move declaration of mlp decoder dependency on mlp parser to the MakefileDiego Biurrun2008-10-251-1/+1
* Build MMX/SSE FFT only if CONFIG_FFT is setMåns Rullgård2008-10-241-2/+3
* Auto-enable CONFIG_FFT for codecs that need itMåns Rullgård2008-10-241-15/+16
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-241-1/+1
* Speex decoding via libspeexDavid Conrad2008-10-241-0/+1
* dnxhd parserBaptiste Coudurier2008-10-241-0/+1
* Remove obsolete liba52 wrapper code.Diego Biurrun2008-10-061-1/+1
* Add RLE4 and RLE8 decoding support for BMPKostya Shishkov2008-09-231-1/+1
* Factorize out code used for MS RLE format decoding in different decoders.Kostya Shishkov2008-09-181-3/+3
* add a separate line in Makefile for E-AC-3 decoder and only compile it whenJustin Ruggles2008-09-021-0/+1
* Remaining parts of Nellymoser encoderBartlomiej Wolowiec2008-09-011-0/+1
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-311-1/+1
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-241-1/+1
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-241-1/+1
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-211-0/+1
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-191-1/+1
* alacenc: last few hunks approved by michaelJai Menon2008-08-191-0/+1
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-161-1/+1
* gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins...Loren Merritt2008-08-141-0/+1
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-131-2/+2
* indentLoren Merritt2008-08-121-4/+4
* split-radix FFTLoren Merritt2008-08-121-0/+2
* Electronic Arts TGV decoderPeter Ross2008-08-061-0/+1
* Motion Pixels Video Decoder.Gregory Montoir2008-07-101-0/+1
* Electronic Arts CMV decoderPeter Ross2008-07-081-0/+1
* MLP/TrueHD decoder.Ramiro Polla2008-07-041-0/+1
* Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak2008-06-291-1/+1
* VP3 & Theora parser to extract keyframe flags.Michael Niedermayer2008-06-261-0/+1
* cosmetics: alignmentDiego Biurrun2008-06-221-84/+84
* Add missing entry for PCM_DVD_ENCODER.Diego Biurrun2008-06-221-0/+1
* Add missing mpegvideo.o to list of vc1.o dependencies.Peter Ross2008-06-221-2/+2
* Add missing entry for ADPCM_IMA_QT_ENCODER.Peter Ross2008-06-221-0/+1
* Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.Peter Ross2008-06-221-0/+1
* add ac3dec_data.[c,h]Justin Ruggles2008-06-081-1/+1
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-081-1/+1
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-061-4/+0
* Remove ra144.o dependency added in revision r13500, now revertedVitor Sessak2008-05-311-1/+1
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-281-1/+1
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-171-0/+1
* armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list sinceGuillaume Poirier2008-05-121-2/+2
* Add some initial optimizations for ARM VFP (floatingSiarhei Siamashka2008-05-111-0/+2
* Add Dirac support through libschroedinger.Anuradha Suraparaju2008-05-031-0/+2