- c674415 Make sure there is sufficient data in buffer before resuming after ffw. by Hardeep Sidhu · 23 years ago
- e60a999 Fixed minor bug in previous change: 0 is a valid sector by Hardeep Sidhu · 23 years ago
- f9e7ed4 Data at end of file was not being read if last sector fell on cluster boundary by Hardeep Sidhu · 23 years ago
- 26a50af global_settings are not for runtime state variables! by Björn Stenberg · 23 years ago
- 165f334 Experimental code is not to be enabled by default by Björn Stenberg · 23 years ago
- adbe4ed Make close() check for a valid fd and set errno accordingly. by Heikki Hannikainen · 23 years ago
- bd510c2 Damned CR/LF again. I need to get a better editor than notepad by Justin Heiner · 23 years ago
- 5301881 Update to the Custom WPS. Now actually works, can be fed any string, uses %xx instead of just %x, and more! It's #define'd out in settings.h - Needs to be enabled to use it. PLAYER ONLY by Justin Heiner · 23 years ago
- 11f2c3c fixed spacing by Robert Hak · 23 years ago
- 62847ed Don't display wps until there is data to display (or we'll get the annoying 'end of song list' screen.) by Björn Stenberg · 23 years ago
- f1bf9e7 Now doesn't try to play non-mp3/m3u files. by Björn Stenberg · 23 years ago
- 10fc53c Updated developer info by Björn Stenberg · 23 years ago
- 3df58d3 Removed typedef by Björn Stenberg · 23 years ago
- ee609dc Can the Player font be modified added by Robert Hak · 23 years ago
- c1fe36f prevent the "end of (song) list" getting displayed if there's an mpeg by Daniel Stenberg · 23 years ago
- ab9a94e a menu warning fix by Daniel Stenberg · 23 years ago
- 7c3dd40 menu fix by Daniel Stenberg · 23 years ago
- 49984fa properly remember DISK_CHANGE status and return that to menu parents, by Daniel Stenberg · 23 years ago
- d7c85e4 Removed the secret features in dbg_ports() by Linus Nielsen Feltzing · 23 years ago
- a1935f3 it is madness having this a separate makefile by Daniel Stenberg · 23 years ago
- cd8a9a0 Menu for menu functions by Daniel Stenberg · 23 years ago
- aa458aa MENU_DISK_CHANGED is the new value for telling disk content might have changed by Daniel Stenberg · 23 years ago
- b285076 Remade the menu system slightly. All functions invoked from menus now use by Daniel Stenberg · 23 years ago
- ad4a92e stupid tabs by Robert Hak · 23 years ago
- f27fecb minor style fixes by Robert Hak · 23 years ago
- d58dab8 restore was allwas true. Set it to false when last restore request was handled. by Markus Braun · 23 years ago
- 51d9ae6 Missing break in the SYS_USB_CONNECTED case by Linus Nielsen Feltzing · 23 years ago
- af34115 bad bad bad snprintf() overflow the buffer if the string passed in with a by Daniel Stenberg · 23 years ago
- e626173 two fixes at once: by Daniel Stenberg · 23 years ago
- 57392ac the simulator code now deals better with playlist_next() returning NULL by Daniel Stenberg · 23 years ago
- 3625ded playlist_next() now returns NULL on excessive 'step' amounts by Daniel Stenberg · 23 years ago
- e255798 Fixed a flaw in the ffw/rew logic for large vbr files by Hardeep Sidhu · 23 years ago
- 0a3589d OK, a (hopefully) successful attempt at getting rid of the yellows that I created by removing the other yellows by Justin Heiner · 23 years ago
- edf6b80 Forgot to #ifdef something by Justin Heiner · 23 years ago
- d6a0f6c Fixed a problem with my #define CUSTOM_WPS - It didn't lower the menu items to 4 from 5 by Justin Heiner · 23 years ago
- 2630245 Added NSauzede's patch to detect USB while in a Menu. It also adds the USB icon to the player while in USB mode. by Justin Heiner · 23 years ago
- 754651e Reset mp3buf_swapwrite when selecting next track that is already in buffer. This should fix the track silence bug. Also, when seeking to end of file, leave some bytes at the end so that the transition to the next track is done correctly. This should fix the few seconds repeat at beginning of next song. by Hardeep Sidhu · 23 years ago
- 634551f statusbar bug fix when going to the menu from the dir browser by Daniel Stenberg · 23 years ago
- 518e1ec New measurements show ATA_SLEEP saves us 30-40 mA over ATA_STANDBY. by Björn Stenberg · 23 years ago
- a8e89fd when we want to stop the scroll and clear the screen, it is a lot better by Daniel Stenberg · 23 years ago
- 3da55ac added some people by Daniel Stenberg · 23 years ago
- e666ce9 when we want to open a file, we want the exact specified file name, not by Daniel Stenberg · 23 years ago
- d841ca9 removed backlight-win32.c as it is not needed any more by Felix Arends · 23 years ago
- b1819f6 this makefile works at least for the recorder, we will have to talk about a recorder fix. by Felix Arends · 23 years ago
- 053d904 Bill Napier's patch slightly remodelled. This adds a setting called by Daniel Stenberg · 23 years ago
- c94aa32 bitswap.s is linked with librockbox as well now by Felix Arends · 23 years ago
- 1a8f34b Changed CUSTOM_WPS to be a define-only feature until it is more complete. To include it, simply uncomment the #define CUSTOM_WPS line in wps.h by Justin Heiner · 23 years ago
- ae3952e make mp3info() better return true on bad mp3 files, also make by Daniel Stenberg · 23 years ago
- 22633d6 Check the return code from each call to mp3info(), as it might return true by Daniel Stenberg · 23 years ago
- 487662a fix file name pointer usage, clean the buffer faster, don't use extra variable by Daniel Stenberg · 23 years ago
- 09499b5 typo by Robert Hak · 23 years ago
- 54099ba various changes by Robert Hak · 23 years ago
- 9bc41e5 file got renamed by Robert Hak · 23 years ago
- ad14c5b Flipped a line to make it work by Justin Heiner · 23 years ago
- 6dd8b83 Attempt at fixing reds by Justin Heiner · 23 years ago
- 5cb5712 CONFIG, API, CONTRIBUTING and CREDITS are now in ../docs/ by Daniel Stenberg · 23 years ago
- 11714ac fixed compiler error by Daniel Stenberg · 23 years ago
- 70a2033 Added conditional Title-Artist to appease PsycoXul :-) It's bound to %h by Justin Heiner · 23 years ago
- a27f5d7 faqs and plain txt are now handled differently by Robert Hak · 23 years ago
- 0525659 renameing txt2plain.pl to faq2html.pl by Robert Hak · 23 years ago
- d421f5b initial creation.. file is to convert plain text to html by Robert Hak · 23 years ago
- b10017e Added %% as an available tag to the Custom WPS. Displays % when used by Justin Heiner · 23 years ago
- fac7852 refered to the new WPS formating by Robert Hak · 23 years ago
- 363a00d initial commit by Robert Hak · 23 years ago
- b6e8aad added custom_wps_format info by Robert Hak · 23 years ago
- c45166d updated for new files by Robert Hak · 23 years ago
- 43e7cb8 Documentation for Custom WPS Display on the Player by Justin Heiner · 23 years ago
- b986a5c Added ability to have a Custom WPS Display on the Player. See the commited doc for the tag specification by Justin Heiner · 23 years ago
- 7dcff6d Changed the previous patch to restart the same song if over 2 seconds to 3 seconds. That way you can hear a bit of the song before... well, it's just better this way *grin* by Justin Heiner · 23 years ago
- ed04872 Added information about the travel charger. by Heikki Hannikainen · 23 years ago
- 834a3c2 Charge longer, deeper, better. Also restart charging already at 95%, since by Heikki Hannikainen · 23 years ago
- fdb44c9 Reset the power history with the latest value when starting charging by Heikki Hannikainen · 23 years ago
- b1d5124 simulate_usb ignores key releases by Björn Stenberg · 23 years ago
- c6c080d include kernel.h to work stand-alone better by Daniel Stenberg · 23 years ago
- 0c2e9f2 Stays in pause mode after seek by Björn Stenberg · 23 years ago
- 84cf9d4 Lee Marlow's patch to restart the same song if the back button is hit in the wps by Eric Linenberg · 23 years ago
- f5a9a72 fixed spacing issues by Robert Hak · 23 years ago
- 8234012 made the main menu have a USB selection when built for simulator so that by Daniel Stenberg · 23 years ago
- 42564a1 USB display for simulator purpose by Daniel Stenberg · 23 years ago
- 6b8cf08 Magnus Öman's rocking USB logo is now being put to use. by Daniel Stenberg · 23 years ago
- e1fbb12 we like each line less than 80 characters wide please by Daniel Stenberg · 23 years ago
- 01bc8e6 play_list() is now modified to accept a playlist index that is either by Daniel Stenberg · 23 years ago
- 3b8ec06 do the blockquotes with CSS instead by Daniel Stenberg · 23 years ago
- ea16c19 Removed <pre> by Björn Stenberg · 23 years ago
- 86d3111 better use of <p> for plain texts by Daniel Stenberg · 23 years ago
- 9af5972 Added button release events by Björn Stenberg · 23 years ago
- 76d4145 fixed small typo 8-) by Heikki Hannikainen · 23 years ago
- 5dbd4d1 Added link to a good battery comparison. by Heikki Hannikainen · 23 years ago
- 002c4a4 Added Q13 about charger operation and booting to the archos charger. by Heikki Hannikainen · 23 years ago
- 793ca18 now detects 1bit BMP files too and adjusts to that, which makes things simpler by Daniel Stenberg · 23 years ago
- fa54e94 Ignore recorder playmode states. by Mats Lidell · 23 years ago
- a2feb8b Fix for fix by Markus Braun · 23 years ago
- de87a89 darned compiler couldn't see I made a mistake so I had to correct it myself by Daniel Stenberg · 23 years ago
- e33b439 matsl's simulator icons added by Daniel Stenberg · 23 years ago
- 16aae47 typo fix by Robert Hak · 23 years ago
- 97b0cfb mail archives link was wrong by Robert Hak · 23 years ago
- e62f191 minor improvements by Daniel Stenberg · 23 years ago
- 057b85a added contributing by Robert Hak · 23 years ago
- b7533c2 initial creationg by Robert Hak · 23 years ago
- 9047060 lets point to ../docs/README by Robert Hak · 23 years ago