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
/
mpeg.c
Age
Commit message (
Expand
)
Author
2009-05-21
Simplify some redundant boolean expressions
Bertrik Sikken
2009-05-09
Remove unused function audio_has_changed_track from apps/mpeg.c
Bertrik Sikken
2009-04-06
FS9795 - some playback cleanup.
Jonathan Gordon
2009-03-04
Cosmetic fix: remove duplicate semicolons
Bertrik Sikken
2009-03-02
Fix some memset calls that use the wrong order for arguments.
Tom Ross
2009-02-16
Don't send a trackchange event at end of playlist. Fixes 'Follow Playlist' on...
Jens Arnold
2008-11-01
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-10-31
cleanup storage defines
Frank Gevaerts
2008-10-16
Accept FS#9480 - centralise and organise the events in the apps/ layer.
Jonathan Gordon
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-10-14
Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...
Björn Stenberg
2008-10-10
Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...
Björn Stenberg