summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Fix file descriptor leak that would cause a hard lockup every 7 filesStepan Moskovchenko2006-05-03
* Improvements to the sections regarding the File Menu and the Playlist Submenu...Michael DiFebbo2006-05-03
* iPod: Bass/Treble settings need 5 bits, not 4 - fixes bug report #5276. This...Dave Chapman2006-05-02
* Player: Credits plugin correctly working with UTF-8. Patch by Marcoen Hirschb...Jens Arnold2006-05-02
* Stop playing current track before starting a new playlist with an offset (eg....Hardeep Sidhu2006-05-02
* ipods - First implementation of pcf50605_init() function. This enables the p...Dave Chapman2006-05-02
* Oops, correctly calculate the interrupt number in UIE().Jens Arnold2006-05-02
* ----------------------------------------------------------------------Stepan Moskovchenko2006-05-01
* Fix red bootbox builds with gcc 4.x and -Os. Save a bit of code by not includ...Jens Arnold2006-05-01
* now use -Os with patched gccDaniel Stenberg2006-05-01
* Alert the user for gcc compiler version used for SH if not gcc4 with rockbox ...Daniel Stenberg2006-05-01
* Caption-backlight: don't keep backlight on if paused as this keeps the backli...Peter D'Hoye2006-05-01
* Properly set audio_is_initialized flag for swcodec devices ad use it when ini...Hardeep Sidhu2006-05-01
* Added description of 'Auto change directory' and 2 tag cache options to Playb...Michael DiFebbo2006-05-01
* Also clear WPS backdrop when shutting down (same fix as in usb event handling...Peter D'Hoye2006-05-01
* Applied patch 2917: Fix retrieval of total sample count in get_vorbis_metadata.Magnus Holmgren2006-05-01
* Init voice before audio because audio needs to know the voice buffer size. Se...Peter D'Hoye2006-05-01
* Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done.Magnus Holmgren2006-05-01
* Call rb->yield() during the random game generation.Dave Chapman2006-05-01
* Bump the api version when something is added to the api!Jens Arnold2006-05-01
* Oops, fix Ondio builds.Zakk Roberts2006-05-01
* Patch #5056 by Jonathan Gordon, with rework and additions by me: Updated View...Zakk Roberts2006-05-01
* Fix red builds?Peter D'Hoye2006-04-30
* Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye2006-04-30
* The recording buffer should not try to use the voice buffer, so map our buffe...Peter D'Hoye2006-04-30
* Synced, and some fixes/updates.Magnus Holmgren2006-04-30
* Ondio, gmini, ipod: Don't trigger vkeyboard accept if the button is already p...Jens Arnold2006-04-30
* Silence 2 gcc4 warnings.Jens Arnold2006-04-30
* Fix one seeking bug: when seeking back to before a resume point, audio from a...Magnus Holmgren2006-04-30
* Fix problem with loading bookmarks from the root folder (causing the simulato...Magnus Holmgren2006-04-30
* Fixed problem with incorrect first index after resumeHardeep Sidhu2006-04-30
* Fixed playlist control corruption on dircache systemsHardeep Sidhu2006-04-30
* Ooops. Fix red bootbox builds.Jens Arnold2006-04-29
* SH1: Moved exception vector table generation and weak aliasing into an asm bl...Jens Arnold2006-04-29
* Clear wps backdrop on USB event when in wps. Fix for bug report 4752Peter D'Hoye2006-04-29
* Whoops...Zakk Roberts2006-04-29
* Boxes WPS for 320x240 LCDs (iPod 5G).Zakk Roberts2006-04-29
* ATA driver: * Don't lie to gcc about which parameters the assembler optimised...Jens Arnold2006-04-29
* Fix the first-frame memmove from pretending the data is interleaved, which it...Thom Johansen2006-04-29
* Move the screenshot in pacbox and add a caption to the general settings scree...Martin Arver2006-04-28
* Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ...Thom Johansen2006-04-27
* Fixed a bug where it didn't warn on lack of quotes as it was supposed to.Daniel Stenberg2006-04-27
* empty strings should be provided as "" and not as plain blanksDaniel Stenberg2006-04-27
* While waiting further and better improvements, this fixes the bug toDaniel Stenberg2006-04-27
* Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf...Thom Johansen2006-04-27
* Converted sound settings chapter to use \settings macro.Thom Johansen2006-04-27
* Add new macro \setting for settings / menu entries. Used in tagcache section.Dominik Riebeling2006-04-27
* Fix the icons to not be target specific (by making them b/w)Martin Arver2006-04-27
* Add a caption to the sound setting screen. dos2unix'ed the file as well.Martin Arver2006-04-27
* Replaced remaining '#pragma interrupt' with __attribute__((interrupt_handler)...Jens Arnold2006-04-26