summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAge
* fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf2006-11-22
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-13
* fix alac decoder on little endianBaptiste Coudurier2006-05-10
* explain extradata and pass avctx to av_log'sAlex Beregszaszi2006-02-21
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-28
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* 100l - this has only worked on big endianAlex Beregszaszi2005-07-02
* replace custom bit-reading functions with FFmpeg's internal function;Mike Melanson2005-03-10
* get rid of nasty exit()'s so the decoder will only warn the user beforeMike Melanson2005-03-06
* decoder works fine now, when fed properly-sized chunks by the demuxer;Mike Melanson2005-03-06
* do not use a variable before proper initializationMike Melanson2005-03-06
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-06