summaryrefslogtreecommitdiffstats
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* handle 0-length buffersMike Melanson2004-01-311-0/+3
* cleanupMichael Niedermayer2004-01-101-71/+29
* initial predictors are not sent to the output in QT IMA; fix stereo QTMike Melanson2003-12-161-8/+3
* comment fixFabrice Bellard2003-11-101-2/+2
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-4/+4
* fixing the remaning block-align checksMichael Niedermayer2003-10-261-12/+6
* block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>)Assaf Yaari2003-10-261-13/+5
* 100lAlex Beregszaszi2003-10-221-2/+2
* activate the XA and ADX ADPCM codecsMike Melanson2003-10-151-2/+98
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-2/+19
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-011-1/+21
* New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson2003-09-081-11/+119
* 4xm adpcmMichael Niedermayer2003-06-031-1/+57
* per file doxyMichael Niedermayer2003-03-061-2/+5
OpenPOWER on IntegriCloud