- 6c0908b Rework crossfade to properly follow pcmbuf chunks instaed of blindly inserting into the ring buffer by Brandon Low · 18 years ago
- 6a6c322 Improve stop behavior by Brandon Low · 18 years ago
- 5cdee94 Fix a warning, and prepare for handling end-of-track seeking by Brandon Low · 18 years ago
- 2e8b933 Should fix some track ending early problems by Brandon Low · 18 years ago
- 8ecb858 Make some adjustments to when the WPS will be updated, giving faster next track and cleaner track change updates by Brandon Low · 18 years ago
- 4142710 Much faster optimized version of tagcache commit. Added a few items to by Miika Pekkarinen · 18 years ago
- 3f7292e Don't call playlist_start() when changing directories on swcodec devices. Fixes problem with previous dir not working. by Hardeep Sidhu · 18 years ago
- bc3f246 Jewels: simplify and standardize plugin exit by Adam Boot · 18 years ago
- 920516c Whoops, forgot to 'duck' the music below the voice when I redid the mix by Brandon Low · 18 years ago
- f932cf6 Korean language update from Jeong Taek In by Brandon Low · 18 years ago
- a8e3313 Recording screen: Make the peakmeter single height again on archos, bringing back the sample frequency line. The recording screen still needs to be *properly* adapted to the multi-screen API, including the peakmeter. by Jens Arnold · 18 years ago
- b76bb60 by Dave Bryant · 18 years ago
- 2ec18b5 Add ID3 Database to Show Files. Resort Show Files to match actual order. by Dominik Riebeling · 18 years ago
- 750aacb Remove double Fade On Stop/Pause item. Break some long lines. by Dominik Riebeling · 18 years ago
- 736df4b by Dave Bryant · 18 years ago
- 83ce568 Remove an unneeded define, add a todo by Brandon Low · 18 years ago
- 41c0aac Correct how to enter the pitch screen. by Dominik Riebeling · 18 years ago
- dc232f5 by Dave Bryant · 18 years ago
- 762ee1f use button macros for hard power off description by Dominik Riebeling · 18 years ago
- f42459f Comment and make pretty the hack by Brandon Low · 18 years ago
- c71ad7e Fix warning by Brandon Low · 18 years ago
- 4194990 Replace one hack with a better hack by Brandon Low · 18 years ago
- f3bc1ef First commit of reworking voice to be mroe stable on swcodec by Brandon Low · 18 years ago
- b5991b2 Fixed busy loop, and implemented a simpler kind of cursor blinking that also ensures blinking always starts with 'cursor visible' after button actions. Removed redraw variable, since we now always redraw. by Jens Arnold · 18 years ago
- a1db431 Updated vkeyboard. For players that require the user to scroll the cursor off the keyboard in order to edit the line itself (iPods, iAudio..), the line is now inverted when in line-edit mode. For all models: blinking line cursor. by Zakk Roberts · 18 years ago
- 9f34872 Make the get_image_id() function more robust, and catch a parsing error when parsing the %x tags. This prevents Rockbox crashing when presented with an incorrect %x|filename.bmp| WPS line. by Dave Chapman · 18 years ago
- 65c15eb Better video update, add options to startup menu, change default screensize by Karl Kurbjun · 18 years ago
- 8b2a563 Adjust pitch screen to match currently changed behaviour. by Dominik Riebeling · 18 years ago
- 35d3658 Fix yellow builds. by Zakk Roberts · 18 years ago
- 8a0ea50 Updated pitch screen again. *Back to old behavior of only coming up on ON+UP/DOWN (Archos) or PLAY+UP/DOWN (iriver) - fixes FS#4928. *Button mappings changed: Up/Down = +/- 0.1%; holding Up/Down = +/- 2%; Left/Right = 'temporary' +/- 2% (old behavior). *SWCODEC: pcmbuf_set_low_latency, now you can hear pitch adjustments quicker. *Broke pitchscreen code into two parts; one to draw and one to deal with buttons. by Zakk Roberts · 18 years ago
- 375b225 Ipod mini: Correct placement of odd bubble rows. by Jens Arnold · 18 years ago
- 62aaf1d Use correct macros to check for iriver architecture. by Jens Arnold · 18 years ago
- d43e719 SH1: Better placement of the C library routine references (gcc 3.4.x -Os and -O2 proof). by Jens Arnold · 18 years ago
- 29ab31e Optimizations for doom: coldfire asm drawspan routine = not much, fixed point multiply changes = not much, H300 asm lcd update = some, IRAM sound updates and simplifications = more by Karl Kurbjun · 18 years ago
- 9e9921b Add missing screenshots for player. Remove an unnecessary paragraph break. by Dominik Riebeling · 18 years ago
- 953411f Remove the choice table for archos, it's useless since device specific manuals. Leave the file alone for now to reuse it later in an all-devices table. by Dominik Riebeling · 18 years ago
- a18bd16 some updates to tagcache section by Dominik Riebeling · 18 years ago
- d9f11ac Repeat mode should be an integer, not a boolean. Fixes bug #2955. by Hardeep Sidhu · 18 years ago
- 76c1cde use 'ar' and 'ranlib' and not the variables that may be set to the by Daniel Stenberg · 18 years ago
- db80a39 removed langv1 remainders by Daniel Stenberg · 18 years ago
- 54d757b Prevent scroll wheel on mini 1g from over-scrolling when scrolling very fast. by Frank Dischner · 18 years ago
- c7f304e Stop playback and exit viewer if last track in current playlist is removed by Hardeep Sidhu · 18 years ago
- 24f0a37 Fixed problem with forced reload of dircached filenames when playlist is sorted by Hardeep Sidhu · 18 years ago
- f635f4a Set playing to true immediately when audio_play() is called. Fixes a bug when selecting tracks from playlist viewer. by Hardeep Sidhu · 18 years ago
- 37faaab Fix a crossfade problem (not initializing quite right), and a end of track problem (should solve some problemwith last bits of audio not playing). by Brandon Low · 18 years ago
- 195a9f2 No need to force a sync of control file until playlist has started. This should improve tagcache playlist creation performance on Archos devices (esp. Ondio). Also fixed a small bug in playlist_set_current. by Hardeep Sidhu · 18 years ago
- 3215ed2 use tag cache by Daniel Stenberg · 18 years ago
- f9bfd73 Fixed: Generate chunked playlist correctly, don't sort <All tracks> by Miika Pekkarinen · 18 years ago
- 5d9eccd Fix button driver for ipod mini 1G. by Frank Dischner · 18 years ago
- 1903fab Remove old stereo width setting description, and add description of the new stereo width functionality. by Thom Johansen · 18 years ago
- 0471249 Oops, forgot to commit this. by Miika Pekkarinen · 18 years ago
- 991665b More usable playlist generation, added "<All tracks>" entry to tag browser. by Miika Pekkarinen · 18 years ago
- b79c9a6 Allow insert shuffled option for directories when playlist is empty. Based on patch #3011 by Jonathan Gordon. by Hardeep Sidhu · 18 years ago
- 4b36096 Have the codec thread stop the pcm if we need to spin up the disk by Brandon Low · 18 years ago
- 56d6f3e Fix playback if the user does a very fast seek->skip press by Brandon Low · 18 years ago
- 2c9b171 Fix end of playlist handling. I think. by Brandon Low · 18 years ago
- 1344ccd Revert previous, it is broken by Brandon Low · 18 years ago
- c08d7f1 Small updates to the plugins section. Fix some fixme's in Cofiguration and Main Menu sections. (FS#5171, FS#5176 by Mark Bright) by Dominik Riebeling · 18 years ago
- 426dc21 Make seeking synchronous. It's better this way by Brandon Low · 18 years ago
- fa893c6 Performance optimizations for tagcache commit. Still more left to be done. by Miika Pekkarinen · 18 years ago
- 2b18727 Fix dir skipping with new playback arch. Enable dir skipping on ipod with a couple of difficult combos (select|right/left) or short-long left / short-long right. The latter causes stuck in pause sometimes. by Brandon Low · 18 years ago
- 359189e Fix bug with fonts containing missing glyphs before default glyph. Also, allow fonts with trailing space on BITMAP line. by Frank Dischner · 18 years ago
- ed44e19 Should fix a bug with track skipping backwards following track skip forward, play, seek backward by Brandon Low · 18 years ago
- 7df187f Save empty resume information if the playlist has ended by Brandon Low · 18 years ago
- 095ad1a Minor fix for insert_shuffle when playlist is empty by Hardeep Sidhu · 18 years ago
- d0de1aa Fixed problem with auto change directory not working when browsing plugins by Hardeep Sidhu · 18 years ago
- cf6ad10 Jewels: switch back to Sysfixed font after exiting the Playback menu. by Zakk Roberts · 18 years ago
- 6314e6d Add Equalizer image for 320x240x16 LCD (iPod 5G). by Zakk Roberts · 18 years ago
- d879a2a Replace the Sudoku screenshot for Nano with a new one without KDE gear. by Dominik Riebeling · 18 years ago
- 4b3a007 Fix the use of equalizer pre-cut in combination with replaygain. by Magnus Holmgren · 18 years ago
- 7f5fb7b Fix red builds by Brandon Low · 18 years ago
- 5286c7d Add copy and adjust helper for mp3entry struct as it is 1) not copy safe and 2) nonobvious that its not copy safe by Brandon Low · 18 years ago
- 095ae80 Reduce code size when logf is off. Add a todo. Undo a previous fix that broke crossfade on manual track changes by Brandon Low · 18 years ago
- 6b90467 Add better error message for messed up graphics. by Karl Kurbjun · 18 years ago
- 08b417f Properly cache animations at level start. Switches still need some caching code. Added a debug cache flag for use in the sim to w_wad.c. Should be taken out when switches are handled. by Karl Kurbjun · 18 years ago
- 239564c Fix/add some comments and remove some old leftover crossfeed code. by Thom Johansen · 19 years ago
- 98097d2 Misc. minor fixes: Guarantee aligned buffer. Enable load-codec-from-disk if a new track requires a different codec than the playing track, but does not already have it on the buffer. Stop playback immediately on a manual track skip. Handle seeking a distance greater than the size of the audio buffer. Enforce the 'no malloc for voice codec'. by Brandon Low · 19 years ago
- 19bd1a4 Fix Nim and Jackpot plugins for player. Add new platforms for Sudoku and Bubbles. (FS#5154, FS#5158 by Mark Bright) by Dominik Riebeling · 19 years ago
- 9f2be9b Add in error return if appropriate. by Karl Kurbjun · 19 years ago
- b0722d1 Changed the way the addons and demos menus are displayed and built. Should be a good setup for adding multiple wad files as addons. Need to add some status feedback to let the user know what has been selected previously. by Karl Kurbjun · 19 years ago
- c87f98c Finally add support for unlimited number of addons and demos. Also cleaned up the code and made a general function to handle the addons and demos. by Karl Kurbjun · 19 years ago
- a5af06b Bubbles adapted to archos recorder & Ondio. Gfx work by Marianne Arnold. by Jens Arnold · 19 years ago
- cc8f80a Temporary fix for the high-pitched sounds on iPod: they should sound correct now, but the real problem (frequency adjustment) still needs fixing; this is merely a workaround. by Zakk Roberts · 19 years ago
- 6f8af21 Some code cleanup. Adds Always run to configuration options. by Karl Kurbjun · 19 years ago
- b75ad88 Ooops^2 by Jens Arnold · 19 years ago
- 74a3977 New harddisk icon for units (and remotes) without real harddisk LED. by Jens Arnold · 19 years ago
- 6e3fa1c Ooops. by Jens Arnold · 19 years ago
- f2897e8 H300: Optimised PCF50606 driver, significantly reduces CPU power drain from the button tick (with both main & remote buttons: 50%->13% at 11MHz, 12%->6% at 45MHz): * Delay is adapted to the current CPU clock, aiming at constant 400kHz i2c clock. * Reduced number of port accesses (accessing GPIO is very slow, especially with the atomic boolean instructions) by implementing an open-collector-like behaviour. * Time-critical functions implemented in assembler. by Jens Arnold · 19 years ago
- 295c226 Fix run so that it stays enabled across level loads. Removed some unused code and added some back in for hopeful future use. by Karl Kurbjun · 19 years ago
- 5380376 H300 (and H1x0): Improved button debouncing. Solves the possible 'fake doubleclick' effect by not pretending no button is pressed if the reading is unstable. Now it uses the latest stable reading instead. by Jens Arnold · 19 years ago
- f7872ac Decrease doom's code size and some code cleanup. by Karl Kurbjun · 19 years ago
- 95325ff Build Sudoku for the iPod Nano - just use the 160x128 bitmaps. by Dave Chapman · 19 years ago
- 6cc8c40 Update and cleanup of Bookmarking Section (FS#5120 by Mark Bright). Fix a glitch from my last commit. by Dominik Riebeling · 19 years ago
- 6c92d13 Tidy up of System Options section (FS#5119 by Mark Bright with additional corrections by me) by Dominik Riebeling · 19 years ago
- 3b31346 Commit tagcache in background when possible (at least dircache enabled). by Miika Pekkarinen · 19 years ago
- caec58b Missing id3 viewer screenshot (FS#5147 by Mark Bright) by Dominik Riebeling · 19 years ago
- 5906476 Missing ipod screenshots for doom (FS#5146 by Mark Bright) by Dominik Riebeling · 19 years ago
- 75a1426 Disable some unused code (code used in network play) to bring the plugin size back down to under 512KB on the ipod video - more work needs to be done to further decrease the plugin size. by Dave Chapman · 19 years ago
- 4e2a74c Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset. by Karl Kurbjun · 19 years ago
- 75b6abb Proper chunked browsing support when dirbuffer limit is reached. by Miika Pekkarinen · 19 years ago