summaryrefslogtreecommitdiffstats
path: root/apps/plugins/mpegplayer/video_thread.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis1-4/+4
2011-02-22mpegplayer: Move libmpeg2 files into their own subdirectory so things are les...Michael Sevakis1-1/+1
2011-02-03MPEGPlayer: Try out a different frame drop scheme meant to skip in a more uni...Michael Sevakis1-192/+216
2011-01-03MPEGPlayer graphics mutation: Implement a more visible FPS display and remove...Michael Sevakis1-64/+65
2010-12-19MPEGPlayer: Move some code that's probably better situated in the stream mana...Michael Sevakis1-8/+4
2010-11-26FS#8607: MPEG video playlistTeruaki Kawashima1-0/+6
2010-06-04Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...Michael Sevakis1-2/+2
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis1-4/+4
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-3/+3
2008-11-20New makefile solution: A single invocation of 'make' to build the entire tree...Björn Stenberg1-1/+1
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-06Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis1-2/+2
2008-03-25Add a complete priority inheritance implementation to the scheduler (all mute...Michael Sevakis1-2/+4
2008-02-01mpegplayer: Use the core DSP to process audio. Removes the sample rate restri...Michael Sevakis1-4/+8
2008-01-13Oops, looks like I overlooked a leftover from the old graylib...Jens Arnold1-1/+1
2008-01-11Greyscale mpegplayer: * Use uncached greyscale buffers on dual core targets, ...Jens Arnold1-8/+0
2008-01-09mpegplayer on grayscale targets: use greylib to display all text and graphics...Michael Sevakis1-6/+4
2008-01-04mpegplayer seek tweak: Have video keep the time and duration of the last deco...Michael Sevakis1-42/+34
2008-01-03Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...Michael Sevakis1-0/+9
2007-12-29mpegplayer loose ends: Move gray_release to the exit routine where it should ...Michael Sevakis1-7/+0
2007-12-29mpegplayer: Make playback engine fully seekable and frame-accurate and split ...Michael Sevakis1-0/+1040