- 775279b Fix warnings. by Stéphane Doyon · 17 years ago
- 9c3c6f9 Logf when a file is loaded atomic not packet by Brandon Low · 17 years ago
- 69f88a5 Info screen: charging and battery. by Stéphane Doyon · 17 years ago
- cd963d8 MIDI: Allow seeking forward and backward using the left/right keys. Currently seeks in 5 second by Stepan Moskovchenko · 17 years ago
- dc58c3d Give lowmem targets or targets with broken ATA implementations more buffering opportunities. Fix part of hcs' long standing SPC bug by filling if the useful data is equal to the watermark as well as less than by Brandon Low · 17 years ago
- 8b8785b Accept FS#7798: Voice unit for time by Stéphane Doyon · 17 years ago
- f6b404b Info screen fixups: by Stéphane Doyon · 17 years ago
- a042c72 Use a recursive depth-first shrinkage function, limit handles accordingly by Brandon Low · 17 years ago
- 9a11461 Comments and a fix to possibly get more out of backward skipping without rebuffering by Brandon Low · 17 years ago
- b838a62 Make bufread and bufgetdata blocking. They now return when enough data is available or when EOF is reached. This improves the API and removes the need for several duplicate waiting loops. by Nicolas Pennequin · 17 years ago
- c70671b Fix sims: sim_codec_load_ram() needed an update by Nicolas Pennequin · 17 years ago
- dd12c6c remove requirement for album artist to match for albums to count as "same", fixes FS#8071 by Robert Kukla · 17 years ago
- bfc870f Fix yellow by Brandon Low · 17 years ago
- dcca586 Improve upon my hackity hack from before by separating audio into two types: that which may be large and can be streamed and that which is small and cannot be streamed. While modifying types, allow codecs to split across the buffer wrap and dig out/move around the code that reads a codec off of the buffer to facilitate that simple sounding change. by Brandon Low · 17 years ago
- 21f0552 TAB policing by Dave Chapman · 17 years ago
- d2066fe set the iriver h100 and h300 keys correctly (fix red) by Jonathan Gordon · 17 years ago
- 13343c0 tsc2100 debug screen by Jonathan Gordon · 17 years ago
- f57ea9a m:robe 500i port: Add backlight support to the main build. by Catalin Patulea · 17 years ago
- 38548c7 Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly. by Karl Kurbjun · 17 years ago
- 574b100 m:robe 500i port: Add support for the backlight client in the SPI subsystem by Catalin Patulea · 17 years ago
- 5f36e5a fix the output for the mrobe so we dont have to use apps/rockbox.bin by Jonathan Gordon · 17 years ago
- 01ddb56 DM320 has IRAM at 0, so move VIRT_PTR somewhere else (fixes empty menu item text bug) by Catalin Patulea · 17 years ago
- 9daf658 iPod Video LCD driver: Reintroduce the simple method of waiting for update completion for use in the bootloader, because bootloaders don't enable interrupts and hence the tick task won't work. Slower than the full driver, but still faster than the old one, because it first transfers the data, and then polls the BCM. by Jens Arnold · 17 years ago
- c888a9b Bootloaders are single core... (aka fix red) by Jens Arnold · 17 years ago
- ef8a7ea Major speedup of the iPod Video LCD driver. The internal update procedure of the BCM chip is now completely shadowed, handled by a tick task as necessary. Also fixes the occasional UI freezes due to stalled BCM updates by re-kicking it after a timeout. by Jens Arnold · 17 years ago
- a4d48d0 Button driver for Logik DAX, plus some changes to the debug info displayed in the bootloader build. by Dave Chapman · 17 years ago
- 80e4d67 Make Speex read its input directly from the Ogg packet, which makes for less copying and one less malloc(). Thanks to Jean-Marc Valin for the tip. by Thom Johansen · 17 years ago
- bf1b7f1 First attempt at ifdeffing out as much of the encoder stuff as possible from Speex. Gives a smaller binary and allows me to remove a couple more files from SOURCES. by Thom Johansen · 17 years ago
- 6d88717 ARM assembler versions of iir_mem16() and qmf_synth(), yielding a very nice speedup. Touch some comments in filters_cf.S by Thom Johansen · 17 years ago
- 9e23e9d Fix FS#7826 - make the view catalog option in the main menu > playlists menu use the same text as the view catalog option in the onplay menus by Jonathan Gordon · 17 years ago
- 155f928 fix FS#8064 - screen scroll step and screen scroll out of view needed a restart o take effect by Jonathan Gordon · 17 years ago
- ff9cdb4 Temporary work around for the situation where a single codec request is for more data than a single file_chunk and that file gets stuck. This should be fixed differently as it could lead to unresponsive behavior from the buffering thread for the duration of a file load. by Brandon Low · 17 years ago
- 7127199 Lets use the measurements Toni took months ago for the Sansa battery, instead of the using the Archos ones. by Michael Giacomelli · 17 years ago
- a076da6 Remove an unneeded #include - action.h is already included by plugin.h by Dave Chapman · 17 years ago
- fe93919 Update Dutch language file by Peter D'Hoye · 17 years ago
- 5e37895 RbUtilQt: Make Sansa bootloader installation work on Windows. (Compiler warnings _are_ useful. :) by Magnus Holmgren · 17 years ago
- 164b8f6 Use O_BINARY when reading the firmware file - for win32 compatibility by Dave Chapman · 17 years ago
- 7f79564 Accept FS#8053 by Bertrik Sikken: playback.c and mpeg.c simplification by removal of last_track argument in track_(un)buffer callback. by Nicolas Pennequin · 17 years ago
- b41b1b3 Register me into a couple maintainer slots. by Nicolas Pennequin · 17 years ago
- f04a9b3 FS#8057: Update finnish translation by Jani Kinnunen. by Mustapha Senhaji · 17 years ago
- 6c2a904 * For a better access to the information of the Rockbox Info menu by visually by Alessio Lenzi · 17 years ago
- 3c64ace Fix FS#8052 - kernel.c compilation errors when compiling for debug. Just some minor typos that got in with last minute SW corelock changes. by Michael Sevakis · 17 years ago
- 9d05e50 Fix a file descriptor leak that happened with large directories of small files with some invalid ones. by Nicolas Pennequin · 17 years ago
- fabdd38 Make the playlist catalog use the following settings as appropriate: show filename extensions, load last bookmark, party mode and warn when erasing dynamic playlist. by Magnus Holmgren · 17 years ago
- 09bce70 Slight rework of the buffering logic: by Nicolas Pennequin · 17 years ago
- 151b7c9 Further improve the mistakes I made in add_handle (thanks Nico_P for not beating me with them) by Brandon Low · 17 years ago
- 7030279 Fix a logf warning by Brandon Low · 17 years ago
- 4ff2f9f can_add_handle() can be removed, but its logic must remain: before adding a handle, we need to make sure the there'll be space left for the curent one to finish buffering. This should fix the audio dropout problems people were experiencing. by Nicolas Pennequin · 17 years ago
- be6e85d Revert r15360: It didn't completely fix the problem and it's a bit dirty. A better solution has to be found. by Nicolas Pennequin · 17 years ago
- 9626948 Fix FS #8019, caused by memcpy() being called before "rb = api;". Be cautious of this one, it'll certainly bite us again. Gut out all the silly file selection stuff, this plugin is already a viewer. Note that mp3_encoder still is buggy and needs more work (or we need a transcoder plugin...). by Thom Johansen · 17 years ago
- c436657 some improvements to FS#8008 - see tracker entry for details by Robert Kukla · 17 years ago
- e9001ae Just because it's #if 0 doesn't make it inferior... by Thom Johansen · 17 years ago
- daf9374 Fix faulty clipping when dithering is enabled (thanks to Jens Arnold). This bug would only affect people using WMA. Also, add a small comment in an unrelated place. by Thom Johansen · 17 years ago
- 781c82c Argh. by Michael Giacomelli · 17 years ago
- 31b74ecb Copyright. by Michael Giacomelli · 17 years ago
- 132bc63 We removed the old Q15.16 precision trig functions from decoding ages ago, so no need to leave them in. Also, this code needs a GPL header. by Michael Giacomelli · 17 years ago
- 3da91a9 FS#8044: Update potugues-brasileiro translation by Adilson Vicente Xavier. by Mustapha Senhaji · 17 years ago
- b583ff6 Turn the DEBUGF messages into logf in the ID3 parser, so that by default they don't get shown. by Nicolas Pennequin · 17 years ago
- 4649eec Fix yellow, not sure how to properly specify this argument's nature so this is fine by Brandon Low · 17 years ago
- 483dca9 Remove can_add_handle, its safety and benefit are both questionable. Make shrink_buffer a function to reduce code duplication. Change move_handle semantics so that the caller never loses track of the current position of h, even if the move fails. by Brandon Low · 17 years ago
- 30d3d36 Invalidate prevtrack_id3 on all track skips to prevent next track info from being displaying for a split second after skipping to the previous track. by Nicolas Pennequin · 17 years ago
- aecca66 Update "elapsed" and "offset" in the mp3entries on the main buffer in the corresponding codec callbacks. by Nicolas Pennequin · 17 years ago
- d400e23 Prefix the error constants with ERR_ by Nicolas Pennequin · 17 years ago
- 75eff7a rework my previous commit (FS#8008) to be able to work for any of the strings in the id3 info struct, new ones need to be added to tagtree.c and tagnavi.config by Jonathan Gordon · 17 years ago
- c985903 Oops, sucky workaround wasn't meant to be committed. by Steve Bavin · 17 years ago
- 7707f7f Tiny bit of code policing: remove unneeded variable and spaces at end-of-line. by Steve Bavin · 17 years ago
- 1f415e2 fix yellow by Jonathan Gordon · 17 years ago
- 4d18aa3 Accept FS#8008 - allows the current artist or album to be used in databse searches (use the #artist# or #album# keywords in tagnavi.config) by Jonathan Gordon · 17 years ago
- bae8f4c More code police... by Peter D'Hoye · 17 years ago
- bf9615f Code police, no functional changes (yet) by Peter D'Hoye · 17 years ago
- 4feab10 Improve move_handle's semantics. Shoudl have no functional impact by Brandon Low · 17 years ago
- 94b133a Comment improvements by Brandon Low · 17 years ago
- a8eeff0 Improve the fake interrupt stuff on the sim a bit. by Michael Sevakis · 17 years ago
- 7807279 Add #defines for error values. Makes the code easier to read. by Nicolas Pennequin · 17 years ago
- 9f6719e Oops. The function should be static. by Nicolas Pennequin · 17 years ago
- 895eb98 Some genre strings must not be adjusted by adjust_mp3_entry. Thanks to PaulJam for the report. by Nicolas Pennequin · 17 years ago
- 36cd5f1 Mandelbrot: Don't update the display more often than 50 times per second on colour targets. Significantly increases speed on iPod Video. by Jens Arnold · 17 years ago
- fec406c add some informations about this file by Christian Gmeiner · 17 years ago
- b77893e C200: Reworked the LCD driver a bit, and fixed a bug with single column updates (was only visible in mandelbrot). by Jens Arnold · 17 years ago
- 0e2852b Detabify a line... by Magnus Holmgren · 17 years ago
- b05066d iPod Video: Further optimised LCD data transfer (5..6% speedup, but increase in FPS measured with test_fps is less), making use of the fact that the low address bits aren't decoded by the BCM. Major cleanup of the driver, and introduced register names. by Jens Arnold · 17 years ago
- 868d3ce Add ReplayGain support to WMA (based on tags written by Foobar2000). by Magnus Holmgren · 17 years ago
- 28f6ae4 Initial work on a port to the Logik DAX 1GB MP3/DAB player. The bootloader build compiles and runs (but only displays some debugging info), and the LCD and ADC drivers are working. Two different bootloader builds are possible: 1) The default build is just a test application for uploading to the device via tcctool; 2) Adding -DTCCBOOT to EXTRA_DEFINES in the build directory Makefile will compile the bootloader so that it can be appended to the end of the original firmware and installed on the device, dual-booting. This commit also includes some work by Hein-Pieter van Braam on a port to the iAudio 7, but that doesn't build yet. A large part of these ports will be generic to all TCC77x devices - see the TelechipsInfo wiki page for some other devices with this CPU. NOTE: Compiling these builds requires an arm-elf-gcc with armv5 support - the current version of rockboxdev.sh compiles such a gcc. by Dave Chapman · 17 years ago
- d3e101b The iPod Video has the HW version at a different address in ROM. by Jens Arnold · 17 years ago
- c266204 e200: shorten some delays so the backlight turn on is snappier. Values seem to have a safe margin. by Michael Sevakis · 17 years ago
- 1839edf Add queue_peek to the kernel (written by Mike Sevakis), and use it to improve upon my previous commit. by Nicolas Pennequin · 17 years ago
- 41add08 Prevent the audio queue from getting flooded with fill buffer messages. by Nicolas Pennequin · 17 years ago
- d0c44f5 Add support for co-processor instructions. I'm not 100% sure about this, but it seems to work... by Dave Chapman · 17 years ago
- 3c1d206 Make voice and codec queues private so they don't receive system messages. The audio thread controls them just fine. Important so codec stack-stealing plugins don't crash when system events are broadcast. Simpler too. by Michael Sevakis · 17 years ago
- 738a897 Correct the value for SDCFG for the c100 - based on a USB log of the C100 firmware updater. by Dave Chapman · 17 years ago
- 28c5ba8 Initial, untested support for C100. Also increase the firmware size limit to 10MB to make it work withe the Cowon D2 and a little cleanup. by Dave Chapman · 17 years ago
- 18c9aba Hopefully fix codec load and data abort problems by making add_handle and move_handle much better at wrapping the buffer smartly and not putting the wrong things on the wrap by Brandon Low · 17 years ago
- 7104ad5 Whoops, that thread can't run until the linked list is initialized by Brandon Low · 17 years ago
- 2c1e828 Create queue stuff before the thread that will use it by Brandon Low · 17 years ago
- 14b6f43 Make buffering initialization versus reset separate functions to avoid double initializing threads or mutexes more easily by Brandon Low · 17 years ago
- 404c6fb Add some const keywords, improve some comments, add a safety check or two, should have no functional difference by Brandon Low · 17 years ago
- d08131a * Only call bufgetcodec once by Nicolas Pennequin · 17 years ago
- 0652663 Simple fix which should improve track change performance slightly by Brandon Low · 17 years ago
- 4a5894d Correct some commenting left from an earlier set_irq_level version. by Michael Sevakis · 17 years ago
- c935ed5 Argh. Forgot to 'svn add' as usual. by Michael Sevakis · 17 years ago