1
0
Fork 0
forked from len0rd/rockbox

Finally commit Metadata on Buffer!

buffering.c and buffering.h implement the new buffering API. playback.c is translated to that API. For more information about the whole concept, see http://www.rockbox.org/wiki/MetadataOnBuffer.
There should be no major visible changes, but most existing bugs remain (though fixing them should be easier now that playback.c is a bit less complex) and there probably will be new ones. Please report any problem!
Next step is to adapt cuesheet support, which is partly disabled here, and of course fix as much bugs as possible.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15306 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Nicolas Pennequin 2007-10-25 21:27:45 +00:00
parent ccbe242453
commit 3e3c43c747
7 changed files with 1796 additions and 929 deletions

View file

@ -14,6 +14,7 @@ menus/display_menu.c
menus/theme_menu.c
#if CONFIG_CODEC == SWCODEC
menus/eq_menu.c
buffering.c
#endif
menus/main_menu.c
menus/playback_menu.c