]> git.sesse.net Git - ffmpeg/history - libavcodec/alac.c
Fix memset(0) based buffer overflow.
[ffmpeg] / libavcodec / alac.c
2008-05-03 Michael NiedermayerFix memset(0) based buffer overflow.
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-04-18 Matthieu Castetcheck alac EOF marker
2008-04-17 Vitor SessakRemove another unneeded var from context
2008-04-17 Vitor Sessak10l: my last commit broke compilation and introduced...
2008-04-17 Vitor SessakRemove unneeded variables from context
2008-04-17 Vitor SessakRemove wrapper around av_log2()
2008-04-17 Michael Niedermayerindent
2008-04-17 Michael NiedermayerFactorize more code.
2008-04-17 Michael NiedermayerFactorize decode_postfix() out.
2008-04-17 Michael NiedermayerChange k limiting code, i think the code was buggy.
2008-04-17 Michael Niedermayermore senseless code
2008-04-17 Michael Niedermayersenseless code
2008-04-17 Michael Niedermayeruseless variable
2008-04-17 Michael Niedermayersimplify
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-12-01 Vitor Sessakspelling
2007-09-01 Vitor SessakRemove reimplementation of get_unary.
2007-08-31 Vitor SessakCosmetical: Empty line removal
2007-08-31 Vitor SessakComment about unsupported sample size
2007-08-30 Vitor SessakRename function
2007-08-30 Vitor SessakReplace two #define's by inline functions
2007-08-09 Alex Beregszasziuse skip_bits where appropriate
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-08-07 Vitor SessakMore indentation
2007-08-07 Vitor SessakCosmetics: indentation
2007-08-07 Vitor SessakRename function
2007-07-24 Vitor SessakMinor cosmetics
2007-07-18 Vitor SessakAnother minor simplification
2007-07-18 Vitor SessakMake deinterlace_16 receive an array as a parameter...
2007-07-18 Vitor SessakMinor simplification
2007-07-18 Vitor SessakYet more cosmetics
2007-07-18 Vitor SessakMore cosmetics
2007-07-18 Vitor SessakRemove reimplementation of av_log2
2007-07-18 Vitor SessakTest for supported number of channels
2007-07-18 Vitor SessakCosmetics: indentation
2007-07-18 Vitor SessakCosmetics: alignment
2007-07-18 Vitor SessakRemove more code duplication. Based on a patch by Matth...
2007-07-17 Vitor SessakMove var. declaration to allow further clean up
2007-07-17 Vitor SessakRemove code duplication. Based on a patch by Matthieu...
2007-07-13 Vitor SessakMake "channels" variable mean the number of channels...
2007-07-12 Diego Biurrunlicense header consistency: Remove redundant "all right...
2007-07-10 Vitor SessakUse proper bytestream functions
2007-07-10 Vitor SessakPrepare to remove more duplicated code
2007-07-10 Vitor SessakRemove some duplicated code
2007-07-10 Vitor SessakPort some useful comments from newest version of David...
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-11-22 Matthias Hopffix some potential security issues, patch by Matthias...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-05-13 Michael Niedermayersanity checks, some might have been exploitable ...
2006-05-10 Baptiste Coudurierfix alac decoder on little endian
2006-02-21 Alex Beregszasziexplain extradata and pass avctx to av_log's
2006-01-28 Dietermake some functions static (patch by Dieter < freebsd...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-07-02 Alex Beregszaszi100l - this has only worked on big endian
2005-03-10 Mike Melansonreplace custom bit-reading functions with FFmpeg's...
2005-03-06 Mike Melansonget rid of nasty exit()'s so the decoder will only...
2005-03-06 Mike Melansondecoder works fine now, when fed properly-sized chunks...
2005-03-06 Mike Melansondo not use a variable before proper initialization
2005-03-06 Mike Melansonfirst pass at ALAC decoder from David Hammerton; while...