summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.c
Commit message (Expand)AuthorAge
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* mpc7/8: use planar sample formatJustin Ruggles2012-10-01
* mpc: pad mpc_CC/SCF[] tables to allow for negative indices.Ronald S. Bultje2012-03-10
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
* mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Musepack SV8 supports "mono" files (though it still codes them as stereo),Kostya Shishkov2010-11-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-19
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov2009-03-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov2007-11-02
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Remove unused variable.Diego Biurrun2007-05-11
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-05
* Use AVRandomKostya Shishkov2007-02-17
* 10l: forgot break statementKostya Shishkov2007-02-17
* Buffer for get_bits must be padded because readers may overread.Reimar Döffinger2007-01-14
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-01
* Musepack SV7 decoding supportKostya Shishkov2006-12-24