]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/alac.c
WMA: extend exponent range to 95
[frescor/ffmpeg.git] / libavcodec / alac.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-03 jbralacdec: Simplify reading of uncompressed samples by...
2009-03-03 mruALAC: use sign_extend() from mathops.h
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2008-09-08 jai_menonalac : fix case where bits_per_sample is not set.
2008-09-08 michaelBump Major version, this commit is almost just renaming...
2008-08-22 jai_menonalac : check readsamplesize to ensure get_bits() doesn't
2008-07-31 prossModify all codecs to report their supported input and...
2008-06-15 jbrfix verbatim mode decoding. patch by Jai Menon (reality...
2008-06-12 stefanoMake AVCodec long_names definition conditional dependin...
2008-05-11 jbrcosmetics: indent after last commit. patch by matthieu...
2008-05-11 jbrsimplify decoding of uncompressed samples. patch by...
2008-05-11 jbrfix reading of frames-per-sample
2008-05-03 michaelOutput buffer overflow.
2008-05-03 michaelHeap buffer overflow.
2008-05-03 michaelFix memset(0) based buffer overflow.
2008-04-27 diegoAdd long names to many AVCodec declarations.
2008-04-18 benoitcheck alac EOF marker
2008-04-17 vitorRemove another unneeded var from context
2008-04-17 vitor10l: my last commit broke compilation
2008-04-17 vitorRemove unneeded variables from context
2008-04-17 vitorRemove wrapper around av_log2()
2008-04-17 michaelindent
2008-04-17 michaelFactorize more code.
2008-04-17 michaelFactorize decode_postfix() out.
2008-04-17 michaelChange k limiting code, i think the code was buggy.
2008-04-17 michaelmore senseless code
2008-04-17 michaelsensless code
2008-04-17 michaeluseless variable
2008-04-17 michaelsimplify
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2008-02-01 michaelconst
2007-12-01 vitorspelling
2007-09-01 vitorRemove reimplementation of get_unary.
2007-08-31 vitorCosmetical: Empty line removal
2007-08-31 vitorComment about unsupported sample size
2007-08-30 vitorRename function
2007-08-30 vitorReplace two #define's by inline functions
2007-08-09 alexuse skip_bits where appropriate
2007-08-09 alexuse get_bits1(..) instead get_bits(.., 1)
2007-08-07 vitorMore indentation
2007-08-07 vitorCosmetics: indentation
2007-08-07 vitorRename function
2007-07-24 vitorMinor cosmetics
2007-07-18 vitorAnother minor simplification
2007-07-18 vitorMake more deinterlace_16 receive an array as a paramete...
2007-07-18 vitorMinor simplification
2007-07-18 vitorYet more cosmetics
2007-07-18 vitorMore cosmetics
2007-07-18 vitorRemove reimplementation of av_log2
2007-07-18 vitorTest for supported number of channels
2007-07-18 vitorCosmetics: indentation
2007-07-18 vitorCosmetics: alignment
2007-07-18 vitorRemove more code duplication. Based on a patch by Matth...
2007-07-17 vitorMove var. declaration to allow further clean up
2007-07-17 vitorRemove code duplication. Based on a patch by Matthieu...
2007-07-13 vitorMake "channels" variable mean the number of channels...
2007-07-12 diegolicense header consistency: Remove redundant "all right...
2007-07-10 vitorUse proper bytestream functions
2007-07-10 vitorPrepare to remove more duplicated code
2007-07-10 vitorRemove some duplicated code
2007-07-10 vitorPort some useful comments from newest version of David...
2007-01-19 alexrename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-22 bcoudurierfix some potential security issues, patch by Matthias...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-06-18 diegoAdd const to (mostly) char* and make some functions...
2006-05-13 michaelsanity checks, some might have been exploitable ...
2006-05-10 bcoudurierfix alac decoder on little endian
2006-02-21 alexexplain extradata and pass avctx to av_log's
2006-01-28 aurelmake some functions static (patch by Dieter < freebsd...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-07-02 alex100l - this has only worked on big endian
2005-03-10 melansonreplace custom bit-reading functions with FFmpeg's...
2005-03-06 melansonget rid of nasty exit()'s so the decoder will only...
2005-03-06 melansondecoder works fine now, when fed properly-sized chunks...
2005-03-06 melansondo not use a variable before proper initialization
2005-03-06 melansonfirst pass at ALAC decoder from David Hammerton; while...