summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Collapse)AuthorAge
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-01
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reimplementation of get_unary.Vitor Sessak2007-09-01
| | | | | | Based on a patch by Alex Beregszaszi. Originally committed as revision 10279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetical: Empty line removalVitor Sessak2007-08-31
| | | | Originally committed as revision 10275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment about unsupported sample sizeVitor Sessak2007-08-31
| | | | Originally committed as revision 10273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2007-08-30
| | | | Originally committed as revision 10265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace two #define's by inline functionsVitor Sessak2007-08-30
| | | | Originally committed as revision 10264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More indentationVitor Sessak2007-08-07
| | | | Originally committed as revision 9979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2007-08-07
| | | | Originally committed as revision 9978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2007-08-07
| | | | Originally committed as revision 9977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor cosmeticsVitor Sessak2007-07-24
| | | | Originally committed as revision 9791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another minor simplificationVitor Sessak2007-07-18
| | | | Originally committed as revision 9744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make deinterlace_16 receive an array as a parameter and not two separated varsVitor Sessak2007-07-18
| | | | Originally committed as revision 9739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplificationVitor Sessak2007-07-18
| | | | Originally committed as revision 9738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet more cosmeticsVitor Sessak2007-07-18
| | | | Originally committed as revision 9737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmeticsVitor Sessak2007-07-18
| | | | Originally committed as revision 9736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reimplementation of av_log2Vitor Sessak2007-07-18
| | | | Originally committed as revision 9735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test for supported number of channelsVitor Sessak2007-07-18
| | | | Originally committed as revision 9730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2007-07-18
| | | | Originally committed as revision 9729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2007-07-18
| | | | Originally committed as revision 9728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove more code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-18
| | | | Originally committed as revision 9727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move var. declaration to allow further clean upVitor Sessak2007-07-17
| | | | Originally committed as revision 9726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-17
| | | | Originally committed as revision 9724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make "channels" variable mean the number of channels, not the number ofVitor Sessak2007-07-13
| | | | | | channels minus one Originally committed as revision 9617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency: Remove redundant "all rights reserved" statementDiego Biurrun2007-07-12
| | | | | | that is rendered meaningless by subsequent grant of rights through the LGPL. Originally committed as revision 9606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use proper bytestream functionsVitor Sessak2007-07-10
| | | | Originally committed as revision 9580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Prepare to remove more duplicated codeVitor Sessak2007-07-10
| | | | | | Based on a patch by Matthieu Castet Originally committed as revision 9576 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some duplicated codeVitor Sessak2007-07-10
| | | | Originally committed as revision 9575 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port some useful comments from newest version of David Hammerton's decoder ↵Vitor Sessak2007-07-10
| | | | | | (from which alac.c is based) Originally committed as revision 9570 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi2007-01-19
| | | | Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot deMatthias Hopf2006-11-22
| | | | Originally committed as revision 7153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner2006-06-18
| | | | | | | outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-13
| | | | Originally committed as revision 5369 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix alac decoder on little endianBaptiste Coudurier2006-05-10
| | | | Originally committed as revision 5357 to svn://svn.ffmpeg.org/ffmpeg/trunk
* explain extradata and pass avctx to av_log'sAlex Beregszaszi2006-02-21
| | | | Originally committed as revision 5042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-28
| | | | Originally committed as revision 4905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l - this has only worked on big endianAlex Beregszaszi2005-07-02
| | | | Originally committed as revision 4418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace custom bit-reading functions with FFmpeg's internal function;Mike Melanson2005-03-10
| | | | | | roll alac_file data structure members into ALACContext Originally committed as revision 4027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of nasty exit()'s so the decoder will only warn the user beforeMike Melanson2005-03-06
| | | | | | | it runs off the end of a buffer; eventually, this should be replaced with FFmpeg's internal bit reader which is hopefully more robust Originally committed as revision 4012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decoder works fine now, when fed properly-sized chunks by the demuxer;Mike Melanson2005-03-06
| | | | | | cleaned up some cruft for this commit Originally committed as revision 4010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not use a variable before proper initializationMike Melanson2005-03-06
| | | | Originally committed as revision 4009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first pass at ALAC decoder from David Hammerton; while David's originalMike Melanson2005-03-06
decoder works great, this decoder is not completely and seamlessly integrated yet with FFmpeg Originally committed as revision 4008 to svn://svn.ffmpeg.org/ffmpeg/trunk