index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
mpegplayer
Age
Commit message (
Expand
)
Author
2006-12-31
fix for the inline asm in CLIP on the gigabeat by Steve Gotthard (fs#6488). T...
Marcoen Hirschberg
2006-12-30
assume the YUV code rotates on portrait screens
Marcoen Hirschberg
2006-12-30
add a workaround for gigabeat crashes
Marcoen Hirschberg
2006-11-26
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
Tomasz Malesinski
2006-11-18
SWCODEC/IRAM: Save voice IRAM when a plugin initializes its IRAM. Defines two...
Michael Sevakis
2006-11-15
one more for the backdrop stuff
Karl Kurbjun
2006-10-27
Next step of Makefile tuning: * Use 'make' internal commands for printing mes...
Jens Arnold
2006-10-26
Allow the Sansa e200 UI simulator to be built. Thanks to Andre Smith for the ...
Barry Wardell
2006-10-23
Consistent style of 'make' messages. Always use ranlib after ar.
Jens Arnold
2006-10-22
Speed up build process in general by using internal functions of make instead...
Jens Arnold
2006-09-29
Cleaner implementation of the recent OSX simulator build fix. No need to defi...
Barry Wardell
2006-09-29
Allow UI simulator to be build on OS (Slightly updated version of FS5767)
Barry Wardell
2006-08-20
Move FPS display out of video_out_rockbox.c and into mpegplayer.c. Also add ...
Dave Chapman
2006-08-17
Clean up the video output code - remove the final traces of libvo (used by mp...
Dave Chapman
2006-08-16
Allow exiting of plugin whilst paused
Dave Chapman
2006-08-12
Clean up the #ifdefs surrounding the definition of lcd_yuv_blit() and add an ...
Dave Chapman
2006-08-11
Accepted FS #5786 by Michael Sevakis - lcd_yuv_blit() for X5.
Rani Hod
2006-08-11
Patch #5731 by Barry Wardell: more iriver h10 work. Thanks!
Hristo Kovachev
2006-08-09
fix button mappings for the gigabeat
Marcoen Hirschberg
2006-08-09
Add STOP and PAUSE features (mapped to OFF/ON on iriver H300, MENU/PLAY on ip...
Dave Chapman
2006-08-08
Do the clipping with inline asm instead of a huge lookup table. Tiny speedup,...
Jens Arnold
2006-08-08
Implementation of lcd_yuv_blit() for the ipod 5g.
Dave Chapman
2006-08-08
mpegplayer FPS display: * Don't count the first frame if we don't know the de...
Jens Arnold
2006-08-08
Fix corrupted videos on target.
Jens Arnold
2006-08-08
H300: * Implemented lcd_yuv_blit(). Speeds up video playback by about 7%. No ...
Jens Arnold
2006-08-07
Initial commit of work-in-progress MPEG video player plugin based on libmpeg2...
Dave Chapman