aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAgeFilesLines
* replace custom bit-reading functions with FFmpeg's internal function;Mike Melanson2005-03-101-187/+83
* get rid of nasty exit()'s so the decoder will only warn the user beforeMike Melanson2005-03-061-2/+0
* decoder works fine now, when fed properly-sized chunks by the demuxer;Mike Melanson2005-03-061-46/+14
* do not use a variable before proper initializationMike Melanson2005-03-061-9/+10
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-061-0/+970