summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
* Electronic Arts TGQ/TQI/MAD IDCT algorithmPeter Ross2008-11-08
| | | | Originally committed as revision 15790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGQ video decoderPeter Ross2008-11-08
| | | | Originally committed as revision 15789 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_dot_productf() in ra288.cVitor Sessak2008-10-30
| | | | Originally committed as revision 15757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: move VFP DSP functions to dsputils_vfp.SMåns Rullgård2008-10-27
| | | | Originally committed as revision 15727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-26
| | | | Originally committed as revision 15717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge OBJS-$(FOO) lists with same FOOMåns Rullgård2008-10-26
| | | | Originally committed as revision 15716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use OBJS variable for all object filesMåns Rullgård2008-10-25
| | | | | | | There is no longer any need to differentiate the object files by source type. Originally committed as revision 15708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add CONFIG_GOLOMB and auto-select when neededMåns Rullgård2008-10-25
| | | | Originally committed as revision 15706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Auto-enable CONFIG_MDCT when neededMåns Rullgård2008-10-25
| | | | Originally committed as revision 15705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Change the order of mlp parser objects to be consistent.Diego Biurrun2008-10-25
| | | | Originally committed as revision 15697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move declaration of mlp decoder dependency on mlp parser to the MakefileDiego Biurrun2008-10-25
| | | | | | where all other such dependencies are declared. Originally committed as revision 15696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Build MMX/SSE FFT only if CONFIG_FFT is setMåns Rullgård2008-10-24
| | | | Originally committed as revision 15692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Auto-enable CONFIG_FFT for codecs that need itMåns Rullgård2008-10-24
| | | | Originally committed as revision 15686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-24
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Speex decoding via libspeexDavid Conrad2008-10-24
| | | | Originally committed as revision 15676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd parserBaptiste Coudurier2008-10-24
| | | | Originally committed as revision 15673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete liba52 wrapper code.Diego Biurrun2008-10-06
| | | | Originally committed as revision 15571 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RLE4 and RLE8 decoding support for BMPKostya Shishkov2008-09-23
| | | | Originally committed as revision 15390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize out code used for MS RLE format decoding in different decoders.Kostya Shishkov2008-09-18
| | | | Originally committed as revision 15356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a separate line in Makefile for E-AC-3 decoder and only compile it whenJustin Ruggles2008-09-02
| | | | | | GPL is enabled. fixes building without GPL or with liba52. Originally committed as revision 15151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remaining parts of Nellymoser encoderBartlomiej Wolowiec2008-09-01
| | | | Originally committed as revision 15138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* turn on E-AC-3 decoding support and update the ChangelogJustin Ruggles2008-08-31
| | | | Originally committed as revision 15103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to me. committed to wrong repo. revert last commit.Justin Ruggles2008-08-24
| | | | Originally committed as revision 14953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: rename some functions from *get_* to *decode_*Justin Ruggles2008-08-24
| | | | Originally committed as revision 14952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Last hunk of the AAC decoder code to be OKed and build system and documentationRobert Swain2008-08-21
| | | | | | alterations as appropriate Originally committed as revision 14873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.Diego Biurrun2008-08-19
| | | | Originally committed as revision 14851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alacenc: last few hunks approved by michaelJai Menon2008-08-19
| | | | Originally committed as revision 14845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.Ramiro Polla2008-08-16
| | | | Originally committed as revision 14790 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ↵Loren Merritt2008-08-14
| | | | | | inside HAVE_7REGS), so write it in yasm Originally committed as revision 14749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlp: Split common code from parser and decoder to be used by encoder.Ramiro Polla2008-08-13
| | | | Originally committed as revision 14733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentLoren Merritt2008-08-12
| | | | Originally committed as revision 14699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split-radix FFTLoren Merritt2008-08-12
| | | | | | c is 1.9x faster than previous c (on various x86 cpus), sse is 1.6x faster than previous sse. Originally committed as revision 14698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts TGV decoderPeter Ross2008-08-06
| | | | Originally committed as revision 14642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Motion Pixels Video Decoder.Gregory Montoir2008-07-10
| | | | | | Patch by Gregory Montoir <cyx <at> users <dot> sourceforge <dot> net> Originally committed as revision 14146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Electronic Arts CMV decoderPeter Ross2008-07-08
| | | | Originally committed as revision 14110 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MLP/TrueHD decoder.Ramiro Polla2008-07-04
| | | | Originally committed as revision 14067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_acelp_lp_synthesis_filter() instead of duplicating itVitor Sessak2008-06-29
| | | | Originally committed as revision 14029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3 & Theora parser to extract keyframe flags.Michael Niedermayer2008-06-26
| | | | | | This parser is not able to split random bitstream pieces. Originally committed as revision 13986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alignmentDiego Biurrun2008-06-22
| | | | Originally committed as revision 13886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry for PCM_DVD_ENCODER.Diego Biurrun2008-06-22
| | | | Originally committed as revision 13885 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing mpegvideo.o to list of vc1.o dependencies.Peter Ross2008-06-22
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry for ADPCM_IMA_QT_ENCODER.Peter Ross2008-06-22
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.Peter Ross2008-06-22
| | | | | | patch by Peter Ross, pross xvid org Originally committed as revision 13882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ac3dec_data.[c,h]Justin Ruggles2008-06-08
| | | | Originally committed as revision 13715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-08
| | | | Originally committed as revision 13713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-06
| | | | | | rewritten since they were originally created. Originally committed as revision 13675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ra144.o dependency added in revision r13500, now revertedVitor Sessak2008-05-31
| | | | Originally committed as revision 13575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use ff_acelp_weighted_vector_sum() instead of reimplementing itVitor Sessak2008-05-28
| | | | Originally committed as revision 13500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* LPCM 24 bits support, patch by Lars Täuber, lars.taeuber gmx netLars Täuber2008-05-17
| | | | Originally committed as revision 13187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list sinceGuillaume Poirier2008-05-12
| | | | | | it's build out of a C file, not an ASM file Originally committed as revision 13134 to svn://svn.ffmpeg.org/ffmpeg/trunk