summaryrefslogtreecommitdiffstats
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* add Electronic Arts XAS ADPCM decoderAurelien Jacobs2007-11-031-0/+33
* remove useless #undefAurelien Jacobs2007-11-011-2/+0
* remove unreachable codeAurelien Jacobs2007-11-011-7/+0
* cosmetics: alignmentAurelien Jacobs2007-11-011-4/+4
* don't register adpcm encoders which are not implementedAurelien Jacobs2007-11-011-19/+19
* cosmetics: sortAurelien Jacobs2007-11-011-3/+3
* EA IMA EACS decoderPeter Ross2007-10-301-0/+20
* EA IMA SEAD decoderPeter Ross2007-10-301-0/+8
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-241-2/+94
* remove some useless initializations (the whole context is initialized to 0)Aurelien Jacobs2007-10-211-5/+0
* remove unused context varAurelien Jacobs2007-10-211-1/+0
* Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().Timofei V. Bondarenko2007-10-171-10/+10
* Replace "signed short" typecast with "int16_t" as suggested byVladimir Voroshilov2007-10-041-1/+1
* Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short"Vladimir Voroshilov2007-10-031-4/+2
* AMV audio decoderVitor Sessak2007-09-271-2/+15
* cosmetics: Sort CODEC_ID list.Diego Biurrun2007-09-241-9/+9
* Cosmetics, indentation.Benjamin Larsson2007-08-191-4/+4
* Trellis quantization support for adpcm_swf.Benjamin Larsson2007-08-191-2/+16
* more usage of av_clip()Aurelien Jacobs2007-08-111-14/+2
* one more simplificationAurelien Jacobs2007-08-111-7/+2
* various simplifications around recent av_clip_int16() usageAurelien Jacobs2007-08-111-27/+18
* use av_clip_int16() where it makes senseAurelien Jacobs2007-08-111-21/+15
* Don't encode the first sample twice.Benjamin Larsson2007-08-061-1/+1
* cosmetic, indentationBaptiste Coudurier2007-08-061-38/+37
* fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swfBaptiste Coudurier2007-08-051-2/+4
* Set the step index correctly for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-181-1/+2
* Calculate the correct blocksize for flash adpcm. Patch by BaptisteBaptiste Coudurier2007-07-181-4/+10
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-10/+5
* Per reference swf/flv adpcm encoder.Benjamin Larsson2007-04-111-0/+28
* Fix an underflow/overflow that was causing some crackles when playingMarco Gerards2007-04-101-1/+3
* cosmetics: indentation fixMarco Gerards2007-04-081-2/+2
* use bytestream reader instead of bitstream for THPMichael Niedermayer2007-04-071-12/+11
* CRYO APC demuxerAnssi Hannula2007-04-071-0/+6
* simplifyMichael Niedermayer2007-04-071-4/+2
* prev1/2 -> prev[2]Michael Niedermayer2007-04-071-7/+7
* simplifyMichael Niedermayer2007-04-071-3/+2
* general purpose vars should be intMichael Niedermayer2007-04-071-1/+1
* table[index][ch] -> table[ch][index] (might be faster ...)Michael Niedermayer2007-04-071-4/+4
* THP PCM decoder, used on the Nintendo GameCube.Marco Gerards2007-04-071-0/+68
* fix adpcm swf decodingBaptiste Coudurier2007-03-021-39/+20
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-14/+14
* add FIXMEMichael Niedermayer2007-02-021-1/+1
* some (probably exploitable) out of array write fixesMichael Niedermayer2007-02-021-2/+23
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-5/+5
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* make the adx adpcm codec availableMåns Rullgård2006-07-081-1/+0
* ADPCM: trellis quantizationLoren Merritt2006-06-031-0/+218
* adpcm_ima & adpcm_yamaha: improved quantizationLoren Merritt2006-06-031-53/+11
* cleanup IMA-ADPCM WAV decoderMichael Niedermayer2006-03-021-22/+21
OpenPOWER on IntegriCloud