summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/video_out_rockbox.c
AgeCommit message (Expand)Author
2008-01-26mpegplayer: make sure 'floating' videos are even-aligned on color displays or...Michael Sevakis
2008-01-09mpegplayer on grayscale targets: use greylib to display all text and graphics...Michael Sevakis
2008-01-04All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold
2008-01-03Ok...really fix the red. :)Michael Sevakis
2008-01-03Fix some warnings/errors.Michael Sevakis
2008-01-03Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...Michael Sevakis
2007-12-29mpegplayer loose ends: Move gray_release to the exit routine where it should ...Michael Sevakis
2007-12-29mpegplayer: Make playback engine fully seekable and frame-accurate and split ...Michael Sevakis
2007-10-21 FS#7997 - mpegplayer - enable/disable start menuRobert Kukla
2007-10-09FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla
2007-09-25Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis
2007-04-24Do the clamping a little better.Michael Sevakis
2007-04-24mpeglayer: Give the simulator YCbCr blit similar behavior to the target.Michael Sevakis
2007-04-04just pass the struct to vo_setup instead of multiple argumentsMarcoen Hirschberg
2007-04-04add support for non 16x16 frame sizesMarcoen Hirschberg
2007-03-26Fix warningDave Chapman
2007-03-26mpegplayer for grayscale targets. Note that performance is slow...Dave Chapman
2006-12-30assume the YUV code rotates on portrait screensMarcoen Hirschberg
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-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-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-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