summaryrefslogtreecommitdiffstats
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAgeFilesLines
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-181-1/+1
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-131-1/+7
* fix alac decoder on little endianBaptiste Coudurier2006-05-101-1/+0
* explain extradata and pass avctx to av_log'sAlex Beregszaszi2006-02-211-13/+29
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-281-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-4/+4
* 100l - this has only worked on big endianAlex Beregszaszi2005-07-021-1/+1
* 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
OpenPOWER on IntegriCloud