- 994aba1 Android: Allow "out-of-tree" builds (outside of android/, e.g. build-android/). by Thomas Martitz · 14 years ago
- f3da8d0 as3525v2: revert the USB_DEVBSS_ATTR and the panicf redefinition, don't protected #undef of USB_NUM_ENDPOINTS by Amaury Pouly · 14 years ago
- e09a085 as3525v2: by Amaury Pouly · 14 years ago
- a92d316 fix test_codec broken after r27968 by Rafaël Carré · 14 years ago
- 2e1988b Small cabbie update by Hayden Pearce for cabbiev2.176x220x16 by Jonathan Gordon · 14 years ago
- 216ed29 fix FS#11588 - %t(0) inside conditionals wasnt making that subline skip by Jonathan Gordon · 14 years ago
- 5cc11a1 Clip WPS keymap: move pitchscreen to long up by Rafaël Carré · 14 years ago
- 97ed213 Fix typo by Thomas Martitz · 14 years ago
- 4e982d3 Extend android.make so that it can generate a debug signed apk. by Thomas Martitz · 14 years ago
- bd7af68 battery_bench: make functions/struct/variables static by Rafaël Carré · 14 years ago
- be17fff Move comment by Thomas Martitz · 14 years ago
- f8381d9 Android: don't compile stubs.c and kill off libuisimulator entirely. by Thomas Martitz · 14 years ago
- 24424ba Fix reds. The battery_capacity setting is used even for fixed-battery targets. by Thomas Martitz · 14 years ago
- 8ec5113 Android: Fix two warnings by Thomas Martitz · 14 years ago
- f05cdc4 Android: don't compile powermgmt-sim.c by Thomas Martitz · 14 years ago
- c00fbc4 Android: Don't compile sim_tasks.c by Thomas Martitz · 14 years ago
- a4264eb Redo previous commit to not break android builds. by Thomas Martitz · 14 years ago
- 4ada1ee Fix database by Thomas Martitz · 14 years ago
- eac36d5 struct DIR -> DIR, should fix most if not all reds. by Thomas Martitz · 14 years ago
- dc8ad86 Android: Enable software tone controls by Thomas Martitz · 14 years ago
- 6eaab4d Ged rid of uisimulator/common/io.c for android builds. by Thomas Martitz · 14 years ago
- 8e0a0ba Revert an accidentaly change to debug.h that prevent simulator+debug build by Amaury Pouly · 14 years ago
- 0110e55 Remove Ipod Video 64MB handling. by Dominik Riebeling · 14 years ago
- 21c7b9d load_plugin_screen(): handle all plugin_load() return values by Rafaël Carré · 14 years ago
- ff80897 Remove ram entries for ipodvideo* as they are no longer needed and cause problems with tools/release/sims.pl by Michael Chicoine · 14 years ago
- 55704d8 font_table[].name wasn't filled by Fred Bauer · 14 years ago
- ca91d0f FS#11587 : voice for SWCODEC and low memory by Rafaël Carré · 14 years ago
- eb39236 Sansa c200v2 is now unstable and no longer needs special consideration for sim builds by Michael Chicoine · 14 years ago
- a1cf4ce Unify 32mb and 64mb ipod video builds - FS#11580 by Frank Gevaerts · 14 years ago
- b9201e3 include lcd.h , forgotten in r27957 by Rafaël Carré · 14 years ago
- 67cf859 AMS: update the LCD on system exception to be sure the content is up to date by Rafaël Carré · 14 years ago
- 4dd6b14 Should fix the line alternator issue described in http://forums.rockbox.org/index.php?topic=25545 by Jonathan Gordon · 14 years ago
- 1477aca typo in r27953 spotted by kugel: s/long/ssize_t/ by Rafaël Carré · 14 years ago
- 589490c don't cast to int when not needed by Rafaël Carré · 14 years ago
- 640c410 format: supports %zd (ssize_t) and %zu (ssize_t) by Rafaël Carré · 14 years ago
- 99207d6 panicf() is declared in panic.h by Rafaël Carré · 14 years ago
- 6340283 audio_reset_buffer: check audiobuffer size not only in DEBUG builds by Rafaël Carré · 14 years ago
- 9c00d1a Fix FS#11586. Corrects rebuffering behaviour which did not allow to play several m4a files. Thanks to Magnus Holmgren. by Andree Buschmann · 14 years ago
- ce0d2b1 Update comments in the helloword plugin. by Thomas Martitz · 14 years ago
- da16248 Plugins: modify IRAM copying code by Rafaël Carré · 14 years ago
- a1997c1 Change lc_open_from_mem() return type to void* by Thomas Martitz · 14 years ago
- b81a116 Update INSTALL file and move it in preparation of merging rbutil/ and utils/. by Dominik Riebeling · 14 years ago
- 4756a77 Support resolving of DLLs when running on Windows. by Dominik Riebeling · 14 years ago
- 811877e libdemac: ARMv7 assembler optimisation for the filters, tested on Nokia N900. Speedup is 2.1x for -c5000 compared to the ARMv6 asm. Note that actually compiling it on device requires hand-assembling the 'vadd' and 'vsub' instructions due to a bug in binutils 2.18.50, and making the standalone decoder use it requires Makefile and demac_config.h hacks. by Jens Arnold · 14 years ago
- dd5e3eb Change dap{} to \dap{} in the iaudio battery capacity description by Frank Gevaerts · 14 years ago
- 7def0f5 Restore libfaad's IRAM configuration. by Andree Buschmann · 14 years ago
- cdca5ef Fix FS#11539. Undo r23967 and use another way to achieve results for negative exponents for pow(2,x). This solves heavy distortions on some aac encoded files and clicks/noise on track change. by Andree Buschmann · 14 years ago
- 5be1c33 Fix red. by Andree Buschmann · 14 years ago
- d4567b64 Clean up alac/acc demux structure on next track. Solves issues with some files only being playable on direct selection, but not if switched to via playback engine or skip. by Andree Buschmann · 14 years ago
- 7c8a49d Make M4A demuxer more flexible when handling the stsd atom. Allows file reported in the forum to play. by Magnus Holmgren · 14 years ago
- 8aa175b ipodvideo: detect ram size at boot (doesn't actually get USED yet) by Torne Wuff · 14 years ago
- 47c510b As of r27902, codecs and plugins need to be marked as executable to work in the UI simulator on Windows. by Magnus Holmgren · 14 years ago
- bc4b536 firmware/ : use lcd_putsf() (only in debug code) by Rafaël Carré · 14 years ago
- 71b2d28 jz4740 debug: use lcd_putsf() instead of redefining it by Rafaël Carré · 14 years ago
- bf82ac0 output_dyn_value() : don't use strlen() to check string emptiness by Rafaël Carré · 14 years ago
- 0011cb5 archos player debug menu: factorize and use lcd_putsf by Rafaël Carré · 14 years ago
- f739a68 Fix r27923: folder size displayed "lld" in properties by Rafaël Carré · 14 years ago
- e02e1db disktidy: store the number of removed files as global scope by Rafaël Carré · 14 years ago
- 502997c cube: only needs text buffer on LCD_BITMAP by Rafaël Carré · 14 years ago
- b08ad5e fix r27926 : lcd_puts() not changed to lcd_putsf() by Rafaël Carré · 14 years ago
- 73f2735 fix r27921 : lcd_putsxyf() for charcell by Rafaël Carré · 14 years ago
- ab9fd18 plugins: use lcd_putsf/lcd_putsxyf by Rafaël Carré · 14 years ago
- 8418a2c splitedit: fix snprintf() argument (size of wrong buffer) by Rafaël Carré · 14 years ago
- db92d58 wormlet: remove some text buffers by Rafaël Carré · 14 years ago
- bc2b74b properties: remove some text buffers by Rafaël Carré · 14 years ago
- cf2ce17 pitch_detector: use lcd_putsxyf(), not lcd_putsf() by Rafaël Carré · 14 years ago
- 0f063b7 Implement lcd(_remote)_putsxyf() and export to plugins by Rafaël Carré · 14 years ago
- e78a12b pitch detector: remove more unused functions for sim builds by Rafaël Carré · 14 years ago
- 0bdd362 pitch detector: remove unused functions for sim builds by Rafaël Carré · 14 years ago
- e09ebc4 pitch_detector: cleanup by Rafaël Carré · 14 years ago
- 5628096 pitch_detector: avoid a division by zero when changing 'lowest frequency' setting by Rafaël Carré · 14 years ago
- 67096fa Fix typo by Frank Gevaerts · 14 years ago
- 63c1769 AMSv2: remove a bunch of panicf() in SD driver by Rafaël Carré · 14 years ago
- db81bc0 FS#11506 : python script to generate .talk clips by Rafaël Carré · 14 years ago
- a290ce4 tcc77x targets: various minor cleanups by Bertrik Sikken · 14 years ago
- 0325021 Clip keymap: the pitchscreen action should only hit on button release (short press) instead of every button press which made it impossible to get to the hotkey action (long press of the same button) after r27897. Reported in IRC. by Marianne Arnold · 14 years ago
- cf8f526 change get_glyph_size() to font_glyphs_to_bufsize(). fixes a bug when font glyph buffer < font header by Fred Bauer · 14 years ago
- aaa864e close file when cached font load fails by Fred Bauer · 14 years ago
- edb2875 limit font_cache preloading to cache capacity by Fred Bauer · 14 years ago
- 9067fe3 tweak lrcplayer. by Teruaki Kawashima · 14 years ago
- 0f939d5 Added myself by Fred Bauer · 14 years ago
- 251c8d4 Fix bug adding a playlist to another playlist doesn't finish if it has UTF-8 BOM introduced by r24718. by Teruaki Kawashima · 14 years ago
- b16afb4 Fix checkwps. by Thomas Martitz · 14 years ago
- 2c2e261 Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. by Thomas Martitz · 14 years ago
- 79798ff Make getcwd match the posix variant, make get_current_file() behave similar to it and add a few sanity checks. by Thomas Martitz · 14 years ago
- 194174a 2nd try: Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
- 97d2a6e Revert "Introduce a small api for loading code (codecs,plugins) from disk/memory." by Thomas Martitz · 14 years ago
- 73f057b Introduce a small api for loading code (codecs,plugins) from disk/memory. by Thomas Martitz · 14 years ago
- 55dc25f Describe the default value of the new optional tag parameter by Alexander Levin · 14 years ago
- 9fc1f55 Fix residual aac-he distortion reported via forum. Bug was introduded with r27364. by Andree Buschmann · 14 years ago
- 0e19e3f Clip keymap : move pitchscreen to short submenu in wps by Rafaël Carré · 14 years ago
- d581ee9 Manual: Change the labels on the clip, clip+ and fuze images so that they actually match the text. by Alex Parker · 14 years ago
- d303fad Manual: Make the clip WPS buttons match what actually happens. Short submenu is not defined, is this intentional? by Alex Parker · 14 years ago
- 75a87e5 Oops, forgot this file in r27893. by Magnus Holmgren · 14 years ago
- 1bf5777 Fix building simulator plugins on Cygwin. A DLL stub containing atexit is linked to the plugins, so give our version a prefix. by Magnus Holmgren · 14 years ago
- 41bac24 remove executable bit on plugin_crt0.c by Rafaël Carré · 14 years ago
- aaa1636 Move to a proper sdl key config instead of using the d2 pad. make the mouse wheel work, middle click is "select" and right click is "back" by Jonathan Gordon · 14 years ago
- 1d613be Make the yes/no screen useable in the stylus touchscreen mode, add 2 soft-buttons. Also make bottom left yes in grid mode to line up with the new button by Jonathan Gordon · 14 years ago
- 6b85f18 pacbox_cf.S contains a h300-only function, AND a function for all CF by Rafaël Carré · 14 years ago
- 0bdf53d Fix pacbox build on coldfire by Rafaël Carré · 14 years ago