summaryrefslogtreecommitdiffstats
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-161-1/+74
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-91/+91
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-38/+38
* yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, gmail...Michael Niedermayer2005-07-161-6/+6
* Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-151-0/+82
* adding a few constMichael Niedermayer2005-06-011-4/+4
* macromedia flavour adpcm decoding (used in flv and swf)Alex Beregszaszi2005-02-211-0/+84
* Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson2004-10-121-0/+56
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-141-7/+0
* M$ ADPCM encoding & some simplificationsMichael Niedermayer2004-02-081-28/+76
* added support for EA ADPCM and SMJPEG IMA ADPCMMike Melanson2004-02-031-0/+87
OpenPOWER on IntegriCloud