summaryrefslogtreecommitdiffstats
path: root/libavcodec/alac.c
Commit message (Collapse)AuthorAgeFilesLines
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+1
| | | | Originally committed as revision 14482 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix verbatim mode decoding. patch by Jai Menon (realityman gmx net).Jai Menon2008-06-151-2/+2
| | | | Originally committed as revision 13775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: indent after last commit. patch by matthieu castet <castet ↵Matthieu Castet2008-05-111-8/+8
| | | | | | matthieu free fr>. Originally committed as revision 13121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify decoding of uncompressed samples. patch by matthieu castet <castet ↵Matthieu Castet2008-05-111-19/+6
| | | | | | matthieu free fr>. Originally committed as revision 13120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix reading of samples-per-frameJustin Ruggles2008-05-111-1/+1
| | | | Originally committed as revision 13111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Output buffer overflow.Michael Niedermayer2008-05-031-0/+5
| | | | Originally committed as revision 13052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Heap buffer overflow.Michael Niedermayer2008-05-031-1/+5
| | | | Originally committed as revision 13051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memset(0) based buffer overflow.Michael Niedermayer2008-05-031-1/+6
| | | | Originally committed as revision 13050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check alac EOF markerMatthieu Castet2008-04-181-0/+5
| | | | | | Patch by Matthieu Castet castet matthieu free fr Originally committed as revision 12891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove another unneeded var from contextVitor Sessak2008-04-171-3/+1
| | | | Originally committed as revision 12884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: my last commit broke compilation and introduced warningsVitor Sessak2008-04-171-5/+3
| | | | Originally committed as revision 12883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded variables from contextVitor Sessak2008-04-171-14/+6
| | | | Originally committed as revision 12882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrapper around av_log2()Vitor Sessak2008-04-171-8/+2
| | | | Originally committed as revision 12881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-04-171-19/+19
| | | | Originally committed as revision 12875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize more code.Michael Niedermayer2008-04-171-20/+12
| | | | Originally committed as revision 12874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize decode_postfix() out.Michael Niedermayer2008-04-171-32/+22
| | | | Originally committed as revision 12873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change k limiting code, i think the code was buggy.Michael Niedermayer2008-04-171-5/+7
| | | | | | | If you have ALAC files TEST them! Mine produce the same md5 but the new code is not identical if limiting does happen. Originally committed as revision 12872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more senseless codeMichael Niedermayer2008-04-171-1/+0
| | | | | | One wonders how such stuff gets past the reviews ... Originally committed as revision 12871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* senseless codeMichael Niedermayer2008-04-171-4/+0
| | | | Originally committed as revision 12870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless variableMichael Niedermayer2008-04-171-6/+2
| | | | Originally committed as revision 12869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-04-171-4/+2
| | | | Originally committed as revision 12868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-011-2/+2
| | | | Originally committed as revision 11711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-011-3/+3
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reimplementation of get_unary.Vitor Sessak2007-09-011-8/+4
| | | | | | 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-311-1/+0
| | | | Originally committed as revision 10275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment about unsupported sample sizeVitor Sessak2007-08-311-0/+2
| | | | Originally committed as revision 10273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2007-08-301-5/+5
| | | | Originally committed as revision 10265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace two #define's by inline functionsVitor Sessak2007-08-301-11/+14
| | | | Originally committed as revision 10264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-091-6/+6
| | | | Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-2/+2
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More indentationVitor Sessak2007-08-071-5/+5
| | | | Originally committed as revision 9979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2007-08-071-4/+4
| | | | Originally committed as revision 9978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2007-08-071-2/+2
| | | | Originally committed as revision 9977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor cosmeticsVitor Sessak2007-07-241-4/+2
| | | | Originally committed as revision 9791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another minor simplificationVitor Sessak2007-07-181-10/+7
| | | | 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-181-7/+6
| | | | Originally committed as revision 9739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplificationVitor Sessak2007-07-181-2/+1
| | | | Originally committed as revision 9738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet more cosmeticsVitor Sessak2007-07-181-9/+4
| | | | Originally committed as revision 9737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmeticsVitor Sessak2007-07-181-23/+21
| | | | Originally committed as revision 9736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reimplementation of av_log2Vitor Sessak2007-07-181-10/+2
| | | | Originally committed as revision 9735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test for supported number of channelsVitor Sessak2007-07-181-0/+5
| | | | Originally committed as revision 9730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2007-07-181-68/+67
| | | | Originally committed as revision 9729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2007-07-181-6/+7
| | | | 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-181-120/+18
| | | | Originally committed as revision 9727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move var. declaration to allow further clean upVitor Sessak2007-07-171-2/+2
| | | | 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-171-88/+41
| | | | 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-131-4/+4
| | | | | | channels minus one Originally committed as revision 9617 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud