]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/adpcm.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / adpcm.c
2009-04-27 vitorCheck if there is enough bytes before reading the buffe...
2009-04-27 vitorSkip 0x0000 frame footer in EA ADPCM decoder.
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-12 stefanoSplit bitstream.h, put the bitstream writer stuff in...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-02 diegocosmetics: Reformat long_names so that "ADPCM" comes...
2009-03-02 diegoChange a bunch of codec long_names to be more consisten...
2009-02-22 stefanoAdd missing av_cold in static init/close functions.
2009-02-03 stefangcheck validity of pointer srcC
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-30 stefangremove duplicate tables
2009-01-30 stefangavoid indeterminate order of accessing src
2009-01-17 stefangadded demuxer for FunCom ISS audio files,
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-07-31 prossModify all codecs to report their supported input and...
2008-07-13 ramirobitstream: move put_sbits() from flacenc.c to bitstream...
2008-07-13 reimarclip MS ADPCM predictor range to correct [0..6] range...
2008-07-13 reimarUse bytestream and AV_RL* functions in ADPCM code where...
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...
next