summaryrefslogtreecommitdiff
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAge
* cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun2009-03-02
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* check validity of pointer srcCStefan Gehrer2009-02-03
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* remove duplicate tablesStefan Gehrer2009-01-30
* avoid indeterminate order of accessing srcStefan Gehrer2009-01-30
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-17
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* clip MS ADPCM predictor range to correct [0..6] range, not [0..7]Reimar Döffinger2008-07-13
* Use bytestream and AV_RL* functions in ADPCM code where possibleReimar Döffinger2008-07-13
* Fix MS ADPCM de- and encoding: first and second sample are swapped.Reimar Döffinger2008-07-13
* 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...Reimar Döffinger2008-07-12
* 10l, forgot to replace a / 256 for r14173.Reimar Döffinger2008-07-12
* Change MS ADPCM table so they fit into int8_t and change array type.Reimar Döffinger2008-07-11
* Add a note to remind people that new PCM/ADPCM formats need to be added toDiego Biurrun2008-07-05
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.Michael Niedermayer2008-05-28
* cosmetics: Fix typos in ADPCM codec long names.Diego Biurrun2008-05-15
* ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-15
* identationBaptiste Coudurier2008-04-25
* 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