summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove reimplementation of av_log2Vitor Sessak2007-07-181-10/+2
* Test for supported number of channelsVitor Sessak2007-07-181-0/+5
* Cosmetics: indentationVitor Sessak2007-07-181-68/+67
* Cosmetics: alignmentVitor Sessak2007-07-181-6/+7
* Remove more code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-181-120/+18
* Move var. declaration to allow further clean upVitor Sessak2007-07-171-2/+2
* Remove code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-171-88/+41
* Make "channels" variable mean the number of channels, not the number ofVitor Sessak2007-07-131-4/+4
* license header consistency: Remove redundant "all rights reserved" statementDiego Biurrun2007-07-121-1/+0
* Use proper bytestream functionsVitor Sessak2007-07-101-10/+11
* Prepare to remove more duplicated codeVitor Sessak2007-07-101-31/+33
* Remove some duplicated codeVitor Sessak2007-07-101-45/+12
* Port some useful comments from newest version of David Hammerton's decoder (f...Vitor Sessak2007-07-101-2/+2
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-191-6/+6
* fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf2006-11-221-1/+4
* 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