| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -3/+2 |
* | avcodec/mpegaudiodsp: Make initializing synth windows thread-safe | Andreas Rheinhardt | 2020-11-24 | 1 | -5/+0 |
* | avcodec/mpc: Fix multiple numerical overflows in ff_mpc_dequantize_and_synth() | Michael Niedermayer | 2020-09-12 | 1 | -4/+4 |
* | Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347' | Clément Bœsch | 2016-06-29 | 1 | -1/+0 |
|\ |
|
| * | Remove unnecessary get_bits.h #includes | Diego Biurrun | 2016-06-07 | 1 | -1/+0 |
* | | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487' | Michael Niedermayer | 2013-05-05 | 1 | -1/+2 |
|\| |
|
| * | avcodec: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-04 | 1 | -1/+2 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0' | Michael Niedermayer | 2012-10-02 | 1 | -9/+5 |
|\| |
|
| * | mpc7/8: use planar sample format | Justin Ruggles | 2012-10-01 | 1 | -9/+5 |
| * | mpc: pad mpc_CC/SCF[] tables to allow for negative indices. | Ronald S. Bultje | 2012-03-10 | 1 | -3/+3 |
* | | mpc: Fix mpc_CC table and use. | Michael Niedermayer | 2012-03-01 | 1 | -3/+3 |
* | | mpc: Fix mpc_SCF use and content. | Michael Niedermayer | 2012-03-01 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-20 | 1 | -1/+3 |
|\| |
|
| * | Move some mpegaudio functions to new mpegaudiodsp subsystem | Mans Rullgard | 2011-05-19 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-18 | 1 | -3/+3 |
|\| |
|
| * | mpegaudio: add _fixed suffix to some names | Mans Rullgard | 2011-05-17 | 1 | -3/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Musepack SV8 supports "mono" files (though it still codes them as stereo), | Kostya Shishkov | 2010-11-21 | 1 | -7/+7 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+2 |
* | mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make | Reimar Döffinger | 2009-10-19 | 1 | -4/+2 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Make Musepack decoders use LFG pseudorandom generator | Kostya Shishkov | 2009-03-08 | 1 | -1/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add missing void keyword to parameterless function declarations. | Diego Biurrun | 2009-01-30 | 1 | -1/+1 |
* | Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. | Diego Biurrun | 2009-01-14 | 1 | -4/+0 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Split Musepack decoder into SV7 decoder and synth core | Kostya Shishkov | 2007-11-02 | 1 | -259/+14 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Remove unused variable. | Diego Biurrun | 2007-05-11 | 1 | -1/+0 |
* | Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. | Diego Biurrun | 2007-05-05 | 1 | -1/+1 |
* | Use AVRandom | Kostya Shishkov | 2007-02-17 | 1 | -11/+4 |
* | 10l: forgot break statement | Kostya Shishkov | 2007-02-17 | 1 | -0/+1 |
* | Buffer for get_bits must be padded because readers may overread. | Reimar Döffinger | 2007-01-14 | 1 | -1/+1 |
* | Decode previous 32 frames to avoid seeking artifacts in MPC | Kostya Shishkov | 2007-01-01 | 1 | -0/+15 |
* | Musepack SV7 decoding support | Kostya Shishkov | 2006-12-24 | 1 | -0/+346 |