Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-01-24adpcm_ima_ws: fix stereo decodingJustin Ruggles
2012-01-24avcodec: add a new codec_id for CRYO APC IMA ADPCM.Justin Ruggles
2012-01-06adpcm: ADPCM Electronic Arts has always two channelsJanne Grunau
2011-12-23adpcm: fix IMA SMJPEG decodingPaul B Mahol
2011-12-17adpcm: Check for channels to be a non-zero integerShitiz Garg
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-24adpcm: use sign_extend()Mans Rullgard
2011-10-14adpcmdec: calculate actual number of output samples for each decoder.Justin Ruggles
2011-10-14adpcmdec: check remaining buffer size before decoding next block in theJustin Ruggles
2011-10-14adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.Justin Ruggles
2011-10-14adpcmdec: remove unneeded buf_size==0 check.Justin Ruggles
2011-10-14adpcmdec: remove unneeded zeroing of *data_sizeJustin Ruggles
2011-10-10adpcm: fix out of bound reads due to integer overflowLaurent Aimar
2011-09-30adpcm: move codec-specific variable declarations to the sections for the corr...Justin Ruggles
2011-09-30adpcm: check buffer size in Funcom ISS decoder before reading header.Justin Ruggles
2011-09-30adpcm: simplify reading of Funcom ISS frame header.Justin Ruggles
2011-09-30adpcm: check buffer size in IMA DK4 decoder before reading header.Justin Ruggles
2011-09-30adpcm: simplify reading of IMA DK4 frame header.Justin Ruggles
2011-09-30adpcm_ms: clean up reading of predictor coefficientsJustin Ruggles
2011-09-30adpcm_4xm: process planar packets sequentially rather than simultaneously.Justin Ruggles
2011-09-30adpcm_ima_wav: process channel-interleaved blocks sequentially rather than si...Justin Ruggles
2011-09-30adpcm: update reference linksJustin Ruggles
2011-09-30adpcm: simplify packet size bounds checking in the ADPCM IMA QT decoder.Justin Ruggles
2011-09-30adpcm: simplify and speed up several ADPCM decoders.Justin Ruggles
2011-09-30adpcm: pretty-print tablesJustin Ruggles
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-09-24adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier
2011-09-24permit decoding of multichannel ADPCM_EA_XASPeter Ross
2011-09-24Fix input buffer size check in adpcm_ea decoder.Reimar Döffinger
2011-09-12adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-11Remove final semicolon from some macrosMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-12-01adpcm: Skip samples whose ssd calculation has wrapped aroundMartin Storsjö
2010-11-20adpcm: Fix a comment in the trellis heap codeMartin Storsjö
2010-11-19adpcm: Only increment heap_pos after finding a good enough sampleMartin Storsjö
2010-11-19adpcm: Use a hash table to improve checking for duplicate samplesMartin Storsjö
2010-11-14adpcm: Fix a commentMartin Storsjö
2010-11-12adpcm: Replace any of the leaf nodes in the heapMartin Storsjö
2010-11-12ReindentMartin Storsjö
2010-11-12adpcm: Store the trellis nodes in a heap instead of a sorted arrayMartin Storsjö
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-08-26Flush the PutBitsContext at the end of each block when encoding ADPCM IMA QTMartin Storsjö
2010-07-25Only 4-bit ADPCM IMA WAV files are supported.Carl Eugen Hoyos
2010-06-27adpcm: convert VLAs to malloc/freeMåns Rullgård
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-27Revert Revision: 21362Michael Niedermayer
2010-01-21Set CODEC_CAP_SUBFRAMES for adpcm decodersMåns Rullgård
2009-10-23Build extradata in adpcm_ms encoder.Daniel Verkamp