Remove use of PyString method from CoreAudio ou...
Fix audiotools-config interactive label formatt...
Have man page generator pull time from source file
Use more portable terminal size calculator unde...
Remove several compiler warnings
Another minor fix to libcdio detection
Another fix to paranoia version checking
Attempt to check more libcdio versions
Fix extra samples_length reference in ALSA output
Take samples_length field out of FrameList objects
Update copyright text for the new year
Re-insert Ogg Speex support
Minor code cleanups
Fix AmbiguousAudioType error message display
Update embedded PLY to latest version
Lots of minor formatting updates
Avoid having FLAC generate excessively large pa...
Simplify FLAC init routine
Replace coverview with coverbrowse
Adjust AudioFile and MetaData __repr__ methods
Update Musepack encoder to handle wider variety...
Remove lots of dead code
Tweak Makefile so some targets always build
Convert additional instances of % to .format()
Update utilities for basic .format() method sup...
Make a few more minor % to .format() conversions
Overhaul tests to use .format() instead of % wh...
Add a few extra .format() method call fixes
Convert a lot of library stuff from % to .format()
Add --cue output option to cdda2track
Overhaul TrueAudio decoder for less memory churn
Update trackcmp to handle disc images more inte...
Preliminary conversion to .format() string form...
Convert remaining text.py entries from % to .fo...
Bump version to 3.2 alpha 2
Add cover art support via coverartarchive.org
Fix minor cover art setting bugs
Update trackcat to treat track 0 files as popul...
Attempt to add smarter pre-gap support to disc ...
Add unit tests for track sets with populated pr...
Add catalog number to options when selecting me...
Make trackinfo's ReplayGain display more consis...
musepack: expose the musepack decoder to the py...
musepack: import crc32 code from original musep...
musepack: import more functions from mpcenc
musepack: parse arguments to standalone mpcenc
musepack: begin redesigning encoder function.
musepack: implement skeleton init, dealloc, new...
musepack: silence warning about unused variable...
musepack: start work on encoder's sample readin...
musepack: expose more functions required for en...
musepack: fix libmpcdec header includes
musepack: move streaminfo, frameinfo, and frame...
musepack: add first part of encoding function: ...
musepack: take a total_pcm_frames argument to a...
musepack: create initial python class skeleton
musepack: import Quantisierung from mpcenc
musepack: import another mpcenc function as is
musepack: update stream samples when it was not...
Fix a few more minor clang warnings about Musepack
musepack: implement the rest of the decoder ske...
musepack: implement most of the information fun...
musepack: re-import general headers under the s...
musepack: import libmpcenc source
musepack: add standalone mpcenc to makefile
musepack: reapply brian's patch for mac os x fixes
musepack: import libmpcpsy source
musepack: pad encoder read buffer with null sam...
musepack: fix compile errors
musepack: add more missing variables
musepack: implement more of encoding loop
Update FLAC metadata to handle padding more int...
musepack: check for all null samples in each en...
musepack: begin to import constant configuratio...
musepack: check arguments passed to encode func...
musepack: check input arguments to standalone p...
musepack: fix conversion of pcm samples to floa...
musepack: implement the post-encoding writing
musepack: import libmpcdec public headers
musepack: implement channel mask in decoder
musepack: write all data blocks up to the audio...
musepack: implement encoding loop
musepack: implement EOF handling in decoder rea...
Add basic Python-level support for Musepack
musepack: import skeleton encoder object for mu...
musepack: implement more of the encoding loop
musepack: hook the standalone into the encode_m...
musepack: implement more of the decoder skeleto...
musepack: implement init function for decoder
musepack: implement remainder of encoder code u...
musepack: fix instance where 'Foo' should have ...
musepack: switch away from pointers from some m...
musepack: start implementing read function for ...
musepack: ensure output file is flushed prior t...
Merge pull request #1 from tuffy/musepack
musepack: import decoder skeleton files
musepack: embed libmpcdec within decoders module
musepack: add last of variables
musepack: add libmpcdec members to MPCDecoder s...
musepack: include encoder source code in encode...