summaryrefslogtreecommitdiffstats
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * minor optimalizationZdenek Kabelac2003-03-031-8/+9
* * fixed IMA WAV decoding (though still might not be fully correct)Zdenek Kabelac2003-02-241-27/+23
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-3/+3
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-2/+6
* adpcm encoding patch by François Revol <revol at free dot fr>François Revol2002-07-221-15/+139
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-201-0/+406
OpenPOWER on IntegriCloud