You can get a copy of the development focus branch using the command:
bzr branch lp:mage

See all merge proposals.

MAGE has 2 active branches owned by 1 person. There were 0 commits in the last month.

Bazaar branches

Name Status Last Modified Last Commit
lp:mage
Series: trunk
(Linked to a blueprint) 1 Development 2012-03-25 19:27:42 UTC
16. An overhaul of file handling mechanis...

Author: JohnLM
Revision Date: 2012-03-25 19:27:42 UTC

An overhaul of file handling mechanism. Made the back-end handler classes
internal to AudioFile class. Change summary:
 - AudioFile now uses MallocVector for static buffer
 - Removed file open failure handling code from AudioFile
   This should be handled elsewhere (a sample test code in main.cpp)
 - Removed monoaural file checks from AudioFile
 - Added AudioFile::isMono() method so it can be quieried from outside
 - Reimplemented AudioFile::getAudio() to use the new MallocVector buffer
 - Implemented FileLoop class to act as "neverending loop" source
 - Made AudioFile back-end handler classes internal to AudioFile
 - Changed var names in AudioFile methods to emphasise the frame/sample
   distinction
 - Moved inline methods to header files (for proper linking)
 - Numerous minor changes

lp:~johnlm/mage/mage-libav 0 Experimental 2012-03-26 17:26:10 UTC
17. Split off audio file input backends' ...

Author: JohnLM
Revision Date: 2012-03-26 17:24:01 UTC

Split off audio file input backends' code in seperate source files.
And some other minor fixes.

12 of 2 results
You can't create new branches for MAGE.