summaryrefslogtreecommitdiff
path: root/libavcodec/alac.c
Commit message (Collapse)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
| | | | | | | Otherwise doxygen complains about ambiguous filenames when files exist under the same name in different subdirectories. Originally committed as revision 16912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alac : fix case where bits_per_sample is not set.Baptiste Coudurier2008-09-08
| | | | | | Patch by Baptiste Originally committed as revision 15275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
| | | | | | | | | | | bits_per_coded_sample but that cannot be done seperately. Patch by Luca Abeni Also reset the minor version and fix the forgotton change to libfaad. Note: The API/ABI should not be considered stable yet, there still may be a change done here or there if some developer has some cleanup ideas and patches! Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alac : check readsamplesize to ensure get_bits() doesn'tMatthieu Castet2008-08-22
| | | | | | fail. Patch by Matthieu Castet <castet.matthieu AT free fr> Originally committed as revision 14905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
| | | | 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-15
| | | | 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-12
| | | | 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-11
| | | | | | 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-11
| | | | | | matthieu free fr>. Originally committed as revision 13120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix reading of samples-per-frameJustin Ruggles2008-05-11
| | | | Originally committed as revision 13111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Output buffer overflow.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Heap buffer overflow.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memset(0) based buffer overflow.Michael Niedermayer2008-05-03
| | | | Originally committed as revision 13050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | 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-18
| | | | | | 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-17
| | | | Originally committed as revision 12884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: my last commit broke compilation and introduced warningsVitor Sessak2008-04-17
| | | | Originally committed as revision 12883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unneeded variables from contextVitor Sessak2008-04-17
| | | | Originally committed as revision 12882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove wrapper around av_log2()Vitor Sessak2008-04-17
| | | | Originally committed as revision 12881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-04-17
| | | | Originally committed as revision 12875 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize more code.Michael Niedermayer2008-04-17
| | | | Originally committed as revision 12874 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factorize decode_postfix() out.Michael Niedermayer2008-04-17
| | | | 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-17
| | | | | | | 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-17
| | | | | | 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-17
| | | | Originally committed as revision 12870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* useless variableMichael Niedermayer2008-04-17
| | | | Originally committed as revision 12869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2008-04-17
| | | | Originally committed as revision 12868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
| | | | Originally committed as revision 12525 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-01
| | | | Originally committed as revision 11711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-01
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reimplementation of get_unary.Vitor Sessak2007-09-01
| | | | | | 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-31
| | | | Originally committed as revision 10275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comment about unsupported sample sizeVitor Sessak2007-08-31
| | | | Originally committed as revision 10273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2007-08-30
| | | | Originally committed as revision 10265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace two #define's by inline functionsVitor Sessak2007-08-30
| | | | Originally committed as revision 10264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use skip_bits where appropriateAlex Beregszaszi2007-08-09
| | | | Originally committed as revision 10004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
| | | | Originally committed as revision 9999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More indentationVitor Sessak2007-08-07
| | | | Originally committed as revision 9979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2007-08-07
| | | | Originally committed as revision 9978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename functionVitor Sessak2007-08-07
| | | | Originally committed as revision 9977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor cosmeticsVitor Sessak2007-07-24
| | | | Originally committed as revision 9791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another minor simplificationVitor Sessak2007-07-18
| | | | 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-18
| | | | Originally committed as revision 9739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor simplificationVitor Sessak2007-07-18
| | | | Originally committed as revision 9738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yet more cosmeticsVitor Sessak2007-07-18
| | | | Originally committed as revision 9737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More cosmeticsVitor Sessak2007-07-18
| | | | Originally committed as revision 9736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove reimplementation of av_log2Vitor Sessak2007-07-18
| | | | Originally committed as revision 9735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test for supported number of channelsVitor Sessak2007-07-18
| | | | Originally committed as revision 9730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2007-07-18
| | | | Originally committed as revision 9729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2007-07-18
| | | | Originally committed as revision 9728 to svn://svn.ffmpeg.org/ffmpeg/trunk