summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAge
* Replace "signed short" typecast with "int16_t" as suggested byVladimir Voroshilov2007-10-04
* Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short"Vladimir Voroshilov2007-10-03
* AMV audio decoderVitor Sessak2007-09-27
* cosmetics: Sort CODEC_ID list.Diego Biurrun2007-09-24
* Cosmetics, indentation.Benjamin Larsson2007-08-19
* Trellis quantization support for adpcm_swf.Benjamin Larsson2007-08-19
* more usage of av_clip()Aurelien Jacobs2007-08-11
* one more simplificationAurelien Jacobs2007-08-11
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-11
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-11
* Don't encode the first sample twice.Benjamin Larsson2007-08-06
* cosmetic, indentationBaptiste Coudurier2007-08-06
* fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swfBaptiste Coudurier2007-08-05
* Set the step index correctly for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-18
* Calculate the correct blocksize for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-18
* misc typo fixesDiego Biurrun2007-06-12
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Per reference swf/flv adpcm encoder.Benjamin Larsson2007-04-11
* Fix an underflow/overflow that was causing some crackles when playingMarco Gerards2007-04-10
* cosmetics: indentation fixMarco Gerards2007-04-08
* use bytestream reader instead of bitstream for THPMichael Niedermayer2007-04-07
* CRYO APC demuxerAnssi Hannula2007-04-07
* simplifyMichael Niedermayer2007-04-07
* prev1/2 -> prev[2]Michael Niedermayer2007-04-07
* simplifyMichael Niedermayer2007-04-07
* general purpose vars should be intMichael Niedermayer2007-04-07
* table[index][ch] -> table[ch][index] (might be faster ...)Michael Niedermayer2007-04-07
* THP PCM decoder, used on the Nintendo GameCube.Marco Gerards2007-04-07
* fix adpcm swf decodingBaptiste Coudurier2007-03-02
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* add FIXMEMichael Niedermayer2007-02-02
* some (probably exploitable) out of array write fixesMichael Niedermayer2007-02-02
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* make the adx adpcm codec availableMåns Rullgård2006-07-08
* ADPCM: trellis quantizationLoren Merritt2006-06-03
* adpcm_ima & adpcm_yamaha: improved quantizationLoren Merritt2006-06-03
* cleanup IMA-ADPCM WAV decoderMichael Niedermayer2006-03-02
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-16
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail...Michael Niedermayer2005-07-16
* Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-15
* adding a few constMichael Niedermayer2005-06-01
* macromedia flavour adpcm decoding (used in flv and swf)Alex Beregszaszi2005-02-21
* Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson2004-10-12
* data_size = 0 cleanupMichael Niedermayer2004-05-21
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-14
* M$ ADPCM encoding & some simplificationsMichael Niedermayer2004-02-08