summaryrefslogtreecommitdiffstats
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAgeFilesLines
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
* fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).Jai Menon2008-06-151-2/+2
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* cosmetics: indent after last commit. patch by matthieu castet <castet matthie...Matthieu Castet2008-05-111-8/+8
* simplify decoding of uncompressed samples. patch by matthieu castet <castet m...Matthieu Castet2008-05-111-19/+6
* fix reading of samples-per-frameJustin Ruggles2008-05-111-1/+1
* Output buffer overflow.Michael Niedermayer2008-05-031-0/+5
* Heap buffer overflow.Michael Niedermayer2008-05-031-1/+5
* Fix memset(0) based buffer overflow.Michael Niedermayer2008-05-031-1/+6
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* check alac EOF markerMatthieu Castet2008-04-181-0/+5
* Remove another unneeded var from contextVitor Sessak2008-04-171-3/+1
* 10l: my last commit broke compilation and introduced warningsVitor Sessak2008-04-171-5/+3
* Remove unneeded variables from contextVitor Sessak2008-04-171-14/+6
* Remove wrapper around av_log2()Vitor Sessak2008-04-171-8/+2
* indentMichael Niedermayer2008-04-171-19/+19
* Factorize more code.Michael Niedermayer2008-04-171-20/+12
* Factorize decode_postfix() out.Michael Niedermayer2008-04-171-32/+22
* Change k limiting code, i think the code was buggy.Michael Niedermayer2008-04-171-5/+7
* more senseless codeMichael Niedermayer2008-04-171-1/+0
* senseless codeMichael Niedermayer2008-04-171-4/+0
* useless variableMichael Niedermayer2008-04-171-6/+2
* simplifyMichael Niedermayer2008-04-171-4/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-2/+2
* spellingVitor Sessak2007-12-011-3/+3
* Remove reimplementation of get_unary.Vitor Sessak2007-09-011-8/+4
* Cosmetical: Empty line removalVitor Sessak2007-08-311-1/+0
* Comment about unsupported sample sizeVitor Sessak2007-08-311-0/+2
* Rename functionVitor Sessak2007-08-301-5/+5
* Replace two #define's by inline functionsVitor Sessak2007-08-301-11/+14
* use skip_bits where appropriateAlex Beregszaszi2007-08-091-6/+6
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-2/+2
* More indentationVitor Sessak2007-08-071-5/+5
* Cosmetics: indentationVitor Sessak2007-08-071-4/+4
* Rename functionVitor Sessak2007-08-071-2/+2
* Minor cosmeticsVitor Sessak2007-07-241-4/+2
* Another minor simplificationVitor Sessak2007-07-181-10/+7
* Make deinterlace_16 receive an array as a parameter and not two separated varsVitor Sessak2007-07-181-7/+6
* Minor simplificationVitor Sessak2007-07-181-2/+1
* Yet more cosmeticsVitor Sessak2007-07-181-9/+4
* More cosmeticsVitor Sessak2007-07-181-23/+21
* 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
OpenPOWER on IntegriCloud