summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Expand)AuthorAgeFilesLines
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* alacdec: Simplify reading of uncompressed samples by usingJustin Ruggles2009-03-031-2/+1
* ALAC: use sign_extend() from mathops.hMåns Rullgård2009-03-031-9/+5
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* alac : fix case where bits_per_sample is not set.Baptiste Coudurier2008-09-081-1/+1
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-221-1/+5
* 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