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