Age | Commit message (Expand) | Author |
2006-11-19 | please, oh please give me a green build so I can goto bed | Jonathan Gordon |
2006-11-19 | * Move checkbox to plugin api (core never uses it) | Jonathan Gordon |
2006-03-03 | Code Police raid. Mostly changed // comments and indented to Rockbox style. | Daniel Stenberg |
2006-03-03 | Ooops. INT_MAX is now visible to plugins, so don't redefine it. | Jens Arnold |
2006-01-15 | New plugin loader. Solves the crashes introduced with the .bss changes while ... | Jens Arnold |
2005-12-17 | Fixed several plugins for dB volume. | Jens Arnold |
2005-07-26 | Moved implementation of user timer to the firmware layer, implemented it for ... | Jens Arnold |
2005-05-12 | Fix for bug #904026: Reset pitch to ensure synchronous playback. | Jens Arnold |
2005-04-05 | mp3buf renamed to audiobuf | Linus Nielsen Feltzing |
2005-04-01 | Moved the mpeg_sound_xxx() functions to sound.c and renamed them to sound_xxx() | Linus Nielsen Feltzing |
2005-01-16 | Bugfix: Ordinary ending of playback didn't close the file (File handle leak, ... | Jens Arnold |
2004-10-16 | Plugin rework 1: (most) Compile-time keyboard configuration, for Ondio adapti... | Jens Arnold |
2004-10-13 | BUG FIX: Corrected the speed kludge for Ondio video playback. The previous so... | Jens Arnold |
2004-10-12 | grayscale.rock, jpeg.rock and video.rock now use default_event_handler_ex(). ... | Jens Arnold |
2004-07-09 | scrollbar() parameters were swapped | Jens Arnold |
2004-07-08 | Removed progressbar() and slidebar() | Linus Nielsen Feltzing |
2004-05-23 | removed a bit of obsolete stuff | Jörg Hohensohn |
2004-05-09 | adaptive spinup control | Jörg Hohensohn |
2004-04-30 | LCD contrast setting on F2/F3 | Jörg Hohensohn |
2004-04-30 | didn't I say no more hardware banging? | Jörg Hohensohn |
2004-04-30 | uses the new timer registration of the plugin API, no hardware banging any more | Jörg Hohensohn |
2004-03-08 | loops have not been OK, were showing one frame more than available | Jörg Hohensohn |
2004-03-08 | my underrun checks have not been precisely correct | Jörg Hohensohn |
2004-03-05 | for upcoming release: no diagnostic screen unless underruns happened | Jörg Hohensohn |
2004-02-21 | mp3_play_init() removed, this was resetting the sound settings. Playback is t... | Jörg Hohensohn |
2004-02-07 | option to resume to the position it was stopped last time | Jörg Hohensohn |
2004-02-06 | spinup the disk more early, and a recovery for underruns: seek to the last po... | Jörg Hohensohn |
2004-02-05 | The new video player, with audio! | Jörg Hohensohn |
2004-01-27 | I knew this was going too fast with the new LCD function. Now contains a fix ... | Jörg Hohensohn |
2004-01-15 | nicer reverse play, FF/FR with acceleration and position bar | Jörg Hohensohn |
2004-01-08 | The splash() function's second argument (keymask) is now removed, as it | Daniel Stenberg |
2003-12-22 | better USB handling, typo fixed | Jörg Hohensohn |
2003-12-18 | the vidoe player has some control now: backward, pause, step, FF/FR | Jörg Hohensohn |
2003-12-15 | Now correctly informs gcc that r0 is clobbered in lcd_write_data(). The video... | Linus Nielsen Feltzing |
2003-12-15 | #ifdef platform exclusion fixed | Jörg Hohensohn |
2003-12-15 | the video player plugin and file the type / plugin API for it | Jörg Hohensohn |