summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAge
...
* Minor cosmeticsVitor Sessak2007-07-24
* Another minor simplificationVitor Sessak2007-07-18
* Make deinterlace_16 receive an array as a parameter and not two separated varsVitor Sessak2007-07-18
* Minor simplificationVitor Sessak2007-07-18
* Yet more cosmeticsVitor Sessak2007-07-18
* More cosmeticsVitor Sessak2007-07-18
* Remove reimplementation of av_log2Vitor Sessak2007-07-18
* Test for supported number of channelsVitor Sessak2007-07-18
* Cosmetics: indentationVitor Sessak2007-07-18
* Cosmetics: alignmentVitor Sessak2007-07-18
* Remove more code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-18
* Move var. declaration to allow further clean upVitor Sessak2007-07-17
* Remove code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-17
* Make "channels" variable mean the number of channels, not the number ofVitor Sessak2007-07-13
* license header consistency: Remove redundant "all rights reserved" statementDiego Biurrun2007-07-12
* Use proper bytestream functionsVitor Sessak2007-07-10
* Prepare to remove more duplicated codeVitor Sessak2007-07-10
* Remove some duplicated codeVitor Sessak2007-07-10
* Port some useful comments from newest version of David Hammerton's decoder (f...Vitor Sessak2007-07-10
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
* 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