index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
enc_config.c
Age
Commit message (
Expand
)
Author
2010-12-20
Fix different enum comparison warning when building with gcc 4.5
Nils Wallménius
2010-05-20
fix FS#10993 - "No Settings" doesnt get voiced because it uses str() instead ...
Jonathan Gordon
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2009-05-09
Remove unneeded #include "backdrop.h"
Bertrik Sikken
2008-12-31
Decouple the statusbar drawing from the rest of the screen drawing. it is not...
Jonathan Gordon
2008-08-15
FS#9281 Rename of splash functions.
Nils Wallménius
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-04-20
Killed unnecessary global variables by making them static.
Bertrik Sikken
2008-03-26
the menu and list now accepts a parent viewport to draw in (and the menu can ...
Jonathan Gordon
2007-06-06
Assumption about there being MPEG1-only samplerates available and therefore M...
Michael Sevakis
2007-04-29
Use the new menu API
Jonathan Gordon
2007-04-29
keep some #if 0'ed code in sync
Jonathan Gordon
2007-04-29
show a splash instead of a menu when the chosen encoder format has no options
Jonathan Gordon
2007-02-10
Recording Menus: Make statusbar update correctly when exiting an encoder sett...
Michael Sevakis
2006-12-18
FS#6096. Recording on PortalPlayer targets (H10, iPod Video, iPod 4g, iPod Co...
Barry Wardell
2006-11-24
Recording: Add AIFF recording to SWCODEC. Note: AIFF playback chokes on sampl...
Michael Sevakis
2006-11-06
Forgot to use cvs add on a few new files in the fresh checkout I used. woops.
Michael Sevakis