]> git.sesse.net Git - ffmpeg/history - libavcodec/alac.c
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
[ffmpeg] / libavcodec / alac.c
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...