summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* cosmetics: small spelling fixesDiego Biurrun2008-10-30
* Add a LPC filterKenan Gillet2008-10-30
* Add ff_dot_productf() to celp_math.{c,h}Kenan Gillet2008-10-30
* More OKed parts of QCELP data tablesKenan Gillet2008-10-30
* renaming macro in order to conform with the rest of libavcodecRoman Shaposhnik2008-10-30
* Remove unused variable, patch by Art Clarke, aclarke vlideshow com.Art Clarke2008-10-30
* Correct motion vector scaling in B-frames for RV3/4Kostya Shishkov2008-10-30
* asm() --> __asm__() in #warning commentDiego Biurrun2008-10-29
* Add missing headers to pass 'make checkheaders'.Diego Biurrun2008-10-29
* Fix av_picture_copy missing pixels on packed planar AVPictures with odd size.Art Clarke2008-10-29
* Reset state after some frame header is found.Michael Niedermayer2008-10-29
* OKed parts of QCELP data tablesKenan Gillet2008-10-29
* Add the function declaration of ff_svq1_packet_checksum to svq1.h and includeDiego Biurrun2008-10-28
* Replace literally hardcoded max slice number by named constant.Michael Niedermayer2008-10-28
* Fix compilation, remove stray ;Benjamin Larsson2008-10-28
* Fix selection of quant step tableBenjamin Larsson2008-10-28
* Fix huffman coded dca samples.Benjamin Larsson2008-10-28
* Detect split RV30 slicesKostya Shishkov2008-10-28
* Fix chroma motion compensation for RV30Kostya Shishkov2008-10-27
* Rename template included sources from .h to _template.c.Diego Pettenò2008-10-27
* ARM: move add_pixels_clamped_ARM() to dsputil_arm_s.SMåns Rullgård2008-10-27
* ARM: move VFP DSP functions to dsputils_vfp.SMåns Rullgård2008-10-27
* ARM: move prefetch_arm to dsputil_arm_s.SMåns Rullgård2008-10-27
* ARM: use new macros for assembler function labelsMåns Rullgård2008-10-27
* ARM: add some assembler convenience macrosMåns Rullgård2008-10-27
* svq3 watermark code now needs zlibBaptiste Coudurier2008-10-26
* svq3 watermark decoding support, based on reverse engineering work by chronoBaptiste Coudurier2008-10-26
* cosmetic: align backslashes in makefilesMåns Rullgård2008-10-26
* Merge OBJS-$(FOO) lists with same FOOMåns Rullgård2008-10-26
* Disable codec downmix when not using simd instead of silently produce silenceBenjamin Larsson2008-10-26
* Fix dca decoder with non simd float2int16 conversionBenjamin Larsson2008-10-26
* Fix compilation with TRACEBenjamin Larsson2008-10-26
* remove useless ifdeffery, tscc won't do anything useful without zlibAurelien Jacobs2008-10-25
* svq3: remove unused includeAurelien Jacobs2008-10-25
* Use OBJS variable for all object filesMåns Rullgård2008-10-25
* Add CONFIG_GOLOMB and auto-select when neededMåns Rullgård2008-10-25
* Auto-enable CONFIG_MDCT when neededMåns Rullgård2008-10-25
* cosmetics: Change the order of mlp parser objects to be consistent.Diego Biurrun2008-10-25
* Move declaration of mlp decoder dependency on mlp parser to the MakefileDiego Biurrun2008-10-25
* Build MMX/SSE FFT only if CONFIG_FFT is setMåns Rullgård2008-10-24
* Auto-enable CONFIG_FFT for codecs that need itMåns Rullgård2008-10-24
* prettyprinting cosmeticsDiego Biurrun2008-10-24
* spelling cosmeticsDiego Biurrun2008-10-24
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-24
* Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet2008-10-24
* Speex decoding via libspeexDavid Conrad2008-10-24
* Choose RV3/4 DC quantizer correctlyKostya Shishkov2008-10-24
* dnxhd parserBaptiste Coudurier2008-10-24
* add state64 field to ParseContext storing last 8 bytes, to be able to check f...Baptiste Coudurier2008-10-23
* Revert r15653.Benoit Fouet2008-10-23