summaryrefslogtreecommitdiffstats
path: root/libavcodec/adpcm.c
Commit message (Expand)AuthorAgeFilesLines
* adpcm: move codec-specific variable declarations to the sections for the corr...Justin Ruggles2011-09-291-14/+19
* adpcm: check buffer size in Funcom ISS decoder before reading header.Justin Ruggles2011-09-291-1/+7
* adpcm: simplify reading of Funcom ISS frame header.Justin Ruggles2011-09-291-7/+5
* adpcm: check buffer size in IMA DK4 decoder before reading header.Justin Ruggles2011-09-291-1/+7
* adpcm: simplify reading of IMA DK4 frame header.Justin Ruggles2011-09-291-8/+5
* adpcm_ms: clean up reading of predictor coefficientsJustin Ruggles2011-09-291-9/+13
* adpcm_4xm: process planar packets sequentially rather than simultaneously.Justin Ruggles2011-09-291-20/+18
* adpcm_ima_wav: process channel-interleaved blocks sequentially rather than si...Justin Ruggles2011-09-291-7/+11
* adpcm: update reference linksJustin Ruggles2011-09-291-8/+9
* adpcm: simplify packet size bounds checking in the ADPCM IMA QT decoder.Justin Ruggles2011-09-291-2/+7
* adpcm: simplify and speed up several ADPCM decoders.Justin Ruggles2011-09-291-65/+21
* adpcm: pretty-print tablesJustin Ruggles2011-09-291-7/+10
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-241-11/+9
* adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier2011-09-231-15/+47
* permit decoding of multichannel ADPCM_EA_XASPeter Ross2011-09-231-0/+1
* Fix input buffer size check in adpcm_ea decoder.Reimar Döffinger2011-09-231-3/+9
* adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles2011-09-121-709/+25
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Remove final semicolon from some macrosMans Rullgard2011-02-101-3/+3
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* adpcm: Skip samples whose ssd calculation has wrapped aroundMartin Storsjö2010-12-011-0/+6
* adpcm: Fix a comment in the trellis heap codeMartin Storsjö2010-11-201-1/+1
* adpcm: Only increment heap_pos after finding a good enough sampleMartin Storsjö2010-11-191-1/+2
* adpcm: Use a hash table to improve checking for duplicate samplesMartin Storsjö2010-11-191-8/+27
* adpcm: Fix a commentMartin Storsjö2010-11-141-1/+1
* adpcm: Replace any of the leaf nodes in the heapMartin Storsjö2010-11-121-12/+4
* ReindentMartin Storsjö2010-11-121-12/+12
* adpcm: Store the trellis nodes in a heap instead of a sorted arrayMartin Storsjö2010-11-121-8/+29
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QTMartin Storsjö2010-08-261-0/+1
* Only 4-bit ADPCM IMA WAV files are supported.Carl Eugen Hoyos2010-07-251-0/+6
* adpcm: convert VLAs to malloc/freeMåns Rullgård2010-06-271-57/+83
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Revert Revision: 21362Michael Niedermayer2010-01-271-1/+0
* Set CODEC_CAP_SUBFRAMES for adpcm decodersMåns Rullgård2010-01-211-0/+1
* Build extradata in adpcm_ms encoder.Daniel Verkamp2009-10-221-0/+12
* Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients.Daniel Verkamp2009-10-221-0/+2
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* ADPCM: remove unreachable break statement after returnMåns Rullgård2009-07-011-1/+0
* Fix indentation after last commit.Carl Eugen Hoyos2009-06-201-6/+6
* Fix yamaha adpcm stereo (issue 1117).Yoshihisa Uchida2009-06-201-8/+5
* Check if there is enough bytes before reading the buffer in the EA ADPCMVitor Sessak2009-04-271-2/+2
* Skip 0x0000 frame footer in EA ADPCM decoder.Vitor Sessak2009-04-271-0/+4
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* 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
OpenPOWER on IntegriCloud