summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer (follow)
Commit message (Expand)AuthorAge
* Rename some macros to account for the recently added M5 port. No code changes.Jens Arnold2007-03-16
* Get rid of the 'center' parameter for splashes. There were only 2 of almost 5...Jens Arnold2007-03-16
* Dual core support for PP502x players (iPod G4 and later, iriver h10, Sansa - ...Daniel Ankers2007-03-04
* Fix CONFIG_BACKLIGHT warnings.Jens Arnold2007-02-18
* Replaced some explicit options for target linking with to be consistent with...Jens Arnold2007-02-15
* Fix audio for Coldfire targets - the EMAC was being initialised in the main t...Dave Chapman2007-01-02
* Initial implementation of audio support (44.1KHz only, mp2 or mp3, mono/stere...Dave Chapman2007-01-01
* fix for the inline asm in CLIP on the gigabeat by Steve Gotthard (fs#6488). T...Marcoen Hirschberg2006-12-31
* assume the YUV code rotates on portrait screensMarcoen Hirschberg2006-12-30
* add a workaround for gigabeat crashesMarcoen Hirschberg2006-12-30
* FS#6357, patch 1: let iramcopy and bss share the same space in codecs andTomasz Malesinski2006-11-26
* SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...Michael Sevakis2006-11-18
* one more for the backdrop stuffKarl Kurbjun2006-11-15
* Next step of Makefile tuning: * Use 'make' internal commands for printing mes...Jens Arnold2006-10-27
* Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...Barry Wardell2006-10-26
* Consistent style of 'make' messages. Always use ranlib after ar.Jens Arnold2006-10-23
* Speed up build process in general by using internal functions of make instead...Jens Arnold2006-10-22
* Cleaner implementation of the recent OSX simulator build fix. No need to defi...Barry Wardell2006-09-29
* Allow UI simulator to be build on OS (Slightly updated version of FS5767)Barry Wardell2006-09-29
* 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