summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.c
Commit message (Collapse)AuthorAge
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov2007-11-02
| | | | | | (for upcoming SV8 decoder) Originally committed as revision 10905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2007-05-11
| | | | Originally committed as revision 8994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-05
| | | | Originally committed as revision 8894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AVRandomKostya Shishkov2007-02-17
| | | | Originally committed as revision 8004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: forgot break statementKostya Shishkov2007-02-17
| | | | Originally committed as revision 8003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Buffer for get_bits must be padded because readers may overread.Reimar Döffinger2007-01-14
| | | | Originally committed as revision 7477 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-01
| | | | Originally committed as revision 7393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Musepack SV7 decoding supportKostya Shishkov2006-12-24
Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk