summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-291-1/+0
|\
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-1/+0
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+2
|\ \ | |/
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer2012-10-021-9/+5
|\ \ | |/
| * mpc7/8: use planar sample formatJustin Ruggles2012-10-011-9/+5
| * mpc: pad mpc_CC/SCF[] tables to allow for negative indices.Ronald S. Bultje2012-03-101-3/+3
* | mpc: Fix mpc_CC table and use.Michael Niedermayer2012-03-011-3/+3
* | mpc: Fix mpc_SCF use and content.Michael Niedermayer2012-03-011-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-201-1/+3
|\ \ | |/
| * Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-181-3/+3
|\ \ | |/
| * mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-171-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Musepack SV8 supports "mono" files (though it still codes them as stereo),Kostya Shishkov2010-11-211-7/+7
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+2
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-191-4/+2
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov2009-03-081-1/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-301-1/+1
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-141-4/+0
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Split Musepack decoder into SV7 decoder and synth coreKostya Shishkov2007-11-021-259/+14
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Remove unused variable.Diego Biurrun2007-05-111-1/+0
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-051-1/+1
* Use AVRandomKostya Shishkov2007-02-171-11/+4
* 10l: forgot break statementKostya Shishkov2007-02-171-0/+1
* Buffer for get_bits must be padded because readers may overread.Reimar Döffinger2007-01-141-1/+1
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-011-0/+15
* Musepack SV7 decoding supportKostya Shishkov2006-12-241-0/+346
OpenPOWER on IntegriCloud