summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer (follow)
Commit message (Expand)AuthorAge
* Move FPS display out of video_out_rockbox.c and into mpegplayer.c. Also add ...Dave Chapman2006-08-20
* Clean up the video output code - remove the final traces of libvo (used by mp...Dave Chapman2006-08-17
* Allow exiting of plugin whilst pausedDave Chapman2006-08-16
* Clean up the #ifdefs surrounding the definition of lcd_yuv_blit() and add an ...Dave Chapman2006-08-12
* Accepted FS #5786 by Michael Sevakis - lcd_yuv_blit() for X5.Rani Hod2006-08-11
* Patch #5731 by Barry Wardell: more iriver h10 work. Thanks!Hristo Kovachev2006-08-11
* fix button mappings for the gigabeatMarcoen Hirschberg2006-08-09
* Add STOP and PAUSE features (mapped to OFF/ON on iriver H300, MENU/PLAY on ip...Dave Chapman2006-08-09
* Do the clipping with inline asm instead of a huge lookup table. Tiny speedup,...Jens Arnold2006-08-08
* Implementation of lcd_yuv_blit() for the ipod 5g.Dave Chapman2006-08-08
* mpegplayer FPS display: * Don't count the first frame if we don't know the de...Jens Arnold2006-08-08
* Fix corrupted videos on target.Jens Arnold2006-08-08
* H300: * Implemented lcd_yuv_blit(). Speeds up video playback by about 7%. No ...Jens Arnold2006-08-08
* Initial commit of work-in-progress MPEG video player plugin based on libmpeg2...Dave Chapman2006-08-07