summaryrefslogtreecommitdiff
path: root/libavcodec/mpc.c
Commit message (Expand)AuthorAge
* Remove/replace some unnecessary avcodec.h inclusionsAndreas Rheinhardt2021-07-22
* avcodec/mpegaudiodsp: Make initializing synth windows thread-safeAndreas Rheinhardt2020-11-24
* avcodec/mpc: Fix multiple numerical overflows in ff_mpc_dequantize_and_synth()Michael Niedermayer2020-09-12
* Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-29
|\
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-07
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-26
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'Michael Niedermayer2012-10-02
|\|
| * 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
* | mpc: Fix mpc_CC table and use.Michael Niedermayer2012-03-01
* | mpc: Fix mpc_SCF use and content.Michael Niedermayer2012-03-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-20
|\|
| * Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-18
|\|
| * 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