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
/
plugins
/
mpegplayer
/
stream_mgr.c
(
unfollow
)
Commit message (
Expand
)
Author
2013-06-16
Silence some (harmless) warnings.
Frank Gevaerts
2011-01-03
MPEGPlayer graphics mutation: Implement a more visible FPS display and remove...
Michael Sevakis
2010-12-20
MPEGPlayer: Fix a bug where seeking a stream into the same frame more than on...
Michael Sevakis
2010-12-19
MPEGPlayer: Move some code that's probably better situated in the stream mana...
Michael Sevakis
2010-12-19
MPEGPlayer: Fix leakage of file decriptors if file wasn't accepted by playbac...
Michael Sevakis
2010-05-17
Simplify mpegplayer a bit and use array-based lists rather than linked lists ...
Michael Sevakis
2009-01-16
loader-initialized global plugin API:
Andrew Mahone
2008-12-10
Use cookies for thread identification instead of pointers directly which give...
Michael Sevakis
2008-11-20
New makefile solution: A single invocation of 'make' to build the entire tree...
Björn Stenberg
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-04-13
The greylib now takes care of the necessary aligment and uncached addressing ...
Jens Arnold
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-04-04
Greyscale library: Optionally put the greyscale ISR on COP on portalplayertar...
Jens Arnold
2008-03-25
Add a complete priority inheritance implementation to the scheduler (all mute...
Michael Sevakis
2008-03-02
Greyscale library: Preparations for a gamma measurement plugin.
Jens Arnold
2008-01-27
Now that headphone plug pause/resume should be better behaved, support it in ...
Michael Sevakis
2008-01-16
mpegplayer: fix a small mistake in validating the start time.
Michael Sevakis
2008-01-13
Greyscale library: Plugins can now put the management structure in IRAM for h...
Jens Arnold
2008-01-12
mpegplayer: A) Replace 'Start Menu' option with 'Resume Settings' 1) Start me...
Michael Sevakis
2008-01-11
Greyscale mpegplayer: * Use uncached greyscale buffers on dual core targets, ...
Jens Arnold
2008-01-10
Fully clone the gray_show(false) procedure without the forced lcd update.
Michael Sevakis
2008-01-09
mpegplayer on grayscale targets: use greylib to display all text and graphics...
Michael Sevakis
2008-01-07
mpegplayer: Misc seeking tweaks 1) Consolidate some code amongst functions. 2...
Michael Sevakis
2008-01-04
All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...
Jens Arnold
2008-01-04
mpegplayer seek tweak: Have video keep the time and duration of the last deco...
Michael Sevakis
2008-01-03
Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...
Michael Sevakis
2007-12-29
mpegplayer loose ends: Move gray_release to the exit routine where it should ...
Michael Sevakis
2007-12-29
mpegplayer: Make playback engine fully seekable and frame-accurate and split ...
Michael Sevakis