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
/
plugins
/
mpegplayer
/
video_thread.c
Age
Commit message (
Expand
)
Author
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
2011-02-22
mpegplayer: Move libmpeg2 files into their own subdirectory so things are les...
Michael Sevakis
2011-02-03
MPEGPlayer: Try out a different frame drop scheme meant to skip in a more uni...
Michael Sevakis
2011-01-03
MPEGPlayer graphics mutation: Implement a more visible FPS display and remove...
Michael Sevakis
2010-12-19
MPEGPlayer: Move some code that's probably better situated in the stream mana...
Michael Sevakis
2010-11-26
FS#8607: MPEG video playlist
Teruaki Kawashima
2010-06-04
Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...
Michael Sevakis
2009-02-11
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...
Michael Sevakis
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-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
2008-03-25
Add a complete priority inheritance implementation to the scheduler (all mute...
Michael Sevakis
2008-02-01
mpegplayer: Use the core DSP to process audio. Removes the sample rate restri...
Michael Sevakis
2008-01-13
Oops, looks like I overlooked a leftover from the old graylib...
Jens Arnold
2008-01-11
Greyscale mpegplayer: * Use uncached greyscale buffers on dual core targets, ...
Jens Arnold
2008-01-09
mpegplayer on grayscale targets: use greylib to display all text and graphics...
Michael Sevakis
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