- 0fdee7a Clean up bootbox main file. by Jens Arnold · 16 years ago
- 21893dc Limit the buil-in font to ASCII for bootloaders. by Jens Arnold · 16 years ago
- 9fd4f87 rbutil: fix h10_5gbmtp download issue. by Dominik Wenger · 16 years ago
- e823b2e Fix red. by Jens Arnold · 16 years ago
- 938ef22 Repair bootbox on the archoses (that bug went undetected for >2.5 years), and get rid of some old debug cruft in order to save space. by Jens Arnold · 16 years ago
- 93a8768 Clean up use of snprintf where strncpy if suited, avoid useless copying of constant strings for wps token evaluator, minor const police too. by Nils Wallménius · 16 years ago
- 7d4cebd Slight clean up of splash calls, use HZ instead of explicit numbers by Nils Wallménius · 16 years ago
- 1121af7 Print a helpful error in the sim for usupported formats in Ogg containers (f.e. Ogg/FLAC) by Nils Wallménius · 16 years ago
- ff21c63 fix the button on the "X to abort " splash for the gigabeat f/s by Jonathan Gordon · 16 years ago
- e56549f Adjust Rockbox release download filename to the changed target - version order. by Dominik Riebeling · 16 years ago
- 1d8a249 update rbutil configuration for 3.0 release and prepare for theme site change. by Dominik Riebeling · 16 years ago
- 5e7da88 Manual, cube button table: be a bit more accurate to avoid misunderstandings. by Marianne Arnold · 16 years ago
- 4989856 Bootloaders don't need idle callbacks. by Jens Arnold · 16 years ago
- ae878ff Disable the whole loadable font code including font caching for bootloaders/ bootbox. by Jens Arnold · 16 years ago
- 2d4998a Remove some nonessential comments from the c100 section. by Robert Menes · 16 years ago
- bb95d90 fix typo by Frank Gevaerts · 16 years ago
- a2c6b67 Add a new environment for setting the changelog using a different bullet icon and smaller vertical space between items. by Dominik Riebeling · 16 years ago
- 2d28d00 Manual: update the button table in the cube chapter to reflect the new control scheme (see r18572). by Marianne Arnold · 16 years ago
- d97f32d merge some fixes from the release branch that also apply to trunk by Frank Gevaerts · 16 years ago
- bfbec71 Updated italian translation. by Alessio Lenzi · 16 years ago
- 15d996a Disable bidirectional text handling and arabic joining in the bootloaders in order to save space. * Disable greyblitting in archos bootloaders for the same reason. by Jens Arnold · 16 years ago
- 17a7984 Overhaul of the text viewer chapter in the manual - the old one still described the not-existent-anymore button combos to change specific view modes etc. and which was replaced by a menu for quite a while already. Hence update the button table and describe the menu. Also mention the setting save (there was outdated info) and bookmarking (not mentioned yet). Wording could probably improved but at least the information is up-to-date... by Marianne Arnold · 16 years ago
- 83f6a03 Mostly cosmetic changes to some plugin descriptions in the manual: 1) In main.tex - don't mention chip8 games in the Player manual and give the correct path to the viewers directory. 2) Correct wrongly placed 'end' in zxbox.tex and remove link to the wiki as this chapter is based off of that page and there is no additional information on it. 3) Let long lists of button names break so they don't overlap with the next column in the pdf - blackjack, bubbles, demystify, flipit, logo, oscilloscope, pegbox, rockblox1d, rockblox, rockboy, sliding puzzle, snake2, solitaire, sudoku. 4) While at it, break long (code) lines in bubbles.tex. 5) Additionally exclude lines which showed only 'n/a' in the button tables for a specific target - pegbox, sokoban. 6) Use 'fname' to mark a path in disktidy.tex, also simplify the button table. 7) Use 'ButtonHold' in doom.tex. by Marianne Arnold · 16 years ago
- 2f06ad7 make sure the manufacturer titles are aligned properly by Jonathan Gordon · 16 years ago
- 9a9722f add some more whitespace to make the creative and phillips targets more readable by Jonathan Gordon · 16 years ago
- d34ab4a Display the expected album art size in the info screen by Jonathan Gordon · 16 years ago
- 468edbb Use the correct #ifdefs for the added kernel objects. by Jonathan Gordon · 16 years ago
- 2041fed Opening function brace style police. by Michael Sevakis · 16 years ago
- 5c90372 Simplify synchronizaton for MPA codec and make it fully atomic, let synth thread exist for life of codec, do a bit of cleanup and use number of cores do determine if it is compiled as multithread instead of CPU type. by Michael Sevakis · 16 years ago
- b95dbd2 Oops, forgot the touchscreen targets. by Jens Arnold · 16 years ago
- 4d4555e Simplify controls in order to resolve impossible combos on several targets. Now uses a similar system as bounce: use left/right (or equivalent) to select the axis to adjust, and up/down (or the equivalent) to change speed/angle. * Show angle instead of speed in angle adjust mode (i.e. pause). * Better event handling when paused (button_get_w_tmo()). by Jens Arnold · 16 years ago
- 9bc16e4 Add simple ASMed fixed point multiply functions for ARM to AC3. Gives a 38% speed up on my one sample with a Sansa. by Michael Giacomelli · 16 years ago
- 0a1d365 Add player name and rockbox version to the battery_bench output by Frank Gevaerts · 16 years ago
- 726a63f Correct version of memory sizes in config-logikdax.h (previous values were just experimental and should not have been committed). We also need to remove two more codecs for this codec buffer size (128KB). The m200 and DAX builds now actually build. by Dave Chapman · 16 years ago
- 9e13e36 Add some missed bits + change MODE to TMODE by Vitja Makarov · 16 years ago
- 85807cd Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs. by Dave Chapman · 16 years ago
- 80458b6 Prepare for usb-telechips testing by Vitja Makarov · 16 years ago
- 0097198 Fix careless typo on my part that broke MP3 playback on Coldfire. by Michael Giacomelli · 16 years ago
- 3dedcfc Hopefully fix glitches when seeking in MP3s on dual core processors. Also, clean up initialization and preprocessor commands. by Michael Giacomelli · 16 years ago
- 3e9ca1d Define the various CPUFREQ_* macros so that Gigabeat S compiles with test_codec enabled, and use the correct value. by Jens Arnold · 16 years ago
- 95f516e more slight playlist resume cleanuping... dont bother saving the playlist first index value. its reset to 0 before playlistcontrol is loaded anyway, and then reset to 0 after its finished so its completly useless in global_status. by Jonathan Gordon · 16 years ago
- 8cd2bb7 Threading functions aren't all available on HWCODEC, so don't try to build them on it. by Michael Giacomelli · 16 years ago
- 712931c Opps, fix mp3 decoding in the sim. by Michael Giacomelli · 16 years ago
- ccd56bf Fix test_codec on multiprocessor codecs (MP3, SPC). by Michael Giacomelli · 16 years ago
- 4e36a2b Commit FS#9318 - MP3 synthesis filter on COP. Loads the MP3 synth filer on to the CoProcessor on all PortalPlayer devices, resulting in an ~90% speedup according to test_codec on the Sansa. Real world improvement is somewhat less, but still considerable. Allows MP3 decoding at 30MHz without boosting, or use of more DSP/EQ with less boosting/skipping, thus improving battery life. Minor changes to mpegplayer to retain compatibility with libmad changes. Should be no significant changes for other targets or codecs. by Michael Giacomelli · 16 years ago
- 3d0d6d6 Delete superfluous image which seems to have been accidentally committed to the wrong folder. In the meantime an updated screenshot was added in the right location (configure_rockbox). by Marianne Arnold · 16 years ago
- 40d713c FS#9408 - dont bother saving the random seed in global status. I'm 99.9% sure this code was being ignored anyway. by Jonathan Gordon · 16 years ago
- 3d5fba9 Manual - plugins section: update a bunch of screenshots. (Some plugins changed in overall appearance , e.g. calculator or sliding_puzzle, some plugins now look different because they show the default font and background, the pegbox screenshots were not available in all necessary sizes yet.) There are still some more screenshots to be updated but this should cover the more obvious ones. by Marianne Arnold · 16 years ago
- f748d3b Some more size optimisations, giving a tiny write speedup as well. by Jens Arnold · 16 years ago
- 5b17f37 Change the way send_cmd() returns data to make it cleaner and save binsize. Also change the command composition for the same reasons. by Jens Arnold · 16 years ago
- eab5498 Fix ata2501 serial reading by Vitja Makarov · 16 years ago
- afe32ef Add myself to committers list by Vitja Makarov · 16 years ago
- a15cfaf Correct wrongly placed #endif. by Dominik Riebeling · 16 years ago
- f311ce8 Make local function ticking_callback static in apps/menus/display_menu.c by Bertrik Sikken · 16 years ago
- 7983ab6 M3 (and probably non-sl M6) code gets loaded at 0x22020000 by dfu by Frank Gevaerts · 16 years ago
- 4034279 revert accidental commit by Marcoen Hirschberg · 16 years ago
- 48e45f5 add Meizu M6SP and M3 ports by Marcoen Hirschberg · 16 years ago
- 9407ae8 Onda VX747: by Maurus Cuelenaere · 16 years ago
- 3655a32 Further MMC driver touchup: * Save a tiny amount of power by not enabling the internal flash clock when accessing the MMC. * R2W factors > 32 are valid in newer MMC specs, so don't limit to 32 anymore. * Revise the port setup, and only do the basic setup once. by Jens Arnold · 16 years ago
- d29faf0 set svn properties by Frank Gevaerts · 16 years ago
- 0a584fb annotate init sequence by Frank Gevaerts · 16 years ago
- 67def0b Fix a display bug with the tracklist in Picture Flow. Thanks to Thomas Schott. by Nicolas Pennequin · 16 years ago
- 017c25c Manual - plugin button tables: fill out missing info for the c200 pad (chip8emulator, doom, snake, snake2, wormlet), also update the table in clock.tex (was outdated for all and missing the mode and skin 'shortcuts'), add a small note about how to quit credits, change the list of the four direction buttons in some tex files (minesweeper, flipit, sudoku) so that the line can break and won't overlap, correct the position of } in rockblox.tex to not let the 'pause' line appear when it doesn't exist on a target. Break overly long lines. by Marianne Arnold · 16 years ago
- cf978b9 Fix wrong #endif placement. by Jens Arnold · 16 years ago
- 3a2bc2a Make Ondio builds without multivolume and hotswap support compile again (only relevant for testing purposes). by Jens Arnold · 16 years ago
- 66045bc add s6d0154 register definitions, and flesh out lcd_init_device() by Frank Gevaerts · 16 years ago
- c0e898a Now reads the LCD controller ID succesfully and flashes it using the backlight by Frank Gevaerts · 16 years ago
- 95bc9fd fix off-by-one error when reading spi data by Frank Gevaerts · 16 years ago
- f08eed6 D2/Touchscreen keymap improvements: onscreen keyboard is now usable; PLAY/pause now mapped to TOPRIGHT; Usable defaults in Rockboy. by Rob Purchase · 16 years ago
- 1a08f46 Commit fs#9404 (iAudio 7 updates by vitja). Also fixes play/pause behaviour on D2. by Rob Purchase · 16 years ago
- 9cf7ef6 Language updates: by Jonas Häggqvist · 16 years ago
- e42a737 Fix error handling in multiple block read and multiple block write state. When an error occurs, the host still needs to send CMD_STOP_TRANSMISSION resp. the STOP_TRAN token. by Jens Arnold · 16 years ago
- 1a904eb Revert v18522 for firmware/backlight.c, it breaks a couple of bootloaders by Bertrik Sikken · 16 years ago
- f13184e Fix some more #includes by Bertrik Sikken · 16 years ago
- 816eea8 use bitwise operators to manipulate bits by Frank Gevaerts · 16 years ago
- ff0b9a0 Spanish update by Francisco Vila (FS#9402 and FS#9403). by Jonas Häggqvist · 16 years ago
- 36e311f Implement chasing bitswap for reading. Speeds up reading single 512-byte blocks by 15..20%. * Restructure the write buffer handling a bit, making it more readable and a bit smaller. Also fixes an old corner case bug: writing data from address 0x0 (archos boot ROM dump) would have written wrong data. by Jens Arnold · 16 years ago
- b1a584a Simplify & fix the MMC driver. After more than 3 years I found that the MMC specs were a bit misleading, and the 'large' MMC which state a block size of 1024 or 2048 bytes and no partial read and/or partial write capability are happily accepting a block size of 512 bytes. So go KISS and remove all the variable/partial block handling code. This fixes the driver for the Transcend 4GB MMCplus, which doesn't cope when we actually set the 2048 byte block size it states. It also makes write operations involving small blocks faster and more reliable. * Note: The 4GB Transcend still doesn't work when plugged at boot, but works when hotplugged. by Jens Arnold · 16 years ago
- d4404d3 Remove "Install All" button from themes install window and replace it with a note on how to select multiple themes for installation. by Dominik Riebeling · 16 years ago
- ebe652b Forgot this.. by Maurus Cuelenaere · 16 years ago
- 1e294e3 Onda VX747: by Maurus Cuelenaere · 16 years ago
- e3f1a3f ZenUtils: by Maurus Cuelenaere · 16 years ago
- 6938083 iPod Video: Fix playback after recording (FS #7402). Implement recording gain adjustment. * Enable timeout for zero-crossing detection (SLOWCLK), avoids hanging volume/ gain due to DC offsets. by Jens Arnold · 16 years ago
- c487c01 fix meizu_dfu endianness issues by Frank Gevaerts · 16 years ago
- 5b4df4a Updated screenshot for H10-5GB recording screen, the previous one was showing an illegal gain value by Peter D'Hoye · 16 years ago
- 56e2764 Make local function static and add missing #includes for Archos player by Bertrik Sikken · 16 years ago
- 05707cc Make local function static in mp3_playback.c and match usb_init_device prototype to implementation for Archos recorder by Bertrik Sikken · 16 years ago
- d02c850 fix out-of-bounds array access by Frank Gevaerts · 16 years ago
- 69ec3bf Get basic NAND driver working on Onda targets by Maurus Cuelenaere · 16 years ago
- 8aa0491 Used correct voice messages for some splash screens. by Alessio Lenzi · 16 years ago
- 20b4620 Some other minor fixes in voice strings for italian translation. by Alessio Lenzi · 16 years ago
- 1898ff7 * move qt1106 specific things to their own files * use CHANGE pin by Frank Gevaerts · 16 years ago
- eeaa3df Fix missing line continue character in project file. by Dominik Riebeling · 16 years ago
- 990d4d9 rbutil: commit japanese translation by Yoshihisa Uchida.(FS#9393) by Dominik Wenger · 16 years ago
- b8a7a37 Fix the Gigabeat F/X bootloader and add some code from Barry Wardell that was accidentally removed a while ago. Some of these changes are also more work towards getting the bootloader working from flash; it works but the player will not shutdown fully. About 16 mA are still drawn after calling the rom_shutdown routine. If anyone has some insight why I would be very interested. by Karl Kurbjun · 16 years ago
- 3656382 iPod G4, Color/Photo and Nano audio driver rework: Fix playback after recording (FS #7402). Implement recording gain adjustment. * Fix slightly off Bass/Treble scale. by Jens Arnold · 16 years ago
- 2b64418 More VX767 work... by Maurus Cuelenaere · 16 years ago
- 37a384c Minor missing #include and static function fixes for mrobe by Bertrik Sikken · 16 years ago
- 1cf8331 Hopefully fix LCD problems by Maurus Cuelenaere · 16 years ago
- 5aa914f Fix INC/DEC button assignment in recording screen for ipods by Peter D'Hoye · 16 years ago