summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.Reimar Döffinger2008-10-20
* Use av_freep() in ff_parse_close().Michael Niedermayer2008-10-20
* Copy pts for each raw encoded frame.Andrew Wason2008-10-20
* 34l: free RV3/4 context variables at the endKostya Shishkov2008-10-20
* RV3 and RV4 decoders set some deblocking coefs for each macroblock,Kostya Shishkov2008-10-20
* Mark some of RV3/4 block types as having separate DC subblockKostya Shishkov2008-10-20
* Cosmetics: reindentDavid Conrad2008-10-19
* Combine non-bitexact sectionsDavid Conrad2008-10-19
* VP3 loop filter is mmx2 not mmxDavid Conrad2008-10-19
* MMX VP3 Loop FilterDavid Conrad2008-10-17
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* Use of new bitstream in vorbis_enc.c.Bartłomiej Wołowiec2008-10-15
* Cosmetics: fix indentation after previous commit.Benoit Fouet2008-10-15
* Add a flag to avoid calling vorbis_analysis_wrote twice with an empty buffer.Nicolas George2008-10-15
* Include zlib.h as it is needed for watermark support,Michael Niedermayer2008-10-14
* Export svq1_packet_checksum() that is needed for svq3 watermarks,Michael Niedermayer2008-10-14
* Add variable to hold the svq3 watermarking key,Michael Niedermayer2008-10-14
* Fix mem leak.Ralf Terdic2008-10-13
* Fix some icc warnings by using enum PixelFormat instead of int where appropri...Carl Eugen Hoyos2008-10-13