summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* ...nither sleep(0.2). thanks FS#5509 for letting me believe it isShachar Liberman2006-08-10
| | | | | | | legit, and Philippe Miossec for his work. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10516 a1c6a512-1295-4272-9138-f99709370657
* ON+NEXT make no sense.Shachar Liberman2006-08-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10515 a1c6a512-1295-4272-9138-f99709370657
* Correct calculation of necessary buffer size to give maximum number of ↵Jens Arnold2006-08-10
| | | | | | shades on iPod Mini. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10514 a1c6a512-1295-4272-9138-f99709370657
* new version of star looks betterShachar Liberman2006-08-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10513 a1c6a512-1295-4272-9138-f99709370657
* star game: fix several menu pointer bugs, add the option to chooseShachar Liberman2006-08-10
| | | | | | | level, better keybinds for h1x0. (FS #2693,2701). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10512 a1c6a512-1295-4272-9138-f99709370657
* Make the grey shades on greyscale iPods a little darker, and the dark grey ↵Jens Arnold2006-08-10
| | | | | | on H1x0 a little brighter. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10511 a1c6a512-1295-4272-9138-f99709370657
* Patch #5789 by Mike Sevakis - Proper shut down of Coldfire targetsLinus Nielsen Feltzing2006-08-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10510 a1c6a512-1295-4272-9138-f99709370657
* Sudoku: Slightly smaller bitmaps for iPod Video and Gigabeat to make the ↵Jens Arnold2006-08-10
| | | | | | board not stick to the LCD border, by Marianne Arnold. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10509 a1c6a512-1295-4272-9138-f99709370657
* Only sync playlist once when adding bunch of files from tagcache.Miika Pekkarinen2006-08-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10508 a1c6a512-1295-4272-9138-f99709370657
* make the script echo more about what it is doing (with a ROCKBOXDEV: prefix)Daniel Stenberg2006-08-10
| | | | | | | to ease debugging when things go wrong somewhere git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10507 a1c6a512-1295-4272-9138-f99709370657
* oops, use proper pathsDaniel Stenberg2006-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10506 a1c6a512-1295-4272-9138-f99709370657
* mpegplayer files addedDaniel Stenberg2006-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10505 a1c6a512-1295-4272-9138-f99709370657
* Sudoku: * Changed the LCD size ifdef magic to ease adding of new LCD ↵Jens Arnold2006-08-09
| | | | | | resolutions. * Added vertical layout option with the scratchpad at the bottom (Gigabeat). * New Bitmaps for iPod Mini, iPod Video and Gigabeat, and slightly modified bitmaps for Archos, by Marianne Arnold. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10504 a1c6a512-1295-4272-9138-f99709370657
* ARM targets: Shave off one instruction from the multiply-by-75.Jens Arnold2006-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10503 a1c6a512-1295-4272-9138-f99709370657
* fix button mappings for the gigabeatMarcoen Hirschberg2006-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10502 a1c6a512-1295-4272-9138-f99709370657
* fix scroll speed on the gigabeatMarcoen Hirschberg2006-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10501 a1c6a512-1295-4272-9138-f99709370657
* Fixed the iAudio X5 bootloader errors.Miika Pekkarinen2006-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10500 a1c6a512-1295-4272-9138-f99709370657
* Bootloader support to search firmware also from flash. Bootloader <->Miika Pekkarinen2006-08-09
| | | | | | | Rockbox communication when Rockbox has been flashed. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10499 a1c6a512-1295-4272-9138-f99709370657
* Mandelbrot: * Asm optimisation for arm targets. * Proper aspect for all LCD ↵Jens Arnold2006-08-09
| | | | | | resolutions. * Keep proper aspect when zooming on targets where LCD_WIDTH and/or LCD_HEIGHT is not an integer multiple of 8. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10498 a1c6a512-1295-4272-9138-f99709370657
* Add STOP and PAUSE features (mapped to OFF/ON on iriver H300, MENU/PLAY on ↵Dave Chapman2006-08-09
| | | | | | ipods and POWER/PLAY on X5) - patch by Jonathan Gordon. Also adapt the buffering to different available memory sizes - we allow libmpeg2 itself 2MB for buffers, and the rest is used to buffer the compressed video data. Note that using PAUSE will break the FPS display - this will be fixed later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10497 a1c6a512-1295-4272-9138-f99709370657
* Unload tagcache from ram when entering USB mode.Miika Pekkarinen2006-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10496 a1c6a512-1295-4272-9138-f99709370657
* Warn before erasing dynamic playlist from tagcache.Miika Pekkarinen2006-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10495 a1c6a512-1295-4272-9138-f99709370657
* Slightly optimised range_limit() for arm targets.Jens Arnold2006-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10494 a1c6a512-1295-4272-9138-f99709370657
* Do the clipping with inline asm instead of a huge lookup table. Tiny ↵Jens Arnold2006-08-08
| | | | | | speedup, and saves ~7.5KB of IRAM. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10493 a1c6a512-1295-4272-9138-f99709370657
* fixed bootloader problem not only for x5.Rani Hod2006-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10492 a1c6a512-1295-4272-9138-f99709370657
* fixed bootloader build error due to last commit.Rani Hod2006-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10491 a1c6a512-1295-4272-9138-f99709370657
* oops, bad mergeRani Hod2006-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10490 a1c6a512-1295-4272-9138-f99709370657
* Accepted FS #5772 by Michael SevakisRani Hod2006-08-08
| | | | | | | | | | | | 1. X5 lcd sleep 2. #define HAVE_LCD_ENABLE 3. add "backlight (on hold switch)" setting, adapted from FS #5735 Note that the while(1) yield ==> asm("halt") part is NOT commited here, I prefer it would be discussed separately. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10489 a1c6a512-1295-4272-9138-f99709370657
* Oops. Remove declaration of unused variable - fix the warningDave Chapman2006-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10488 a1c6a512-1295-4272-9138-f99709370657
* Implementation of lcd_yuv_blit() for the ipod 5g.Dave Chapman2006-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10487 a1c6a512-1295-4272-9138-f99709370657
* mpegplayer FPS display: * Don't count the first frame if we don't know the ↵Jens Arnold2006-08-08
| | | | | | decode time it took. * Display every 2 seconds independent of actual fps. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10486 a1c6a512-1295-4272-9138-f99709370657
* Fix corrupted videos on target.Jens Arnold2006-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10485 a1c6a512-1295-4272-9138-f99709370657
* H300: * Implemented lcd_yuv_blit(). Speeds up video playback by about 7%. No ↵Jens Arnold2006-08-08
| | | | | | bounds check in lcd_yuv_blit() (by convention), implementations for other targets should be adapted. * Fixed off-by-one bug in lcd_update_rect() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10484 a1c6a512-1295-4272-9138-f99709370657
* Use the film strip icon for .m2v (same as for .rvf)Jens Arnold2006-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10483 a1c6a512-1295-4272-9138-f99709370657
* Add disktidy plugin (FS#2596).Dan Everton2006-08-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10482 a1c6a512-1295-4272-9138-f99709370657
* Fix sim warnings.Jens Arnold2006-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10481 a1c6a512-1295-4272-9138-f99709370657
* Let eeprom driver return the error number. This is just a cover-up commit to ↵Peter D'Hoye2006-08-07
| | | | | | hide the fact that I broke the eeprom dump in my previous commit. Some code cleanup as bonus. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10480 a1c6a512-1295-4272-9138-f99709370657
* Initial commit of work-in-progress MPEG video player plugin based on ↵Dave Chapman2006-08-07
| | | | | | libmpeg2. Works on all targets with colour LCDs, but most optimised for the ipod Color/Photo and Nano. It currently only plays raw MPEG-1 or MPEG-2 video streams (no audio). Also adds a new lcd_yuv_blit() function to the plugin API - currently only implemented for the ipod Color/Photo and Nano. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10479 a1c6a512-1295-4272-9138-f99709370657
* Grayscale lib: Working screendump on iPod (target + sim).Jens Arnold2006-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10478 a1c6a512-1295-4272-9138-f99709370657
* oopsShachar Liberman2006-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10477 a1c6a512-1295-4272-9138-f99709370657
* FS#5587 Non-latin languages support update. Translators:Please changeShachar Liberman2006-08-07
| | | | | | | | | | | the 48 new LANG_SYSFONT_ strings at the end of your language file if they don't fit nicely with rockbox's internal font. (for more info http://www.rockbox.org/twiki/bin/view/Main/NonLatinLanguages) Developers:Please keep using LANG_SYSFONT strings when reffering to the internal font. * Hebrew update. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10476 a1c6a512-1295-4272-9138-f99709370657
* HTML adjustments: make the credits table a bit nicer and add missing name ↵Dominik Riebeling2006-08-07
| | | | | | separators. Don't indent paragraphs as htlatex creates bigger parskips. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10475 a1c6a512-1295-4272-9138-f99709370657
* Add the guy with for the H300 pong button table. Credits are free ofShachar Liberman2006-08-07
| | | | | | | charge! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10474 a1c6a512-1295-4272-9138-f99709370657
* * Assembler optimised gray_update_rect() and writearray() for arm (greyscale ↵Jens Arnold2006-08-07
| | | | | | iPods). * Some slight optimisations for coldfire (H1x0) and SH1 (archos). * Comment and formatting cleanup. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10473 a1c6a512-1295-4272-9138-f99709370657
* Pong! * adapt to FS#4761 * add pause button for non-holdswitch players *Shachar Liberman2006-08-07
| | | | | | | | better gameplay (no wait for BUTTON_REPEAT) * a few bugfixes * H300 new keypad (should credit & close 2822) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10472 a1c6a512-1295-4272-9138-f99709370657
* We can run the grayscale lib at full frame rate on iPods...Jens Arnold2006-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10471 a1c6a512-1295-4272-9138-f99709370657
* Use striped buffering for grayscale targets to make the buffer fit on iPod ↵Jens Arnold2006-08-07
| | | | | | g3/g4. Also slightly faster (at least on H1x0) with the buffer in IRAM. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10470 a1c6a512-1295-4272-9138-f99709370657
* Fix red iPod g3 build.Jens Arnold2006-08-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10469 a1c6a512-1295-4272-9138-f99709370657
* Grayscale library ported to the grayscale iPods, first version. Added C ↵Jens Arnold2006-08-07
| | | | | | reference versions of gray_update_rect() for both horizontal and vertical pixel packing. gray_update_rect() and gray_ub_gray_bitmap_part() not yet assembler optimised. Grayscale screendump doesn't work yet. * Fixed button assignments for iPod in grayscale.c git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10468 a1c6a512-1295-4272-9138-f99709370657
* eeprom dump in debug screen: fix return value checkPeter D'Hoye2006-08-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10467 a1c6a512-1295-4272-9138-f99709370657