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
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
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-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-09-12adpcm: split ADPCM encoders and decoders into separate files.Justin Ruggles
2011-08-03Set bits_per_coded_sample when encoding ADPCM.Carl Eugen Hoyos
2011-05-08adpcmenc:Optimize adpcm_ima_qt_compress_sample()Michael Niedermayer
2011-05-08adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier
2011-05-08adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier
2011-04-24permit decoding of multichannel ADPCM_EA_XASPeter Ross
2011-04-10Fix input buffer size check in adpcm_ea decoder.Reimar Döffinger
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-11Remove final semicolon from some macrosMans Rullgard
2011-02-11Remove final semicolon from some macrosMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
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