summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAge
...
* Output buffer overflow.Michael Niedermayer2008-05-03
* Heap buffer overflow.Michael Niedermayer2008-05-03
* Fix memset(0) based buffer overflow.Michael Niedermayer2008-05-03
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
* check alac EOF markerMatthieu Castet2008-04-18
* Remove another unneeded var from contextVitor Sessak2008-04-17
* 10l: my last commit broke compilation and introduced warningsVitor Sessak2008-04-17
* Remove unneeded variables from contextVitor Sessak2008-04-17
* Remove wrapper around av_log2()Vitor Sessak2008-04-17
* indentMichael Niedermayer2008-04-17
* Factorize more code.Michael Niedermayer2008-04-17
* Factorize decode_postfix() out.Michael Niedermayer2008-04-17
* Change k limiting code, i think the code was buggy.Michael Niedermayer2008-04-17
* more senseless codeMichael Niedermayer2008-04-17
* senseless codeMichael Niedermayer2008-04-17
* useless variableMichael Niedermayer2008-04-17
* simplifyMichael Niedermayer2008-04-17
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* constMichael Niedermayer2008-02-01
* spellingVitor Sessak2007-12-01
* Remove reimplementation of get_unary.Vitor Sessak2007-09-01
* Cosmetical: Empty line removalVitor Sessak2007-08-31
* Comment about unsupported sample sizeVitor Sessak2007-08-31
* Rename functionVitor Sessak2007-08-30
* Replace two #define's by inline functionsVitor Sessak2007-08-30
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* More indentationVitor Sessak2007-08-07
* Cosmetics: indentationVitor Sessak2007-08-07
* Rename functionVitor Sessak2007-08-07
* 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