8520 Commits (14120c95f02a677cb2e4008c2856d5cc715b2ccd)

Author SHA1 Message Date
Andreas Öman cf92cec7d8 Avoid allocating MPADecodeContext on stack. 16 years ago
Kostya Shishkov 1cae2ef9a6 Remove the block with always false condition from vc1_parse_frame_header() 16 years ago
Kostya Shishkov a28d522491 VC-1 postproc field is 2 bits wide while decoder read only single bit. 16 years ago
Justin Ruggles 959e000627 flacdec: add support for 3 additional sample rate codes 16 years ago
Alex Converse 3c4ea6d5ab Mark ff_fft_init with av_cold. 16 years ago
Alex Converse 8f05c995fd Clean up FFT related comments. 16 years ago
Baptiste Coudurier 4d6f600c58 Add const, remove warning: 16 years ago
Kostya Shishkov 716ba2d01c VMD first chunk of audio is not coded as many separate chunks of block_align 16 years ago
Carl Eugen Hoyos 0d9becc77c Sort VdpPictureInfo alphabetically. 16 years ago
Carl Eugen Hoyos 27052238c0 Cosmetics: Fix indentation after last commit. 16 years ago
NVIDIA Corporation c5b42f4a80 Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can 16 years ago
Diego Biurrun c2fef0c163 Use "" instead of <> when #including non-system headers. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Stefano Sabatini 9c868219e9 Replace calls to the deprecated function av_init_random() with 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago
Måns Rullgård 77c4537313 ARM: simplify ff_put/avg_h264_chroma_mc4/8_neon definitions, no code change 16 years ago
Måns Rullgård fd6045bae5 Alpha: fix pix_abs16 16 years ago
Jason Garrett-Glaser 5a44906d8e Fix 10L in r16670 (broke deblocking code) 16 years ago
Jason Garrett-Glaser 0a359cf157 Faster VC-1 C loopfilter using lots of xor magic 16 years ago
Måns Rullgård 2a839eeb02 dct-test: add Alpha idct 16 years ago
Måns Rullgård 179c56b879 Alpha: add ff_ prefix to idct functions 16 years ago
Måns Rullgård 7d95741f83 Alpha: indentation 16 years ago
Måns Rullgård 74c4746344 Alpha: proper IDCT selection 16 years ago
Måns Rullgård c2fbf89398 Alpha: add some const, kill some warnings 16 years ago
Måns Rullgård 9dbd3ed6c3 Alpha: factor common parts from dct_unquantize_h263_intra/inter_axp 16 years ago
Måns Rullgård 1617220799 Alpha: fix dct_unquantize_h263_inter/intra_axp() 16 years ago
Stefan Gehrer 055dc116fc added demuxer for FunCom ISS audio files, 16 years ago
Vitor Sessak 8a569fee99 Use shared sine window instead of defining another one. 16 years ago
Carl Eugen Hoyos 3cd329a3b7 Fix compilation with --enable-libxvid. 16 years ago
Aurelien Jacobs 2bb6eba21d remove ff_get_fourcc() and use AV_RL32() instead 16 years ago
Aurelien Jacobs 9ce6c13879 export gcd function as av_gcd() 16 years ago
Carl Eugen Hoyos 0d3d172f32 Remove CODEC_ID_H264_VDPAU. 16 years ago
Stefan Gehrer 439c650301 remove duplicate tables 16 years ago
Stefan Gehrer 74a4371d74 use assignment of structure instead of memcpy 16 years ago
Kostya Shishkov 2c96535af7 WavPack hybrid mode support 16 years ago
Stefan Gehrer bef01ca08f rename XXX_t enums to cavs_XXX to fix POSIX namespace issue 16 years ago
Stefan Gehrer e685e8eada rename vector_t to cavs_vector 16 years ago
Carl Eugen Hoyos 2b3242253d Add mpeg1_vdpau decoder. 16 years ago
Kenan Gillet 0ba39dd1a9 Split ff_log_missing_feature into ff_log_missing_feature 16 years ago
Carl Eugen Hoyos e7edb2ea93 12l: Fix compilation with --disable-vdpau. 16 years ago
NVIDIA Corporation d37edddc09 Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can 16 years ago
Aurelien Jacobs 8b192330d5 explicitly disable CONFIG_AUDIO_NONSHORT 16 years ago
Aurelien Jacobs 469f5f251d WORDS_BIGENDIAN must be checked with #ifdef 16 years ago
Aurelien Jacobs 49cdad8d78 simplify: group all the AUDIO_NONSHORT parameters in the same place 16 years ago
Aurelien Jacobs e29a95b1b8 libavutil/lzo.h is a local header 16 years ago
Aurelien Jacobs 49fb20cb8a replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ 16 years ago
Måns Rullgård 7356aaa786 Fix mpeg audio regression test failure 16 years ago
Diego Biurrun 0f6a659ddf Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_. 16 years ago
Diego Biurrun 576286ba81 Remove one more forgotten instance of USE_HIGHPRECISION indirection. 16 years ago
Diego Biurrun ad1eebe360 Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. 16 years ago