]> git.sesse.net Git - ffmpeg/history - libavcodec/adpcm.c
Modify all codecs to report their supported input and output sample format(s).
[ffmpeg] / libavcodec / adpcm.c
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-07-13 Reimar Döffingerclip MS ADPCM predictor range to correct [0..6] range...
2008-07-13 Reimar DöffingerUse bytestream and AV_RL* functions in ADPCM code where...
2008-07-13 Reimar DöffingerFix MS ADPCM de- and encoding: first and second sample...
2008-07-12 Reimar Döffinger100l, fix MS ADPCM decoding for e.g. http://samples...
2008-07-12 Reimar Döffinger10l, forgot to replace a / 256 for r14173.
2008-07-11 Reimar DöffingerChange MS ADPCM table so they fit into int8_t and chang...
2008-07-05 Diego BiurrunAdd a note to remind people that new PCM/ADPCM formats...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-05-28 Michael NiedermayerPrevent 128*1<<trellis from becoming 0 and creating...
2008-05-15 Diego Biurruncosmetics: Fix typos in ADPCM codec long names.
2008-05-15 Diego BiurrunADPCM codec long names by Stefano Sabatini, stefano...
2008-04-25 Baptiste Coudurieridentation
2008-04-25 Baptiste Coudurierremove no more needed field
2008-04-25 Baptiste Coudurierremove unused var
2008-04-25 Baptiste Coudurierremove ima qt decoding hack, decode whole frame at...
2008-04-25 Baptiste Coudurierfix adpcm ima qt decoding, channel at init is 0, correc...
2008-04-17 Diego Biurruncosmetics: Sort some lists alphabetically.
2008-04-14 Robert MarstonMaxis XA demuxer and decoder.
2008-04-13 Michael NiedermayerILP64 fixes (untested)
2008-04-13 Michael NiedermayerRemove redundant &.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-03-06 Kostya ShishkovIMA ADPCM encoder - QT variant
2008-02-01 Michael Niedermayerconst
2007-12-27 Alexander StrangeFix clicking sound in xa-adpcm.
2007-11-06 Timofei V. Bondarenkofix predictor initialization for adpcm-ima encoder...
2007-11-03 Aurelien Jacobsadd Electronic Arts XAS ADPCM decoder
2007-11-01 Aurelien Jacobsremove useless #undef
2007-11-01 Aurelien Jacobsremove unreachable code
2007-11-01 Aurelien Jacobscosmetics: alignment
2007-11-01 Aurelien Jacobsdon't register adpcm encoders which are not implemented
2007-11-01 Aurelien Jacobscosmetics: sort
2007-10-30 Peter RossEA IMA EACS decoder
2007-10-30 Peter RossEA IMA SEAD decoder
2007-10-24 Peter RossEA ADPCM R1, R2 and R3 decoder
2007-10-21 Aurelien Jacobsremove some useless initializations (the whole context...
2007-10-21 Aurelien Jacobsremove unused context var
2007-10-17 Timofei V. BondarenkoRemove unnecessary guarding &=0x0f around adpcm_ima_com...
2007-10-04 Vladimir VoroshilovReplace "signed short" typecast with "int16_t" as sugge...
2007-10-03 Vladimir VoroshilovFix audio clicks in ADPCM IMA AMV by casting predictor...
2007-09-27 Vitor SessakAMV audio decoder
2007-09-24 Diego Biurruncosmetics: Sort CODEC_ID list.
2007-08-19 Benjamin LarssonCosmetics, indentation.
2007-08-19 Benjamin LarssonTrellis quantization support for adpcm_swf.
2007-08-11 Aurelien Jacobsmore usage of av_clip()
2007-08-11 Aurelien Jacobsone more simplification
2007-08-11 Aurelien Jacobsvarious simplifications around recent av_clip_int16...
2007-08-11 Aurelien Jacobsuse av_clip_int16() where it makes sense
2007-08-06 Benjamin LarssonDon't encode the first sample twice.
2007-08-06 Baptiste Couduriercosmetic, indentation
2007-08-05 Baptiste Coudurierfix decoding of adpcm swf big frames, fix RamboMJPEGAVP...
2007-07-18 Baptiste CoudurierSet the step index correctly for flash adpcm. Patch...
2007-07-18 Baptiste CoudurierCalculate the correct blocksize for flash adpcm. Patch...
2007-06-12 Diego Biurrunmisc typo fixes
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-04-11 Benjamin LarssonPer reference swf/flv adpcm encoder.
2007-04-10 Marco GerardsFix an underflow/overflow that was causing some crackle...
2007-04-08 Marco Gerardscosmetics: indentation fix
2007-04-07 Michael Niedermayeruse bytestream reader instead of bitstream for THP
2007-04-07 Anssi HannulaCRYO APC demuxer
2007-04-07 Michael Niedermayersimplify
2007-04-07 Michael Niedermayerprev1/2 -> prev[2]
2007-04-07 Michael Niedermayersimplify
2007-04-07 Michael Niedermayergeneral purpose vars should be int
2007-04-07 Michael Niedermayertable[index][ch] -> table[ch][index] (might be faster...
2007-04-07 Marco GerardsTHP PCM decoder, used on the Nintendo GameCube.
2007-03-02 Baptiste Coudurierfix adpcm swf decoding
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2007-02-02 Michael Niedermayeradd FIXME
2007-02-02 Michael Niedermayersome (probably exploitable) out of array write fixes
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-08 Måns Rullgårdmake the adx adpcm codec available
2006-06-03 Loren MerrittADPCM: trellis quantization
2006-06-03 Loren Merrittadpcm_ima & adpcm_yamaha: improved quantization
2006-03-02 Michael Niedermayercleanup IMA-ADPCM WAV decoder
2006-02-16 Aurelien Jacobsadd Creative 8 bits ADPCM schemes support
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-16 Michael Niedermayeryamaha adpcm nibbles in the wrong order fix by (Vidar...
2005-07-15 Vidar MadsenAdd Yamaha ADPCM encoding/decoding patch by (Vidar...
2005-06-01 Michael Niedermayeradding a few const
2005-02-21 Alex Beregszaszimacromedia flavour adpcm decoding (used in flv and...
2004-10-12 Mike MelansonCreative ADPCM decoder, format 0x200, courtesy of Konst...
2004-05-21 Michael Niedermayerdata_size = 0 cleanup
2004-03-14 Mike Melansonremove numerous definitions of BE_*/LE_* macros; conver...
2004-02-08 Michael NiedermayerM$ ADPCM encoding & some simplifications
2004-02-03 Mike Melansonadded support for EA ADPCM and SMJPEG IMA ADPCM
2004-01-31 Mike Melansonhandle 0-length buffers
2004-01-10 Michael Niedermayercleanup
2003-12-16 Mike Melansoninitial predictors are not sent to the output in QT...
2003-11-10 Fabrice Bellardcomment fix
2003-11-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2003-10-26 Michael Niedermayerfixing the remaning block-align checks
2003-10-26 Assaf Yaariblock algn patch by ("Assaf Yaari" <assafy at mobixell...
2003-10-22 Alex Beregszaszi100l
2003-10-15 Mike Melansonactivate the XA and ADX ADPCM codecs
2003-10-14 Mike Melansondisable encoders where appropriate (patch courtesy...
next