index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
mpc.c
Age
Commit message (
Expand
)
Author
2012-10-02
Merge commit 'bfcd4b6a1691d20aebc6d2308424c2a88334a9f0'
Michael Niedermayer
2012-10-01
mpc7/8: use planar sample format
Justin Ruggles
2012-03-10
mpc: pad mpc_CC/SCF[] tables to allow for negative indices.
Ronald S. Bultje
2012-03-01
mpc: Fix mpc_CC table and use.
Michael Niedermayer
2012-03-01
mpc: Fix mpc_SCF use and content.
Michael Niedermayer
2011-05-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-19
Move some mpegaudio functions to new mpegaudiodsp subsystem
Mans Rullgard
2011-05-18
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-05-17
mpegaudio: add _fixed suffix to some names
Mans Rullgard
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-11-21
Musepack SV8 supports "mono" files (though it still codes them as stereo),
Kostya Shishkov
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-10-19
mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make
Reimar Döffinger
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-03-08
Make Musepack decoders use LFG pseudorandom generator
Kostya Shishkov
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-30
Add missing void keyword to parameterless function declarations.
Diego Biurrun
2009-01-14
Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.
Diego Biurrun
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-05-09
Use full path for #includes from another directory.
Diego Biurrun
2007-11-02
Split Musepack decoder into SV7 decoder and synth core
Kostya Shishkov
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-05-11
Remove unused variable.
Diego Biurrun
2007-05-05
Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.
Diego Biurrun
2007-02-17
Use AVRandom
Kostya Shishkov
2007-02-17
10l: forgot break statement
Kostya Shishkov
2007-01-14
Buffer for get_bits must be padded because readers may overread.
Reimar Döffinger
2007-01-01
Decode previous 32 frames to avoid seeking artifacts in MPC
Kostya Shishkov
2006-12-24
Musepack SV7 decoding support
Kostya Shishkov