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-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-13bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla
2008-07-13clip MS ADPCM predictor range to correct [0..6] range, not [0..7]Reimar Döffinger
2008-07-13Use bytestream and AV_RL* functions in ADPCM code where possibleReimar Döffinger
2008-07-13Fix MS ADPCM de- and encoding: first and second sample are swapped.Reimar Döffinger
2008-07-12100l, fix MS ADPCM decoding for e.g. http://samples.mplayerhq.hu/mov/qtaudio/...Reimar Döffinger
2008-07-1210l, forgot to replace a / 256 for r14173.Reimar Döffinger
2008-07-12Change MS ADPCM table so they fit into int8_t and change array type.Reimar Döffinger
2008-07-05Add a note to remind people that new PCM/ADPCM formats need to be added toDiego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-28Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.Michael Niedermayer
2008-05-16cosmetics: Fix typos in ADPCM codec long names.Diego Biurrun
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