8546 Commits (14a8acf108d24de2794229f755773c2b7459ba67)

Author SHA1 Message Date
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
Baptiste Coudurier 6d32ec6ce9 cleanup gif, use BISTREAM_WRITER_LE 16 years ago
Aurelien Jacobs b250f9c66d Change semantic of CONFIG_*, HAVE_* and ARCH_*. 16 years ago
Michael Niedermayer 062e7c3ca8 Avoid using sub_id in mpeg1/2video. 16 years ago
Michael Niedermayer c9b3c0c740 Remove hack to print mp2/mp1 with codec_id of CODEC_ID_MP3. 16 years ago
Michael Niedermayer a14d138cb8 Let the mpeg audio parser correct the codec_id. 16 years ago
Michael Niedermayer cb595b7f02 Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. 16 years ago
Michael Niedermayer 7f507b2d9e Add CODEC_ID_MP1. 16 years ago
Kostya Shishkov 7a96cd3123 VC-1 display dimensions should affect coded dimensions only (I think) 16 years ago
Kostya Shishkov e9ca5f0892 Print VC-1 aspect ratio in debug 16 years ago
Kostya Shishkov 820089cb06 421l: fix loop filter for P-frames in VC-1 16 years ago
Kostya Shishkov 34f3f6d129 Cinepak strip ID is a single byte 16 years ago
Kostya Shishkov d94b1f12c5 Cinepak strip and chunk sizes are 24-bit, not 16-bit as it was thought earlier. 16 years ago
Aurelien Jacobs af5f434f8c add the necessary include for LIBAV*_VERSION_* 16 years ago
Måns Rullgård 9a0cf9f8f8 ARM: use push/pop pseudo-instructions in simple_idct_armv6.S 16 years ago
Måns Rullgård e9497946bb ARM: simple_idct_armv6.S whitespace cosmetics 16 years ago
Måns Rullgård 7f727ace2a ARM: clean up pc-relative references in simple_idct_armv6.S 16 years ago
Måns Rullgård 3b16c71984 ARM: use rX register names in simple_idct_armv6.S 16 years ago
Stefano Sabatini d9513de67c Add missing inclusion of libavutil/intreadwrite.h, fix compilation when 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Diego Biurrun 84f8d1f604 Add missing #include to fix 'make checkheaders'. 16 years ago
Michael Niedermayer c8af74a99b Increase BUFFER_SIZE. 16 years ago
Michael Niedermayer 203fa6b4d1 fix indention 16 years ago
Michael Niedermayer 2083648383 All negative values are errors not just -1. 16 years ago
Kostya Shishkov 42b7678d65 30l: when reading mb_offset in RV30 slice header its size 16 years ago