- 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
- 5615881 Remove a bunch of build conditions inside .c files by Rafaël Carré · 14 years ago
- 7014fae Remove build conditions inside .c plugin files by Rafaël Carré · 14 years ago
- b11767b Remove translations with empty <dest> in russian.lang from my previous commit (aka fix yellow) by Bertrik Sikken · 14 years ago
- c66b2cb Updated Russian translation - FS #11556 by Alexey Polkhirev by Bertrik Sikken · 14 years ago
- 0d04083 fix errors by Jonathan Gordon · 14 years ago
- faaf431 Accept FS#11567 by Fred Bauer - better memory management for the skin fonts by Jonathan Gordon · 14 years ago
- 05d16b1 Add 'lowmem' feature to the manual, defined if MEM <= 2 by Rafaël Carré · 14 years ago
- 95cbbd1 c200v2 manual by Rafaël Carré · 14 years ago
- 2b0db13 Manual: fix Sansa AMS install by Rafaël Carré · 14 years ago
- 26de96c typo in r27876 by Rafaël Carré · 14 years ago
- e20fb32 usb-drv-as3525: only give physical addresses to USB HW by Rafaël Carré · 14 years ago
- 8de2af7 sd-as3525*: use AS3525_PHYSICAL_ADDR by Rafaël Carré · 14 years ago
- f54739a Fix Brazilian Portugues translation - FS #11568 by Adilson Xavier by Bertrik Sikken · 14 years ago
- 5d206d5 Fix yellows/reds. Red where caused by preprocessor condition mismatch. by Thomas Martitz · 14 years ago
- cae4ae2 Second try: Introduce plugin_crt0.c that every plugin links. by Thomas Martitz · 14 years ago
- 3478bc5 mips is predefined by gcc, but we want it for paths. Don't let others fall into this trap again. Use __mips instead by Thomas Martitz · 14 years ago
- 1aeb79d Add a comment by Thomas Martitz · 14 years ago
- 145de8e Fix red. Something - I coundn't find it - must be doing '#define mips 1'. by Thomas Martitz · 14 years ago
- 46454ac Move setjmp to lib and add setjmp for sh (imported from newlib) and compile it as separate library. by Thomas Martitz · 14 years ago
- 20de4c5 Fix libfaad error that was introduced with r27225. Noise bursts during playback of several files were reported in the forums. by Andree Buschmann · 14 years ago
- aea21cd ipod fm remote: some static/const fixes from FS #11266 by me by Bertrik Sikken · 14 years ago
- e70bc18 Reinitialise ogg_malloc system on each track change with the vorbis codec - part of FS #11533 by me by Bertrik Sikken · 14 years ago
- 8d5f159 Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G. by Marcin Bukat · 14 years ago
- 1994df6 Read glyph cache in disk order to speed up loading - FS#11168 by Fred Bauer by Frank Gevaerts · 14 years ago
- 93cb949 Revert "Introduce plugin_crt0.c that every plugin links." by Thomas Martitz · 14 years ago
- abdc593 Introduce plugin_crt0.c that every plugin links. by Thomas Martitz · 14 years ago
- 8106c9d Update of Czech language - FS #11560 by Marek Salaba by Bertrik Sikken · 14 years ago