summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAge
...
* remove no more needed fieldBaptiste Coudurier2008-04-25
* remove unused varBaptiste Coudurier2008-04-25
* remove ima qt decoding hack, decode whole frame at onceBaptiste Coudurier2008-04-25
* fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...Baptiste Coudurier2008-04-25
* cosmetics: Sort some lists alphabetically.Diego Biurrun2008-04-17
* Maxis XA demuxer and decoder.Robert Marston2008-04-14
* ILP64 fixes (untested)Michael Niedermayer2008-04-13
* Remove redundant &.Michael Niedermayer2008-04-13
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-06
* constMichael Niedermayer2008-02-01
* Fix clicking sound in xa-adpcm.Alexander Strange2007-12-27
* fix predictor initialization for adpcm-ima encoder not to lose first sampleTimofei V. Bondarenko2007-11-06
* add Electronic Arts XAS ADPCM decoderAurelien Jacobs2007-11-03
* remove useless #undefAurelien Jacobs2007-11-01
* remove unreachable codeAurelien Jacobs2007-11-01
* cosmetics: alignmentAurelien Jacobs2007-11-01
* don't register adpcm encoders which are not implementedAurelien Jacobs2007-11-01
* cosmetics: sortAurelien Jacobs2007-11-01
* EA IMA EACS decoderPeter Ross2007-10-30
* EA IMA SEAD decoderPeter Ross2007-10-30
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-24
* remove some useless initializations (the whole context is initialized to 0)Aurelien Jacobs2007-10-21
* remove unused context varAurelien Jacobs2007-10-21
* Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().Timofei V. Bondarenko2007-10-17
* 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