summaryrefslogtreecommitdiffstats
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: Reformat long_names so that "ADPCM" comes first.Diego Biurrun2009-03-021-26/+26
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-1/+1
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-2/+2
* check validity of pointer srcCStefan Gehrer2009-02-031-3/+9
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* remove duplicate tablesStefan Gehrer2009-01-301-6/+1
* avoid indeterminate order of accessing srcStefan Gehrer2009-01-301-3/+3
* added demuxer for FunCom ISS audio files,Stefan Gehrer2009-01-171-0/+28
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+2
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-131-1/+1
* clip MS ADPCM predictor range to correct [0..6] range, not [0..7]Reimar Döffinger2008-07-131-2/+2
* Use bytestream and AV_RL* functions in ADPCM code where possibleReimar Döffinger2008-07-131-34/+23
* Fix MS ADPCM de- and encoding: first and second sample are swapped.Reimar Döffinger2008-07-131-6/+6
* 100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...Reimar Döffinger2008-07-121-1/+1
* 10l, forgot to replace a / 256 for r14173.Reimar Döffinger2008-07-121-1/+1
* Change MS ADPCM table so they fit into int8_t and change array type.Reimar Döffinger2008-07-111-6/+6
* Add a note to remind people that new PCM/ADPCM formats need to be added toDiego Biurrun2008-07-051-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.Michael Niedermayer2008-05-281-0/+6
* cosmetics: Fix typos in ADPCM codec long names.Diego Biurrun2008-05-151-3/+3
* ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun2008-05-151-32/+34
* identationBaptiste Coudurier2008-04-251-24/+24
* remove no more needed fieldBaptiste Coudurier2008-04-251-1/+0
* remove unused varBaptiste Coudurier2008-04-251-1/+1
* remove ima qt decoding hack, decode whole frame at onceBaptiste Coudurier2008-04-251-11/+5
* fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...Baptiste Coudurier2008-04-251-1/+2
* cosmetics: Sort some lists alphabetically.Diego Biurrun2008-04-171-2/+2
* Maxis XA demuxer and decoder.Robert Marston2008-04-141-1/+26
* ILP64 fixes (untested)Michael Niedermayer2008-04-131-5/+5
* Remove redundant &.Michael Niedermayer2008-04-131-19/+19
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* IMA ADPCM encoder - QT variantKostya Shishkov2008-03-061-3/+37
* constMichael Niedermayer2008-02-011-3/+3
* Fix clicking sound in xa-adpcm.Alexander Strange2007-12-271-2/+0
* fix predictor initialization for adpcm-ima encoder not to lose first sampleTimofei V. Bondarenko2007-11-061-4/+2
* add Electronic Arts XAS ADPCM decoderAurelien Jacobs2007-11-031-0/+33
* remove useless #undefAurelien Jacobs2007-11-011-2/+0
* remove unreachable codeAurelien Jacobs2007-11-011-7/+0
* cosmetics: alignmentAurelien Jacobs2007-11-011-4/+4
* don't register adpcm encoders which are not implementedAurelien Jacobs2007-11-011-19/+19
* cosmetics: sortAurelien Jacobs2007-11-011-3/+3
* EA IMA EACS decoderPeter Ross2007-10-301-0/+20
* EA IMA SEAD decoderPeter Ross2007-10-301-0/+8
* EA ADPCM R1, R2 and R3 decoderPeter Ross2007-10-241-2/+94
* remove some useless initializations (the whole context is initialized to 0)Aurelien Jacobs2007-10-211-5/+0
* remove unused context varAurelien Jacobs2007-10-211-1/+0
* Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().Timofei V. Bondarenko2007-10-171-10/+10
* Replace "signed short" typecast with "int16_t" as suggested byVladimir Voroshilov2007-10-041-1/+1
OpenPOWER on IntegriCloud