index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
mpeg.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Get rid of some superfluous single-purpose functions in playback.
Michael Sevakis
2013-07-13
*
Fix whitespace in files for following commit.
Michael Sevakis
2013-07-12
*
Tweak paramters of mp3_play_data and callback.
Michael Sevakis
2012-03-04
*
Fix red?
Nick Peskett
2011-12-16
*
FS #12419 : Support for embedded cuesheets.
Nick Peskett
2011-12-16
*
Buflib: Make shrinking and buflib_available() smarter.
Thomas Martitz
2011-11-17
*
Fix warning and typos.
Thomas Martitz
2011-11-06
*
hwcodec: fix shrink_callback resuming playback wrongly, and add checks
Thomas Martitz
2011-11-06
*
Another fix for audio_get_buffer() on hwcodec by Thomas Martitz.
Jens Arnold
2011-10-09
*
Fix audio_get_buffer() implementation on hwcodec, to be similar to the swcode...
Thomas Martitz
2011-10-09
*
Fix h100 red and other warnings.
Thomas Martitz
2011-08-30
*
Fix hwcodec red.
Thomas Martitz
2011-08-30
*
GSoC/Buflib: Enable compaction in buflib.
Thomas Martitz
2011-08-30
*
GSoC/Buflib: Add buflib memory alocator to the core.
Thomas Martitz
2011-08-30
*
Fix remaining problems.
Thomas Martitz
2011-08-14
*
Fix errors and warnings.
Thomas Martitz
2011-08-14
*
GSoC/Buflib: Replace all direct accesses to audiobuf with buffer API functions.
Thomas Martitz
2011-08-14
*
Remove next reported 'set but unused' warnings.
Andree Buschmann
2011-05-23
*
Fix red and yellow. Move resume_index from mp3entry to playlist_info struct. ...
Andree Buschmann
2011-04-07
*
All kernel objects in code shared amongs targets (core, plugins, codecs) shou...
Michael Sevakis
2011-02-14
*
Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...
Andree Buschmann
2011-02-02
*
Separate mas35xx lowlevel stuff. Move SH specific bits to target tree. FS#111...
Marcin Bukat
2010-10-31
*
Fix HWCODEC playback broken in r27773. mpeg.c declared playlist functions on ...
Jens Arnold
2010-08-22
*
Change cuesheet handling so the id3 info is not spoofed anymore. If something...
Jonathan Gordon
2010-06-06
*
Fix yellow.
Steve Bavin
2010-05-07
*
Minor const police raid.
Steve Bavin
2010-05-07
*
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-05-06
*
Remove more tabs
Andree Buschmann
2010-02-07
*
Make a few global variables static instead of global where possible
Bertrik Sikken
2010-01-09
*
mpeg.h/c cleanup
Jeffrey Goode
2009-11-16
*
Cleanup audio.h, related functions
Jeffrey Goode
2009-11-16
*
Fix yellow, defines
Jeffrey Goode
2009-10-31
*
FS#10739: playback.c code split
Jeffrey Goode
2009-10-31
*
fix FS#10453 - the cuesheet changes broke playback on swcodec, rework it so i...
Jonathan Gordon
2009-07-20
*
woops, remove that sim code which I forgot to remove from the older versions ...
Jonathan Gordon
2009-07-20
*
rework cuesheet support:
Jonathan Gordon
2009-07-20
*
FS#10080
Nils Wallménius
2009-07-14
*
Simplify some redundant boolean expressions
Bertrik Sikken
2009-05-21
*
Remove unused function audio_has_changed_track from apps/mpeg.c
Bertrik Sikken
2009-05-09
*
FS9795 - some playback cleanup.
Jonathan Gordon
2009-04-06
*
Cosmetic fix: remove duplicate semicolons
Bertrik Sikken
2009-03-04
*
Fix some memset calls that use the wrong order for arguments.
Tom Ross
2009-03-02
*
Don't send a trackchange event at end of playlist. Fixes 'Follow Playlist' on...
Jens Arnold
2009-02-16
*
Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do ...
Frank Gevaerts
2008-11-01
*
cleanup storage defines
Frank Gevaerts
2008-10-31
*
Accept FS#9480 - centralise and organise the events in the apps/ layer.
Jonathan Gordon
2008-10-16
*
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-10-15
*
Moved pcm_record from firmware to apps. Cleaned up some. Now all code using s...
Björn Stenberg
2008-10-14
*
Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...
Björn Stenberg
2008-10-10