8120 Commits (207625ee610e6438264e2bc9bbeaf8dd1d4548ba)

Author SHA1 Message Date
Kenan Gillet 1fb0d4b8a6 Add a LPC filter 17 years ago
Kenan Gillet 0bc484ad51 Add ff_dot_productf() to celp_math.{c,h} 17 years ago
Kenan Gillet 8c31f18bf9 More OKed parts of QCELP data tables 17 years ago
Roman Shaposhnik 0e60e19019 renaming macro in order to conform with the rest of libavcodec 17 years ago
Art Clarke bc48bb0822 Remove unused variable, patch by Art Clarke, aclarke vlideshow com. 17 years ago
Kostya Shishkov 5f621dd28a Correct motion vector scaling in B-frames for RV3/4 17 years ago
Diego Biurrun 1fcb9be39a asm() --> __asm__() in #warning comment 17 years ago
Diego Biurrun 01f54021dc Add missing headers to pass 'make checkheaders'. 17 years ago
Art Clarke a9a8c830cf Fix av_picture_copy missing pixels on packed planar AVPictures with odd size. 17 years ago
Michael Niedermayer bf2cdefc6a Reset state after some frame header is found. 17 years ago
Kenan Gillet ba26cfab47 OKed parts of QCELP data tables 17 years ago
Diego Biurrun 2be3fe39bf Add the function declaration of ff_svq1_packet_checksum to svq1.h and include 17 years ago
Michael Niedermayer b735aeead8 Replace literally hardcoded max slice number by named constant. 17 years ago
Benjamin Larsson d5b3a86393 Fix compilation, remove stray ; 17 years ago
Benjamin Larsson 9ed73b4870 Fix selection of quant step table 17 years ago
Benjamin Larsson 6f02853d14 Fix huffman coded dca samples. 17 years ago
Kostya Shishkov 42d6c3ba36 Detect split RV30 slices 17 years ago
Kostya Shishkov 2ee054c215 Fix chroma motion compensation for RV30 17 years ago
Diego Pettenò 782fc0c36f Rename template included sources from .h to _template.c. 17 years ago
Måns Rullgård d2d398590d ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.S 17 years ago
Måns Rullgård 83ad74e708 ARM: move VFP DSP functions to dsputils_vfp.S 17 years ago
Måns Rullgård a648516b95 ARM: move prefetch_arm to dsputil_arm_s.S 17 years ago
Måns Rullgård c130bedc99 ARM: use new macros for assembler function labels 17 years ago
Måns Rullgård c72ab30188 ARM: add some assembler convenience macros 17 years ago
Baptiste Coudurier c48649242d svq3 watermark code now needs zlib 17 years ago
Baptiste Coudurier 1e002b602f svq3 watermark decoding support, based on reverse engineering work by chrono 17 years ago
Måns Rullgård ede725104b cosmetic: align backslashes in makefiles 17 years ago
Måns Rullgård 864ac5d648 Merge OBJS-$(FOO) lists with same FOO 17 years ago
Benjamin Larsson ba5fc967f6 Disable codec downmix when not using simd instead of silently produce silence 17 years ago
Benjamin Larsson 1402ee721a Fix dca decoder with non simd float2int16 conversion 17 years ago
Benjamin Larsson 49c91c34b3 Fix compilation with TRACE 17 years ago
Aurelien Jacobs 590bd200dd remove useless ifdeffery, tscc won't do anything useful without zlib 17 years ago
Aurelien Jacobs bee764ec6b svq3: remove unused include 17 years ago
Måns Rullgård c87348a922 Use OBJS variable for all object files 17 years ago
Måns Rullgård 4f03499329 Add CONFIG_GOLOMB and auto-select when needed 17 years ago
Måns Rullgård 47a158cb8b Auto-enable CONFIG_MDCT when needed 17 years ago
Diego Biurrun 6e587953b9 cosmetics: Change the order of mlp parser objects to be consistent. 17 years ago
Diego Biurrun a79d1aed48 Move declaration of mlp decoder dependency on mlp parser to the Makefile 17 years ago
Måns Rullgård b6bb00b07d Build MMX/SSE FFT only if CONFIG_FFT is set 17 years ago
Måns Rullgård 1848f7d9f9 Auto-enable CONFIG_FFT for codecs that need it 17 years ago
Diego Biurrun f94036f159 prettyprinting cosmetics 17 years ago
Diego Biurrun 75f2c20983 spelling cosmetics 17 years ago
Kenan Gillet 4599d22c0c Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder. 17 years ago
Kenan Gillet 60c25a4beb Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge. 17 years ago
David Conrad ae14f311f8 Speex decoding via libspeex 17 years ago
Kostya Shishkov 60ce2f9cae Choose RV3/4 DC quantizer correctly 17 years ago
Baptiste Coudurier da396bf84e dnxhd parser 17 years ago
Baptiste Coudurier 98a8ce4964 add state64 field to ParseContext storing last 8 bytes, to be able to check for longer startcodes 17 years ago
Benoit Fouet e7f3c72212 Revert r15653. 17 years ago
Aurelien Jacobs 37d3e0667a uses FF_ARRAY_ELEMS() where appropriate 17 years ago