summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-02
| | | | | | patch by Kenan Gillet, kenan.gillet gmail com Originally committed as revision 15978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable RV40 decoderKostya Shishkov2008-12-01
| | | | Originally committed as revision 15968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle AltiVec objects in a more elegant fashion, similar to MMX.Diego Biurrun2008-11-30
| | | | Originally committed as revision 15960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ineffectual hack that attempts to build ppc/check_altivec.o withoutDiego Biurrun2008-11-30
| | | | | | | | AltiVec flags. The flags are set by configure and used to compile all files anyway. Setting extra AltiVec options here just duplicates them for the files for which they are set. Originally committed as revision 15959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not duplicate AAN DCT tables in dct-test.c.Diego Biurrun2008-11-28
| | | | Originally committed as revision 15948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing '-test' in name of imgresample test.Diego Biurrun2008-11-28
| | | | Originally committed as revision 15947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only build the imgresample test if the old scaler was enabled.Diego Biurrun2008-11-26
| | | | Originally committed as revision 15941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Automatically check the dependencies for the AAN DCT tables.Diego Biurrun2008-11-26
| | | | | | This also makes the AAN DCT tables individually selectable. Originally committed as revision 15940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun2008-11-26
| | | | | | based on a patch by David Geldreich, david.geldreich free fr Originally committed as revision 15939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: move dct_unquantize_h263_*_armv5te asm to separate fileMåns Rullgård2008-11-23
| | | | Originally committed as revision 15917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gatheredDiego Biurrun2008-11-20
| | | | | | into a separate variable which is added to OBJS if MMX is enabled. Originally committed as revision 15898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-20
| | | | Originally committed as revision 15896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.Diego Biurrun2008-11-20
| | | | | | The MMX dependency is already handled by configure. Originally committed as revision 15895 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentationDiego Biurrun2008-11-20
| | | | Originally committed as revision 15894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use standard OBJS-$(HAVE_MMX) trick for MMX objects insteadDiego Biurrun2008-11-20
| | | | | | of surrounding them by an ifdef. Originally committed as revision 15893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Add a few more explanatory comments to the object sections.Diego Biurrun2008-11-18
| | | | Originally committed as revision 15876 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Sort processor-specific object lines into alphabetical order.Diego Biurrun2008-11-18
| | | | Originally committed as revision 15875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a Makefile variable for the old scaler that gets enabled when the newDiego Biurrun2008-11-17
| | | | | | scaler is disabled to get rid of a Makefile ifdef. Originally committed as revision 15867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous commit: the libavcodec/i386/fft_*.o objects depend onDiego Biurrun2008-11-17
| | | | | | libavcodec/i386/fft_mmx.o, which depends on yasm. Originally committed as revision 15866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only the yasm-dependent objects should be enabled by a yasm conditional.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Group ppc-specific objects together.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Group ARM objects sections together.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder processor-specific entries alphabetically.Diego Biurrun2008-11-17
| | | | Originally committed as revision 15855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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