]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/adpcm.c
Fix MS ADPCM de- and encoding: first and second sample are swapped.
[frescor/ffmpeg.git] / libavcodec / adpcm.c
2008-07-13 reimarFix MS ADPCM de- and encoding: first and second sample...
2008-07-12 reimar100l, fix MS ADPCM decoding for e.g. http://samples...
2008-07-12 reimar10l, forgot to replace a / 256 for r14173.
2008-07-11 reimarChange MS ADPCM table so they fit into int8_t and chang...
2008-07-05 diegoAdd a note to remind people that new PCM/ADPCM formats...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-28 michaelPrevent 128*1<<trellis from becoming 0 and creating...
2008-05-15 diegocosmetics: Fix typos in ADPCM codec long names.
2008-05-15 diegoADPCM codec long names by Stefano Sabatini, stefano...
2008-04-25 bcoudurieridentation
2008-04-25 bcoudurierremove no more needed field
2008-04-25 bcoudurierremove unused var
2008-04-25 bcoudurierremove ima qt decoding hack, decode whole frame at...
2008-04-25 bcoudurierfix adpcm ima qt decoding, channel at init is 0, correc...
2008-04-17 diegocosmetics: Sort some lists alphabetically.
2008-04-14 benoitMaxis XA demuxer and decoder.
2008-04-13 michaelILP64 fixes (untested)
2008-04-13 michaelRemove redundant &.
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-03-06 kostyaIMA ADPCM encoder - QT variant
2008-02-01 michaelconst
2007-12-27 diegoFix clicking sound in xa-adpcm.
2007-11-06 benoitfix predictor initialization for adpcm-ima encoder...
2007-11-03 aureladd Electronic Arts XAS ADPCM decoder
2007-11-01 aurelremove useless #undef
2007-11-01 aurelremove unreachable code
2007-11-01 aurelcosmetics: alignment
2007-11-01 aureldon't register adpcm encoders which are not implemented
2007-11-01 aurelcosmetics: sort
2007-10-30 aurelEA IMA EACS decoder
2007-10-30 aurelEA IMA SEAD decoder
2007-10-24 aurelEA ADPCM R1, R2 and R3 decoder
2007-10-21 aurelremove some useless initializations (the whole context...
2007-10-21 aurelremove unused context var
2007-10-17 diegoRemove unnecessary guarding &=0x0f around adpcm_ima_com...
2007-10-04 voroshilReplace "signed short" typecast with "int16_t" as sugge...
2007-10-03 voroshilFix audio clicks in ADPCM IMA AMV by casting predictor...
2007-09-27 vitorAMV audio decoder
2007-09-24 diegocosmetics: Sort CODEC_ID list.
2007-08-19 bananCosmetics, indentation.
2007-08-19 bananTrellis quantization support for adpcm_swf.
2007-08-11 aurelmore usage of av_clip()
2007-08-11 aurelone more simplification
2007-08-11 aurelvarious simplifications around recent av_clip_int16...
2007-08-11 aureluse av_clip_int16() where it makes sens
2007-08-06 bananDon't encode the first sample twice.
2007-08-06 bcouduriercosmetic, indentation
2007-08-05 bcoudurierfix decoding of adpcm swf big frames, fix RamboMJPEGAVP...
2007-07-18 bananSet the step index correctly for flash adpcm. Patch...
2007-07-18 bananCalculate the correct blocksize for flash adpcm. Patch...
2007-06-12 diegomisc typo fixes
2007-06-02 ramiroUse AV_xx throughout libavcodec
2007-04-11 bananPer reference swf/flv adpcm encoder.
2007-04-10 diegoFix an underflow/overflow that was causing some crackle...
2007-04-08 diegocosmetics: indentation fix
2007-04-07 michaeluse bytestream reader instead of bitstream for THP
2007-04-07 diegoCRYO APC demuxer
2007-04-07 michaelsimplify
2007-04-07 michaelprev1/2 -> prev[2]
2007-04-07 michaelsimplify
2007-04-07 michaelgeneral purpose vars should be int
2007-04-07 michaeltable[index][ch] -> table[ch][index] (might be faster...
2007-04-07 diegoTHP PCM decoder, used on the Nintendo GameCube.
2007-03-02 bcoudurierfix adpcm swf decoding
2007-02-25 reimarAdd av_ prefix to clip functions
2007-02-02 michaeladd FIXME
2007-02-02 michaelsome (probably exploitable) out of array write fixes
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-08 mrumake the adx adpcm codec available
2006-06-03 lorenmADPCM: trellis quantization
2006-06-03 lorenmadpcm_ima & adpcm_yamaha: improved quantization
2006-03-02 michaelcleanup IMA-ADPCM WAV decoder
2006-02-16 aureladd Creative 8 bits ADPCM schemes support
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-16 michaelyamaha adpcm nibbles in the wrong order fix by (Vidar...
2005-07-15 michaelAdd Yamaha ADPCM encoding/decoding patch by (Vidar...
2005-06-01 michaeladding a few const
2005-02-21 alexmacromedia flavour adpcm decoding (used in flv and...
2004-10-12 melansonCreative ADPCM decoder, format 0x200, courtesy of Konst...
2004-05-21 michaeldata_size = 0 cleanup
2004-03-14 melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-02-08 michaelM$ ADPCM encoding & some simplifications
2004-02-03 melansonadded support for EA ADPCM and SMJPEG IMA ADPCM
2004-01-31 melansonhandle 0-length buffers
2004-01-10 michaelcleanup
2003-12-16 melansoninitial predictors are not sent to the output in QT...
2003-11-10 bellardcomment fix
2003-11-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-26 michaelfixing the remaning block-align checks
2003-10-26 michaelblock algn patch by ("Assaf Yaari" <assafy at mobixell...
2003-10-22 alex100l
2003-10-15 melansonactivate the XA and ADX ADPCM codecs
2003-10-14 melansondisable encoders where appropriate (patch courtesy...
2003-10-01 tmmmNew demuxers: Sega FILM/CPK, Westwood VQA & AUD; new...
2003-09-08 tmmmNew fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4...
2003-06-03 michaelni4xm adpcm
2003-03-06 michaelniper file doxy
next