summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Collapse)AuthorAge
* rename flac.c to flacdec.cJustin Ruggles2009-01-23
| | | | Originally committed as revision 16735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20
| | | | | | | | be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add mpeg1_vdpau decoder.Carl Eugen Hoyos2009-01-16
| | | | Originally committed as revision 16640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-16
| | | | | | | | be used by video players. Original patch by NVIDIA corporation. Originally committed as revision 16628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer2009-01-13
| | | | Originally committed as revision 16581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).Carl Eugen Hoyos2009-01-10
| | | | Originally committed as revision 16522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini2009-01-10
| | | | | | the utils.c clutter. Originally committed as revision 16514 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.Diego Biurrun2009-01-07
| | | | Originally committed as revision 16486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that no GPL code is linked to LGPL only libavcodecAurelien Jacobs2009-01-06
| | | | Originally committed as revision 16456 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos2009-01-05
| | | | Originally committed as revision 16445 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
| | | | | | | | video players. Original patch by NVIDIA corporation. Originally committed as revision 16431 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-04
| | | | Originally committed as revision 16425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Generic metadata API.Michael Niedermayer2009-01-04
| | | | | | | | avi is updated as example. No version bump, the API still might change slightly ... No update to ffmpeg.c as requested by aurel. Originally committed as revision 16424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-03
| | | | Originally committed as revision 16409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
| | | | Originally committed as revision 16359 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable faxcompr.Michael Niedermayer2008-12-26
| | | | Originally committed as revision 16349 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
| | | | | | | It contains optimizations that are not specific to i386 and libavutil uses this naming scheme already. Originally committed as revision 16270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30 decoderKostya Shishkov2008-12-20
| | | | Originally committed as revision 16247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port x264 deblocking code to libavcodec.Jason Garrett-Glaser2008-12-19
| | | | | | | | This includes SSE2 luma deblocking code and both MMXEXT and SSE2 luma intra deblocking code for H.264 decoding. This assembly is available under --enable-gpl and speeds decoding of Cathedral by 7%. Originally committed as revision 16239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
| | | | Originally committed as revision 16179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch xvmc over to a CONFIG_ option.Diego Biurrun2008-12-15
| | | | Originally committed as revision 16153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised h264_idct_addMåns Rullgård2008-12-15
| | | | Originally committed as revision 16150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised {put,avg}_h264_chroma_mc[48]Måns Rullgård2008-12-15
| | | | Originally committed as revision 16147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised simple_idctMåns Rullgård2008-12-15
| | | | Originally committed as revision 16146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: NEON optimised put_pixels functionsMåns Rullgård2008-12-15
| | | | Originally committed as revision 16145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let imgresample altivec code buildLuca Barbato2008-12-13
| | | | Originally committed as revision 16093 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier2008-12-12
| | | | Originally committed as revision 16072 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with only Theora decoder enabledDavid Conrad2008-12-11
| | | | Originally committed as revision 16047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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