summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAgeFilesLines
...
* Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).Carl Eugen Hoyos2009-01-101-1/+1
* Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini2009-01-101-0/+1
* The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.Diego Biurrun2009-01-071-1/+1
* ensure that no GPL code is linked to LGPL only libavcodecAurelien Jacobs2009-01-061-2/+4
* Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos2009-01-051-1/+1
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-041-0/+1
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-041-1/+0
* Generic metadata API.Michael Niedermayer2009-01-041-0/+1
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-031-0/+1
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-271-1/+1
* Enable faxcompr.Michael Niedermayer2008-12-261-1/+1
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-221-31/+31
* RV30 decoderKostya Shishkov2008-12-201-0/+1
* Port x264 deblocking code to libavcodec.Jason Garrett-Glaser2008-12-191-1/+2
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-171-19/+19
* Switch xvmc over to a CONFIG_ option.Diego Biurrun2008-12-151-2/+1
* ARM: NEON optimised h264_idct_addMåns Rullgård2008-12-151-0/+1
* ARM: NEON optimised {put,avg}_h264_chroma_mc[48]Måns Rullgård2008-12-151-0/+1
* ARM: NEON optimised simple_idctMåns Rullgård2008-12-151-0/+1
* ARM: NEON optimised put_pixels functionsMåns Rullgård2008-12-151-0/+3
* Let imgresample altivec code buildLuca Barbato2008-12-131-0/+1
* dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier2008-12-121-0/+1
* Fix compilation with only Theora decoder enabledDavid Conrad2008-12-111-0/+1
* Commit last ok'ed parts of QCELP decoder and enable it.Kenan Gillet2008-12-021-0/+1
* enable RV40 decoderKostya Shishkov2008-12-011-0/+1
* Handle AltiVec objects in a more elegant fashion, similar to MMX.Diego Biurrun2008-11-301-9/+8
* Remove ineffectual hack that attempts to build ppc/check_altivec.o withoutDiego Biurrun2008-11-301-4/+0
* Do not duplicate AAN DCT tables in dct-test.c.Diego Biurrun2008-11-281-1/+1
* Add missing '-test' in name of imgresample test.Diego Biurrun2008-11-281-1/+1
* Only build the imgresample test if the old scaler was enabled.Diego Biurrun2008-11-261-1/+2
* Automatically check the dependencies for the AAN DCT tables.Diego Biurrun2008-11-261-18/+19
* Move aanscales tables to their own file; fixes compilation without encoders.Diego Biurrun2008-11-261-18/+18
* ARM: move dct_unquantize_h263_*_armv5te asm to separate fileMåns Rullgård2008-11-231-0/+1
* Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gatheredDiego Biurrun2008-11-201-16/+15
* cosmetics: Consistently place HEADERS before OBJS in all Makefiles.Diego Biurrun2008-11-201-3/+2
* Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.Diego Biurrun2008-11-201-3/+3
* cosmetics: indentationDiego Biurrun2008-11-201-7/+7
* Use standard OBJS-$(HAVE_MMX) trick for MMX objects insteadDiego Biurrun2008-11-201-2/+2
* cosmetics: Add a few more explanatory comments to the object sections.Diego Biurrun2008-11-181-1/+7
* cosmetics: Sort processor-specific object lines into alphabetical order.Diego Biurrun2008-11-181-20/+20
* Add a Makefile variable for the old scaler that gets enabled when the newDiego Biurrun2008-11-171-4/+1
* Revert previous commit: the libavcodec/i386/fft_*.o objects depend onDiego Biurrun2008-11-171-2/+2
* Only the yasm-dependent objects should be enabled by a yasm conditional.Diego Biurrun2008-11-171-2/+2
* cosmetics: Group ppc-specific objects together.Diego Biurrun2008-11-171-13/+13
* cosmetics: Group ARM objects sections together.Diego Biurrun2008-11-171-11/+11
* cosmetics: Reorder processor-specific entries alphabetically.Diego Biurrun2008-11-171-35/+32
* Electronic Arts TGQ/TQI/MAD IDCT algorithmPeter Ross2008-11-081-1/+1
* Electronic Arts TGQ video decoderPeter Ross2008-11-081-0/+1
* 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
OpenPOWER on IntegriCloud