summaryrefslogtreecommitdiffstats
path: root/libavcodec/adpcm.c
Commit message (Collapse)AuthorAgeFilesLines
* misc typo fixesDiego Biurrun2007-06-121-1/+1
| | | | Originally committed as revision 9291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-10/+5
| | | | Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Per reference swf/flv adpcm encoder.Benjamin Larsson2007-04-111-0/+28
| | | | Originally committed as revision 8713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix an underflow/overflow that was causing some crackles when playingMarco Gerards2007-04-101-1/+3
| | | | | | | certain THP files. patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indentation fixMarco Gerards2007-04-081-2/+2
| | | | | | patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use bytestream reader instead of bitstream for THPMichael Niedermayer2007-04-071-12/+11
| | | | | | | 5% smaller adpcm.o 20% faster Originally committed as revision 8657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CRYO APC demuxerAnssi Hannula2007-04-071-0/+6
| | | | | | patch by Anssi Hannula, anssi.hannula gmail com Originally committed as revision 8656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-071-4/+2
| | | | Originally committed as revision 8655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prev1/2 -> prev[2]Michael Niedermayer2007-04-071-7/+7
| | | | Originally committed as revision 8654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2007-04-071-3/+2
| | | | Originally committed as revision 8653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* general purpose vars should be intMichael Niedermayer2007-04-071-1/+1
| | | | Originally committed as revision 8652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* table[index][ch] -> table[ch][index] (might be faster ...)Michael Niedermayer2007-04-071-4/+4
| | | | Originally committed as revision 8651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* THP PCM decoder, used on the Nintendo GameCube.Marco Gerards2007-04-071-0/+68
| | | | | | patch by Marco Gerards, mgerards xs4all nl Originally committed as revision 8646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix adpcm swf decodingBaptiste Coudurier2007-03-021-39/+20
| | | | Originally committed as revision 8186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-14/+14
| | | | Originally committed as revision 8122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FIXMEMichael Niedermayer2007-02-021-1/+1
| | | | Originally committed as revision 7804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some (probably exploitable) out of array write fixesMichael Niedermayer2007-02-021-2/+23
| | | | Originally committed as revision 7802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-5/+5
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the adx adpcm codec availableMåns Rullgård2006-07-081-1/+0
| | | | Originally committed as revision 5679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADPCM: trellis quantizationLoren Merritt2006-06-031-0/+218
| | | | Originally committed as revision 5451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adpcm_ima & adpcm_yamaha: improved quantizationLoren Merritt2006-06-031-53/+11
| | | | Originally committed as revision 5449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup IMA-ADPCM WAV decoderMichael Niedermayer2006-03-021-22/+21
| | | | Originally committed as revision 5095 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add Creative 8 bits ADPCM schemes supportAurelien Jacobs2006-02-161-1/+74
| | | | Originally committed as revision 5024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-91/+91
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-38/+38
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yamaha adpcm nibbles in the wrong order fix by (Vidar Madsen: vidarino, ↵Michael Niedermayer2005-07-161-6/+6
| | | | | | gmail com) Originally committed as revision 4446 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Yamaha ADPCM encoding/decoding patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-151-0/+82
| | | | Originally committed as revision 4442 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a few constMichael Niedermayer2005-06-011-4/+4
| | | | Originally committed as revision 4337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* macromedia flavour adpcm decoding (used in flv and swf)Alex Beregszaszi2005-02-211-0/+84
| | | | Originally committed as revision 3969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Creative ADPCM decoder, format 0x200, courtesy of Konstantin ShishkovMike Melanson2004-10-121-0/+56
| | | | Originally committed as revision 3589 to svn://svn.ffmpeg.org/ffmpeg/trunk
* data_size = 0 cleanupMichael Niedermayer2004-05-211-2/+0
| | | | Originally committed as revision 3146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove numerous definitions of BE_*/LE_* macros; convert FOURCC_TAG ->Mike Melanson2004-03-141-7/+0
| | | | | | MKTAG/MKBETAG Originally committed as revision 2886 to svn://svn.ffmpeg.org/ffmpeg/trunk
* M$ ADPCM encoding & some simplificationsMichael Niedermayer2004-02-081-28/+76
| | | | Originally committed as revision 2765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added support for EA ADPCM and SMJPEG IMA ADPCMMike Melanson2004-02-031-0/+87
| | | | Originally committed as revision 2744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle 0-length buffersMike Melanson2004-01-311-0/+3
| | | | Originally committed as revision 2732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-01-101-71/+29
| | | | Originally committed as revision 2684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* initial predictors are not sent to the output in QT IMA; fix stereo QTMike Melanson2003-12-161-8/+3
| | | | | | IMA decoding Originally committed as revision 2618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment fixFabrice Bellard2003-11-101-2/+2
| | | | Originally committed as revision 2490 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2003-11-031-4/+4
| | | | Originally committed as revision 2469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing the remaning block-align checksMichael Niedermayer2003-10-261-12/+6
| | | | Originally committed as revision 2438 to svn://svn.ffmpeg.org/ffmpeg/trunk
* block algn patch by ("Assaf Yaari" <assafy at mobixell dot com>)Assaf Yaari2003-10-261-13/+5
| | | | Originally committed as revision 2437 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lAlex Beregszaszi2003-10-221-2/+2
| | | | Originally committed as revision 2417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* activate the XA and ADX ADPCM codecsMike Melanson2003-10-151-2/+98
| | | | Originally committed as revision 2385 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-2/+19
| | | | | | <bero -at- geocities.co.jp>) Originally committed as revision 2375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New demuxers: Sega FILM/CPK, Westwood VQA & AUD; new decoders: MS RLE &Mike Melanson2003-10-011-1/+21
| | | | | | Video-1, Apple RPZA, Cinepak, Westwood IMA ADPCM Originally committed as revision 2324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCMMike Melanson2003-09-081-11/+119
| | | | Originally committed as revision 2217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4xm adpcmMichael Niedermayer2003-06-031-1/+57
| | | | Originally committed as revision 1928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-061-2/+5
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud