- ef56fa6 Missed line in r30818 by Fred Bauer · 13 years ago
- 6f078c4 Change lru from double to single linked list. Only the font cache uses LRU and it never searches in reverse. Saves 2 bytes per glyph. by Fred Bauer · 13 years ago
- c032b9d Add empty font_lock() for bootloaders to fix builds. by Dominik Riebeling · 13 years ago
- e28f822 Rockbox Utility: add Speex license to About dialog. by Dominik Riebeling · 13 years ago
- eb97426 Use array index 'i' only -after- bounds check by Thomas Jarosch · 13 years ago
- 04a015d Provide font_lock(). Font_get_bits() or ..width() may have to read glyph cache misses from disk so provide a means to lock the buflib memory during the wait. by Fred Bauer · 13 years ago
- d228d4d Implement move callback for timestretch sample allocation. by Fred Bauer · 13 years ago
- 8e18dc8 fix sign error by Fred Bauer · 13 years ago
- d2958b9 Some iPod Video's need a 2nd call of ub_drv_init() to establish the USB connection. This workaround breaks the USB functionality for other devices. Until there is a proper fix available just use the workaround for iPod Video only. Fixes FS#12324. by Andree Buschmann · 13 years ago
- f4a1501 sbtools: fix sbtoelf to handle files with more than one hundred commands by Amaury Pouly · 13 years ago
- b458d33 Rockbox Utility now requires voice-corrections.txt. by Dominik Riebeling · 13 years ago
- 813fdc3 Update english-us translation. by Michael Chicoine · 13 years ago
- 66634f3 Rockbox Utility: add GoGear SA9200 as disabled target. by Dominik Riebeling · 13 years ago
- 7263ccb Remove svn keyword lines from sources. by Dominik Riebeling · 13 years ago
- 90562e3 Update Swedish translation. by Magnus Holmgren · 13 years ago
- 8d74458 Revert skin font allocation size to the behavior prior to r30589. i.e. Default to 256 glyphs rather than trying to load MAX_FONT_SIZE. This matches the manual and saves a lot of ram if a theme uses multiple fonts. by Fred Bauer · 13 years ago
- 67a1db4 Reviewed and updated recording samples rates in the manual. Fixes FS#12318. by Andree Buschmann · 13 years ago
- 623cbd6 imx233/fuze+: implement pcm out and audio codec, update SOURCES by Amaury Pouly · 13 years ago
- 390edd5 imx233/fuze+: add prototype for rtc block (only for register defines for now) by Amaury Pouly · 13 years ago
- 7b70e5a imx233/fuze+: implement audioout functions (init, volume, frequency); add stubs for audioin by Amaury Pouly · 13 years ago
- 96f0464 imx233/fuze+: implement hw info debug screen to show dma channels state by Amaury Pouly · 13 years ago
- 43673e9 imx233/fuze+: fix codec prototype header by Amaury Pouly · 13 years ago
- b0a20db imx233/fuze+: allow dma info retrieval; wait for end of channel reset before returning; fix typo by Amaury Pouly · 13 years ago
- e428717 imx233/fuze+: add volume handling to sound.c by Amaury Pouly · 13 years ago
- d0e8c35 imx233/fuze+: move to a more generic xtal derived clock enabling function, fix timrot accordingly by Amaury Pouly · 13 years ago
- 0b3347e imx233/fuze+: fix typo and add dac dma/error interrupts by Amaury Pouly · 13 years ago
- 359826a fuze+: fix bootloader not set backlight brightness by Amaury Pouly · 13 years ago
- ed2386c imx233/fuze+: move audio driver to the canonical location by Amaury Pouly · 13 years ago
- e46f40e Fix manual build, forgot to add new files. by Thomas Martitz · 13 years ago
- 5bdfa32 Submit FS#11805: Add setting 'Start File Browser Here' to manual. by Andree Buschmann · 13 years ago
- 02395cf Reflect the time & date settings move in the manual. by Thomas Martitz · 13 years ago
- ed99b6e Fix FS#12337. Skin viewports' line height was initialized with the UI font height. by Thomas Martitz · 13 years ago
- 0ab2c1b In search(): eliminate an unnecessary test. by Fred Bauer · 13 years ago
- 03a8325 Simplify seconds_to_min(), and don't safeguard used parameter. by Jens Arnold · 13 years ago
- a453bee Remake the sleep timer menu item, so that selecting it while the timer is running by Thomas Martitz · 13 years ago
- e347146 Sleep timer options: persistent duration and start on boot. by Thomas Martitz · 13 years ago
- e44af44 Move Time & Date menu from System to settings. by Thomas Martitz · 13 years ago
- a13e964 - Fix some reds by implementing lcd_get_dpi(). by Thomas Martitz · 13 years ago
- 55f078f Fix checkwps reds and non-touchscreen warnings. by Thomas Martitz · 13 years ago
- 3b12634 Commit FS#12321 - Touchscreen: List line padding, to more easily select lines by Thomas Martitz · 13 years ago
- 859cd4b Expunge a commented #include that found its way in in r30771. by Michael Sevakis · 13 years ago
- feddfdb Gigabeat S/i.MX31/wm8978: Clean up clocking information in the general wmcodec/pcm drivers and move it to the target's wmcodec/i2s files. by Michael Sevakis · 13 years ago
- 2a478c8 Split long fmt string which caused a yellow by Fred Bauer · 13 years ago
- 8c90172 Faster cached font loading. FS#12333 by Fred Bauer · 13 years ago
- afc42ff Update UI simulator buttonmap for Sansa Fuze by Fred Bauer · 13 years ago
- 1e1b79c Credit Andrew Ryabinin for hifiman-hm60x port by Marcin Bukat · 13 years ago
- 3949519 fix yellow by Marcin Bukat · 13 years ago
- 32f763c Add HiFiMAN HM-60x target(s). FS#12319 by Andrew Ryabinin with some (small) modification by me. This also splits rk27xx lcd driver into lcdif-rk27xx and lcd controller specific part. Some modifications to the pcm driver have been made to allow using codecs in slave mode (as TDA1543 used in hifiman is slave only i2s codec). by Marcin Bukat · 13 years ago
- f0311d3 Update convbdf.c for previous change by Fred Bauer · 13 years ago
- cd0102b font_cache.c: Optimize and simplify cache search. ~25% font rendering boost by Fred Bauer · 13 years ago
- 4f3e1d6 Fix FS#12320 - need substitute to /.rockbox/skin_buffer_size.txt by Thomas Martitz · 13 years ago
- 899865a Fix Yellow: missing proto by Fred Bauer · 13 years ago
- 1009741 FS:12299 Font glyph cache is no longer saved. Each font will now have its own glyph cache file with the extension '.gc' Includes a temporary fix that delays saving the file to prevent the creation of multiple gc files with same name. Mostly JD Gordon's code. by Fred Bauer · 13 years ago
- 50ac7ca Fix warnings by Bertrik Sikken · 13 years ago
- fe67a87 plugins: another round of making local functions static by Bertrik Sikken · 13 years ago
- 2176fb3 Missed two spots. by Björn Stenberg · 13 years ago
- 0942e2a Changed the FOR_NB_SCREENS macro to always be a for loop that declares its own loop variable. This removes the need to declare this variable in the outer scope. by Björn Stenberg · 13 years ago
- f301ac0 Revert 30754 because the codecs won't build correctly, anyway. by Fred Bauer · 13 years ago
- 2537e46 undef DEBUG in pcm_record.c because it's broken and breaks DEBUG builds by Fred Bauer · 13 years ago
- 08979ba Fix yellow by Fred Bauer · 13 years ago
- de3e2e7 Remove font_reset() which tried to fetch font *pfs from uninitiaized buflib_allocations. Change handle locking to track number of locks applied. Remove some duplicated code from internal_load_font() by Fred Bauer · 13 years ago
- 14ae259 Update Dutch langfile by Peter D'Hoye · 13 years ago
- ee7de14 Don't make font available via buflib_allocations[] until fully loaded by Fred Bauer · 13 years ago
- eac2913 Fix off-by-one buffer error by Thomas Jarosch · 13 years ago
- e4f64da i.MX31 avic: Fix super-stale comment. by Michael Sevakis · 13 years ago
- 830531b i.MX31: Simplify nested interrupt handling. Give SVC mode its own stack by grabbing the FIQ stack that's just been taking up space. Just get rid of all FIQ setup since it isn't used anyway. by Michael Sevakis · 13 years ago
- 0dc7613 rk27xx - add support for i2s in master mode. Based on patch by Andrew Ryabinin by Marcin Bukat · 13 years ago
- e8e06f8 rk27xx - fix sys timer clock setup. Spotted by Andrew Ryabinin by Marcin Bukat · 13 years ago
- 57304d1 Make a few local functions static by Bertrik Sikken · 13 years ago
- 936fd54 Sansa AMSv2: set internal voltages PVDD1 and AVDD17 to the same value as the OF does. by Bertrik Sikken · 13 years ago
- bf056d5 Switch to SYS mode on arm FS#12322 by me by Marcin Bukat · 13 years ago
- 9055915 fix red by Rafaël Carré · 13 years ago
- b8f0b09 mpegplayer sync_audio_setting(): simplify / clarify by Rafaël Carré · 13 years ago
- 0aa12a9 Another fix for audio_get_buffer() on hwcodec by Thomas Martitz. by Jens Arnold · 13 years ago
- 889690c Fix audio_get_buffer() implementation on hwcodec, to be similar to the swcodec one. Should make hwcodec bood again. by Thomas Martitz · 13 years ago
- aed39db Protect the move operation of buflib against IRQs. by Thomas Martitz · 13 years ago
- 227c7af More de-tabification by Bertrik Sikken · 13 years ago
- e52600e de-tabify by Nils Wallménius · 13 years ago
- 9d9de73 usb: only declare usb_mmc_countdown on target which don't use the usb stack by Amaury Pouly · 13 years ago
- eb94b23 imx233/fuze+: declare 3d audio capability, update lang accordingly by Amaury Pouly · 13 years ago
- 670da39 Remove errorneous ; after "for" statement. by Thomas Jarosch · 13 years ago
- 000c706 libtremor: build with -O2 for cf, gives a slight speedup on high bitrate files (~1%) by Nils Wallménius · 13 years ago
- 1b8f81d fix warning in debug code by Nils Wallménius · 13 years ago
- e1ea13e libtremor: hack to work around huge allocations for the comment packet in files with embedded album art. Should fix playback of such files on targets with large codec buffers. by Nils Wallménius · 13 years ago
- b779fcc Fix exit/return behavior in the id3 info screen.Fixes returning immediately on touchscreen. by Thomas Martitz · 13 years ago
- 1195b23 sansa clipplus: add version 01.02.16 to mkamsboot as a firmware that can be patched by Bertrik Sikken · 13 years ago
- 2a04202 Fix touchscreen behavior in time&date screen. by Thomas Martitz · 13 years ago
- 5783505 Add two macros for char*-based pointer arithmetic and use it in font.c by Thomas Martitz · 13 years ago
- 42a33a7 Correct left-over assignment. Also remove unnecessary NULL guard. by Thomas Martitz · 13 years ago
- f865066 Re-order things to fix red. by Thomas Martitz · 13 years ago
- 0acdc87 lists: Detect dirtyness (need to reinit) for each list, instead of once globally. by Thomas Martitz · 13 years ago
- 40529dd Manual: Small English improvement by Alex Parker · 13 years ago
- 4478b25 core_alloc: Provide a tiny test allocation, which can be freed for debug purposes. by Thomas Martitz · 13 years ago
- 6efb3f0 Revert r30599 "Check for the magic file "/.rockbox/skin_buffer_size.txt" [...]" by Thomas Martitz · 13 years ago
- 8c4941e Changed #warning to a TODO comment. by Björn Stenberg · 13 years ago
- 725ed0a Only alloc if necessary. Patch by Jonathan Gordon. by Björn Stenberg · 13 years ago
- a604345 Clean up compressor setting code by Jeffrey Goode · 13 years ago
- b683874 Do not font_unload() failed fonts when aborting a skin load by Fred Bauer · 13 years ago
- 2e58d59 Make function calc_db in peakmeter.c static by Bertrik Sikken · 13 years ago
- 9bddc48 Remove unused function display_keylock_text by Bertrik Sikken · 13 years ago