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-03-19adpcm: convert adpcm_dk4 to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ms to bytestream2.Ronald S. Bultje
2012-03-19adpcm: use av_clip() in adpcm_ima_expand_nibble().Ronald S. Bultje
2012-03-19adpcm: convert adpcm_4xm to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ima_wav to bytestream2.Ronald S. Bultje
2012-03-19adpcm: convert adpcm_ima_qt to bytestream2.Ronald S. Bultje
2012-03-19adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.Ronald S. Bultje
2012-03-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-15xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns.Ronald S. Bultje
2012-02-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-29adpcm_xa: Check filter validity.Michael Niedermayer
2012-02-29adpcm: Clip step_index values read from the bitstream at the beginning of eac...Alex Converse
2012-02-25adpcmdec: fix "warning: array subscript is above array bounds"Michael Niedermayer
2012-01-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-06adpcm: ADPCM Electronic Arts has always two channelsJanne Grunau
2011-12-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-23adpcm: fix IMA SMJPEG decodingPaul B Mahol
2011-12-19adpcm: Fix crashMichael Niedermayer
2011-12-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-17adpcm: Check for channels to be a non-zero integerShitiz Garg
2011-12-10adpcm: fix division by zero in fate/creative/intro-partial.wav with -s 2 and ...Michael Niedermayer
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-24adpcm: use sign_extend()Mans Rullgard
2011-10-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-01Fix out of bound reads due to integer overflow in the ADPCM IMA Electronic Ar...Laurent 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-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer