700 Commits (aea0b32cbc478a6702d161898dd1a711758fea05)

Author SHA1 Message Date
Diego Biurrun aea0b32cbc Make xvmc.h an installed header, applications like MPlayer need it. 16 years ago
Diego Biurrun fd949a6353 Revert adding a _pixfmt to vdpau/xvmc header names. 16 years ago
Diego Biurrun db68113d5e cosmetics: alphabetical order 16 years ago
Zuxy Meng ecb24904fe add SSE2 version of vp6_filter_diag 16 years ago
Sebastien Lucas 6af3c226c3 add MMX version of vp6_filter_diag 16 years ago
Reimar Döffinger 29ef9575ab Fix compilation, there is no file vdpauvideo.c, only vdpau.c 16 years ago
Diego Biurrun 508048afe2 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. 16 years ago
Diego Biurrun 9b4cfc360a Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit 16 years ago
Aurelien Jacobs 26f3ae828b move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil 16 years ago
Jai Menon 9a77d59a89 Use libopenjpeg for jpeg2k decoding. 16 years ago
Peter Ross d8964f3afa Electronic Arts TQI decoder 16 years ago
Alex Converse 6860254044 Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. 16 years ago
Justin Ruggles 8f51144bf4 rename flac.c to flacdec.c 16 years ago
NVIDIA Corporation c5b42f4a80 Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can 16 years ago
Carl Eugen Hoyos 2b3242253d Add mpeg1_vdpau decoder. 16 years ago
NVIDIA Corporation d37edddc09 Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can 16 years ago
Michael Niedermayer cb595b7f02 Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. 16 years ago
Carl Eugen Hoyos 10652dd54f Fix OBJS-$(CONFIG_H264_VDPAU_DECODER). 16 years ago
Stefano Sabatini 78acb9e74b Move the AVCodecContext options definition to a dedicated file, reduce 16 years ago
Diego Biurrun ed09249c71 The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c. 16 years ago
Aurelien Jacobs 16cda1535e ensure that no GPL code is linked to LGPL only libavcodec 16 years ago
Carl Eugen Hoyos 272081b0f8 Export VDPAU support by installing vdpau.h. 16 years ago
NVIDIA Corporation 369122dd77 Add VDPAU hardware accelerated decoding for H264 which can be used by 16 years ago
Michael Niedermayer a6d18a0e6a Move metadata API from avcodec to avformat. 16 years ago
Michael Niedermayer 47146dfbf6 Generic metadata API. 16 years ago
Jason Garrett-Glaser 37fed10087 Add x264 SSE2 iDCT functions to H.264 decoder. 16 years ago
Diego Biurrun 79cb09b2f7 consistency cosmetics: Rename POWERPC identifiers to PPC. 16 years ago
Michael Niedermayer 92799d3213 Enable faxcompr. 16 years ago
Diego Biurrun a6493a8fbd Rename libavcodec/i386/ --> libavcodec/x86/. 16 years ago
Kostya Shishkov 6beb8b2612 RV30 decoder 16 years ago
Jason Garrett-Glaser a22eff36f9 Port x264 deblocking code to libavcodec. 16 years ago
Måns Rullgård a2fc0f6a6d ARM: replace "armv4l" with "arm" 16 years ago
Diego Biurrun b24298badc Switch xvmc over to a CONFIG_ option. 16 years ago
Måns Rullgård c598cf25f4 ARM: NEON optimised h264_idct_add 16 years ago
Måns Rullgård 1cce897aad ARM: NEON optimised {put,avg}_h264_chroma_mc[48] 16 years ago
Måns Rullgård 7eec43289a ARM: NEON optimised simple_idct 16 years ago
Måns Rullgård 569f5a756a ARM: NEON optimised put_pixels functions 16 years ago
Luca Barbato 537db58b6c Let imgresample altivec code build 16 years ago
Baptiste Coudurier 193ce3ab78 dnxhd get_pixels_8x4_sym sse2 16 years ago
David Conrad a1546009ac Fix compilation with only Theora decoder enabled 16 years ago
Kenan Gillet 73b458e354 Commit last ok'ed parts of QCELP decoder and enable it. 16 years ago
Kostya Shishkov 11c0f9eca1 enable RV40 decoder 16 years ago
Diego Biurrun 6dbdf2f26e Handle AltiVec objects in a more elegant fashion, similar to MMX. 16 years ago
Diego Biurrun 52ad2f390e Remove ineffectual hack that attempts to build ppc/check_altivec.o without 16 years ago
Diego Biurrun 10ac361827 Do not duplicate AAN DCT tables in dct-test.c. 16 years ago
Diego Biurrun 2d70cc38c5 Add missing '-test' in name of imgresample test. 16 years ago
Diego Biurrun 2a023c36ea Only build the imgresample test if the old scaler was enabled. 16 years ago
Diego Biurrun e8ed9b7a73 Automatically check the dependencies for the AAN DCT tables. 16 years ago
Diego Biurrun 8b22017f38 Move aanscales tables to their own file; fixes compilation without encoders. 16 years ago
Måns Rullgård d270cb4ae4 ARM: move dct_unquantize_h263_*_armv5te asm to separate file 16 years ago