summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/video_out_rockbox.c (follow)
Commit message (Expand)AuthorAge
* mpegplayer: Move libmpeg2 files into their own subdirectory so things are les...Michael Sevakis2011-02-22
* MPEGPlayer graphics mutation: Implement a more visible FPS display and remove...Michael Sevakis2011-01-03
* MPEGPlayer: Move some code that's probably better situated in the stream mana...Michael Sevakis2010-12-19
* Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c...Michael Sevakis2010-06-04
* mpegplayer: align video output data structure only on multicoreRafaël Carré2010-03-25
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...Michael Sevakis2008-04-06
* Consistent naming scheme the various blit functions. * Removed lcd_blit_mono(...Jens Arnold2008-03-24
* mpegplayer: make sure 'floating' videos are even-aligned on color displays or...Michael Sevakis2008-01-26
* mpegplayer on grayscale targets: use greylib to display all text and graphics...Michael Sevakis2008-01-09
* All-new greyscale library, replacing the old one. Features: (1) Drawing/updat...Jens Arnold2008-01-04
* Ok...really fix the red. :)Michael Sevakis2008-01-03
* Fix some warnings/errors.Michael Sevakis2008-01-03
* Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/...Michael Sevakis2008-01-03
* mpegplayer loose ends: Move gray_release to the exit routine where it should ...Michael Sevakis2007-12-29
* mpegplayer: Make playback engine fully seekable and frame-accurate and split ...Michael Sevakis2007-12-29
* FS#7997 - mpegplayer - enable/disable start menuRobert Kukla2007-10-21
* FS#7487 - mpegplayer - video start time seek with resumeRobert Kukla2007-10-09
* Dithering option for mpegplayer on gigabeat-f/x and e200. Assembly IDCT for A...Michael Sevakis2007-09-25
* Do the clamping a little better.Michael Sevakis2007-04-24
* mpeglayer: Give the simulator YCbCr blit similar behavior to the target.Michael Sevakis2007-04-24
* just pass the struct to vo_setup instead of multiple argumentsMarcoen Hirschberg2007-04-04
* add support for non 16x16 frame sizesMarcoen Hirschberg2007-04-04
* Fix warningDave Chapman2007-03-26
* mpegplayer for grayscale targets. Note that performance is slow...Dave Chapman2007-03-26
* assume the YUV code rotates on portrait screensMarcoen Hirschberg2006-12-30
* 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
* 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
* 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
* 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