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
2008-05-15ADPCM codec long names by Stefano Sabatini, stefano.sabatini-lala poste itDiego Biurrun
2008-04-25identationBaptiste Coudurier
2008-04-25remove no more needed fieldBaptiste Coudurier
2008-04-25remove unused varBaptiste Coudurier
2008-04-25remove ima qt decoding hack, decode whole frame at onceBaptiste Coudurier
2008-04-25fix adpcm ima qt decoding, channel at init is 0, correct stereo out since sam...Baptiste Coudurier
2008-04-18cosmetics: Sort some lists alphabetically.Diego Biurrun
2008-04-14Maxis XA demuxer and decoder.Robert Marston
2008-04-13ILP64 fixes (untested)Michael Niedermayer
2008-04-13Remove redundant &.Michael Niedermayer
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-06IMA ADPCM encoder - QT variantKostya Shishkov
2008-02-01constMichael Niedermayer
2007-12-27Fix clicking sound in xa-adpcm.Alexander Strange
2007-11-06fix predictor initialization for adpcm-ima encoder not to lose first sampleTimofei V. Bondarenko
2007-11-04add Electronic Arts XAS ADPCM decoderAurelien Jacobs
2007-11-01remove useless #undefAurelien Jacobs
2007-11-01remove unreachable codeAurelien Jacobs
2007-11-01cosmetics: alignmentAurelien Jacobs
2007-11-01don't register adpcm encoders which are not implementedAurelien Jacobs
2007-11-01cosmetics: sortAurelien Jacobs
2007-10-31EA IMA EACS decoderPeter Ross
2007-10-31EA IMA SEAD decoderPeter Ross
2007-10-25EA ADPCM R1, R2 and R3 decoderPeter Ross
2007-10-22remove some useless initializations (the whole context is initialized to 0)Aurelien Jacobs
2007-10-22remove unused context varAurelien Jacobs
2007-10-18Remove unnecessary guarding &=0x0f around adpcm_ima_compress_sample().Timofei V. Bondarenko
2007-10-04Replace "signed short" typecast with "int16_t" as suggested byVladimir Voroshilov
2007-10-03Fix audio clicks in ADPCM IMA AMV by casting predictor as "signed short"Vladimir Voroshilov
2007-09-27AMV audio decoderVitor Sessak
2007-09-25cosmetics: Sort CODEC_ID list.Diego Biurrun
2007-08-20Cosmetics, indentation.Benjamin Larsson
2007-08-20Trellis quantization support for adpcm_swf.Benjamin Larsson
2007-08-12more usage of av_clip()Aurelien Jacobs
2007-08-12one more simplificationAurelien Jacobs
2007-08-12various simplifications around recent av_clip_int16() usageAurelien Jacobs
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-08-06Don't encode the first sample twice.Benjamin Larsson
2007-08-06cosmetic, indentationBaptiste Coudurier
2007-08-05fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swfBaptiste Coudurier
2007-07-18Set the step index correctly for flash adpcm. Patch by BaptisteBaptiste Coudurier
2007-07-18Calculate the correct blocksize for flash adpcm. Patch by BaptisteBaptiste Coudurier
2007-06-12misc typo fixesDiego Biurrun
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-04-11Per reference swf/flv adpcm encoder.Benjamin Larsson
2007-04-10Fix an underflow/overflow that was causing some crackles when playingMarco Gerards
2007-04-08cosmetics: indentation fixMarco Gerards
2007-04-08use bytestream reader instead of bitstream for THPMichael Niedermayer
2007-04-08CRYO APC demuxerAnssi Hannula
2007-04-08simplifyMichael Niedermayer