summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* alac : fix case where bits_per_sample is not set.Baptiste Coudurier2008-09-08
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-22
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).Jai Menon2008-06-15
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* cosmetics: indent after last commit. patch by matthieu castet <castet matthie...Matthieu Castet2008-05-11
* simplify decoding of uncompressed samples. patch by matthieu castet <castet m...Matthieu Castet2008-05-11
* fix reading of samples-per-frameJustin Ruggles2008-05-11
* 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