]> git.sesse.net Git - ffmpeg/history - libavcodec/adpcm.c
d3d11va: make av_d3d11va_alloc_context() available at all times
[ffmpeg] / libavcodec / adpcm.c
2009-06-20 Yoshihisa UchidaFix yamaha adpcm stereo (issue 1117).
2009-04-27 Vitor SessakCheck if there is enough bytes before reading the buffe...
2009-04-27 Vitor SessakSkip 0x0000 frame footer in EA ADPCM decoder.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-12 Stefano SabatiniSplit bitstream.h, put the bitstream writer stuff in...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 Diego Biurruncosmetics: Reformat long_names so that "ADPCM" comes...
2009-03-02 Diego BiurrunChange a bunch of codec long_names to be more consisten...
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-02-03 Stefan Gehrercheck validity of pointer srcC
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Stefan Gehrerremove duplicate tables
2009-01-30 Stefan Gehreravoid indeterminate order of accessing src
2009-01-17 Stefan Gehreradded demuxer for FunCom ISS audio files,
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
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...
next