summaryrefslogtreecommitdiff
path: root/apps (unfollow)
Commit message (Expand)Author
2006-05-05Viewer: Don't say 'yes' to every option ;-) (Voice ID must be -1 for 'no clip').Jens Arnold
2006-05-05Fixed bug with playlist_skip_entry when track to be skipped was less then cur...Hardeep Sidhu
2006-05-05Fix folder icons in tagcacheHardeep Sidhu
2006-05-05Enabled playlist functions on tracks in tagcacheHardeep Sidhu
2006-05-05Hopefully fix some old audio playing during manual track skip w/o crossfade. ...Brandon Low
2006-05-04Fix viewer crash due to uninitialsed usage of rb->Jens Arnold
2006-05-03Text viewer: * Only show those options which really exist. * Basic button fun...Jens Arnold
2006-05-03Greyscale ipods: Fixed screendump for the (not-so-) new framebuffer format.Jens Arnold
2006-05-03Increase language buffer from 14000 to 16000 so that russian.lang fits again....Peter D'Hoye
2006-05-03Optimize synth code by pre-computing the volume scaling for each note.Stepan Moskovchenko
2006-05-03Correct a Coldfire asm constraint.Magnus Holmgren
2006-05-03Don't initiate track change if at end of playlistHardeep Sidhu
2006-05-03Only reset resume settings when we're really at the end of the playlistHardeep Sidhu
2006-05-03Remove some debug junk, start a new build.Stepan Moskovchenko
2006-05-03Fix file descriptor leak that would cause a hard lockup every 7 filesStepan Moskovchenko
2006-05-02iPod: Bass/Treble settings need 5 bits, not 4 - fixes bug report #5276. This...Dave Chapman
2006-05-02Player: Credits plugin correctly working with UTF-8. Patch by Marcoen Hirschb...Jens Arnold
2006-05-02Stop playing current track before starting a new playlist with an offset (eg....Hardeep Sidhu
2006-05-01----------------------------------------------------------------------Stepan Moskovchenko
2006-05-01Caption-backlight: don't keep backlight on if paused as this keeps the backli...Peter D'Hoye
2006-05-01Properly set audio_is_initialized flag for swcodec devices ad use it when ini...Hardeep Sidhu
2006-05-01Also clear WPS backdrop when shutting down (same fix as in usb event handling...Peter D'Hoye
2006-05-01Applied patch 2917: Fix retrieval of total sample count in get_vorbis_metadata.Magnus Holmgren
2006-05-01Init voice before audio because audio needs to know the voice buffer size. Se...Peter D'Hoye
2006-05-01Tweak MP3 seeking a little, and don't do gapless trim if a seek has been done.Magnus Holmgren
2006-05-01Call rb->yield() during the random game generation.Dave Chapman
2006-05-01Bump the api version when something is added to the api!Jens Arnold
2006-05-01Oops, fix Ondio builds.Zakk Roberts
2006-05-01Patch #5056 by Jonathan Gordon, with rework and additions by me: Updated View...Zakk Roberts
2006-04-30Fix red builds?Peter D'Hoye
2006-04-30Recording buffer offset must be passed on to the firmware calls, not the othe...Peter D'Hoye
2006-04-30The recording buffer should not try to use the voice buffer, so map our buffe...Peter D'Hoye
2006-04-30Synced, and some fixes/updates.Magnus Holmgren
2006-04-30Ondio, gmini, ipod: Don't trigger vkeyboard accept if the button is already p...Jens Arnold
2006-04-30Silence 2 gcc4 warnings.Jens Arnold
2006-04-30Fix one seeking bug: when seeking back to before a resume point, audio from a...Magnus Holmgren
2006-04-30Fix problem with loading bookmarks from the root folder (causing the simulato...Magnus Holmgren
2006-04-30Fixed problem with incorrect first index after resumeHardeep Sidhu
2006-04-30Fixed playlist control corruption on dircache systemsHardeep Sidhu
2006-04-29Clear wps backdrop on USB event when in wps. Fix for bug report 4752Peter D'Hoye
2006-04-29Fix the first-frame memmove from pretending the data is interleaved, which it...Thom Johansen
2006-04-27Make libmusepack output the last frame in two passes. Reclaim the IRAM taken ...Thom Johansen
2006-04-27empty strings should be provided as "" and not as plain blanksDaniel Stenberg
2006-04-27Patch #5219 by Antonius Hellmann. Several optimisations to libmad. Both Coldf...Thom Johansen
2006-04-26Don't magically skip tracks without user interractionBrandon Low
2006-04-26This seems to fix a few bugs in thatBrandon Low
2006-04-26This seems to make selecting a new track from the file browser work very clos...Brandon Low
2006-04-25The last frame of Musepack files can contain double the amount of samples as ...Thom Johansen
2006-04-25Reduce instructions in debug audio thread loop slightlyBrandon Low
2006-04-25Make playback not screw up if the user tries to seek on musepackBrandon Low