]> git.sesse.net Git - ffmpeg/history - libavcodec/alac.c
Use AV_XX16 macros
[ffmpeg] / libavcodec / alac.c
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...