unpackmp2 is a filter program that performs a lossless transformation of MPEG audio Layer II data (mp2) into an unpacked format and back into mp2 format.
It is intended to be used as a preprocessor for lossless compression programs in order to achieve a better compression of mp2 files.
The attached archive contains Windows executables and scripts.
Also included is the full source code. It should compile under Linux and other systems as well.
This is free software under GNU GPL v3, http://www.gnu.org/copyleft/gpl.html
v1.0.1 (2009-11-10)
-added MPEG frame protection (CRC) support
-compiled with switch "-static-libgcc" to remove dependency on libgcc_s_dw2-1.dll
