- e251df9 Utils/Analysis/Find_Addr.pl: fix wrongly recognizing addresses as being in codec or plugin space when their addresses were invalid by Maurus Cuelenaere · 15 years ago
- 16f8224 * Onda VX747: add browse screen, pitchscreen, context menu, quickscreen, rewind, fast forward, previous song & next song actions to cabbiev2 by Maurus Cuelenaere · 15 years ago
- d7aa42d Onda VX747: don't enable software volume control in sims by Maurus Cuelenaere · 15 years ago
- 2e48410 Enable the pitch action in the M:Robe 500 Cabbiev2 WPS by Maurus Cuelenaere · 15 years ago
- 8d013f5 Skin engine: add "pitch" action to touch regions by Maurus Cuelenaere · 15 years ago
- 950534b Put ATRAC3Context in IRAM, 2.5% speedup on PP502x, 20% on ColdFire. by Mohamed Tarek · 15 years ago
- 91aa512 fix the %xd<id> tag parser to complain if you try to display an image it hasnt loaded yet by Jonathan Gordon · 15 years ago
- 35ffefa M:Robe 500: Correct UI simulator. by Karl Kurbjun · 15 years ago
- 1e22dae Change the default value for the ui viewport to "-" (which will give a fullscreen vp since parsing fails). by Thomas Martitz · 15 years ago
- f503eba Add the ui viewport to the theme settings, so that it will be in the theme.cfg created by "Save Theme Settings". by Thomas Martitz · 15 years ago
- be8d654 Remove obsolete IMG_BUFSIZE #define. by Thomas Martitz · 15 years ago
- 1dc3fda Update the french translation. by Mustapha Senhaji · 15 years ago
- f1c704e Fix ret for buttonbar targets. by Thomas Martitz · 15 years ago
- 4c48b59 User definable UI viewport, to be able to restrict the UI into a viewport for all bitmap displays. by Thomas Martitz · 15 years ago
- c0897a8 remove the rockbox info line saying the AA size and replace it with skin RAM usage by Jonathan Gordon · 15 years ago
- b395f89 remove an unused #define by Jonathan Gordon · 15 years ago
- 4238ba8 Use a more appropriated word than the string commited in r21223. by Mustapha Senhaji · 15 years ago
- 271643c remove the limit of touch regions in touchscreen skins by Jonathan Gordon · 15 years ago
- e49ffb2 * Onda VX747/VX767: fix target_id & MODEL_NUMBER by Maurus Cuelenaere · 15 years ago
- 4fb3ee1 M:Robe 500: Add power button to SVG. by Karl Kurbjun · 15 years ago
- 7bbfc50 M:Robe 500 add SVG for player by Karl Kurbjun · 15 years ago
- e8c71aa Rockbox Utility: add preliminary support for installing the bootloader (+ dual boot) on ChinaChip targets by Maurus Cuelenaere · 15 years ago
- aaf3765 Fix realloc bug in TLSF. by Magnus Holmgren · 15 years ago
- c426628 Fix loading of multiple .wps/.rwps files in a row, by reloading all wpses upon loading one so that the skin buffer can be reset properly. by Thomas Martitz · 15 years ago
- 9db0540 Add Save icon and add a note to the about dialog about the origin of the icons. Should have been there much earlier ... by Dominik Riebeling · 15 years ago
- 576793a Recalibrate the skin buffer size calculation so that targets with remote get a reasonable extra buffer (depending on the remote) instead of just doubling it. by Thomas Martitz · 15 years ago
- c20801b fix player by Jonathan Gordon · 15 years ago
- 18a8e52 more wps->skin engine work.. by Jonathan Gordon · 15 years ago
- eefe832 Save a bit of binsize by using a more suitable datatype and making the array static. by Jens Arnold · 15 years ago
- bf9facc FAT timestamp handling improvements for non-RTC targets: by Jens Arnold · 15 years ago
- 042bbad revert r22337 for libwma for now since it broke wma playback on ARM due to alignment issues. by Mohamed Tarek · 15 years ago
- fab528e pluginlib_bmp: fix bug that bitmap isn't saved correctly if width is not a multiple of 4. optimize a bit. by Teruaki Kawashima · 15 years ago
- 6c5714a Put the lookup tables into iram ; 2% speedup on ColdFire 1% on ARM by Mohamed Tarek · 15 years ago
- 3d6f86e Make those functions actually inline. Around 20% speedup on coldfire, 10% speedup on arm. by Jens Arnold · 15 years ago
- 90ea3e9 fix crossfade setting broken by r22192. by Teruaki Kawashima · 15 years ago
- 6e5e625 Remove svn:executable on source file and set keywords. by Dominik Riebeling · 15 years ago
- aa24b67 Revert r22339 as it causes immediate stack overflow on target, at least on coldfire. by Jens Arnold · 15 years ago
- 3b81dd4 Put QMF coefficients into IRAM. Update test program to still compile with IBSS_ATTR defined. by Michael Giacomelli · 15 years ago
- 4155469 Make the IMDCT temporary working buffer a local variable instead of keeping one for each channel. Saves 4KB of RAM. by Michael Giacomelli · 15 years ago
- c74319b Fix red. by Mohamed Tarek · 15 years ago
- adf3f09 Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate copies across codecs. by Mohamed Tarek · 15 years ago
- 29ac0a6 Add explanation on how to invoke the vbrfix plugin (FS#10530 by David Kauffmann). by Dominik Riebeling · 15 years ago
- 7610078 Improve notification about unsupported players. by Dominik Riebeling · 15 years ago
- 9cdfbfe Fix up some USB IDs. by Dominik Riebeling · 15 years ago
- 9f75cc3 Set svn:executable property. by Dominik Riebeling · 15 years ago
- de247bf Remove resolution from system configuration as it isn't used anymore. by Dominik Riebeling · 15 years ago
- 1da97be Fix a warning. by Dominik Riebeling · 15 years ago
- 426bfa8 rbutil: add a errorlog function into rbutil and the possibility to save a log if a error happens. (thanks to bluebrother for the trace functionality) by Dominik Wenger · 15 years ago
- 2402aec remove duplicates of bswap.h from libwma, libcook and libatrac. Create codecs/lib/ffmpeg_bswap.h and use it instead. by Mohamed Tarek · 15 years ago
- 6b12928 Samsung YP-S3: add backlight-target.h for the YP-S3 (contains target specific backlight and buttonlight declarations) by Bertrik Sikken · 15 years ago
- 26a0dd0 rbutil: use universal mkamsboot.a and libucl.a on mac. by Dominik Wenger · 15 years ago
- 7c74723 Make libucl Makefile more silent. by Dominik Riebeling · 15 years ago
- 044aae2 libucl: move intermediate files into a build directory and allow to build a universal lib for macs. by Dominik Wenger · 15 years ago
- 6932fa3 Sansa Clip & m200v4 : calls backlight_hold_changed() when hold button is toggled by Rafaël Carré · 15 years ago
- bd4fc82 Fix handling of unaligned input buffers in libatrac. by Mohamed Tarek · 15 years ago
- 0fe4417 FS#10526: mpegplayer audio out of sync, reverts r22280 by Jeffrey Goode · 15 years ago
- ac77c08 Make mkamsboot Makefile more silent. by Dominik Riebeling · 15 years ago
- cb55d5c rbutil: move extern "C" declaration into mkamsboot.h by Dominik Wenger · 15 years ago
- f4e2d83 mkamsboot: move intermediate files into a build directory and allow building of a universal lib (for macs) by Dominik Wenger · 15 years ago
- a66dfa4 rbutil: add ams sansa targets. (FS#10185) by Dominik Wenger · 15 years ago
- 2ae5852 Correct the ffmpeg revision of libatrac and write more import details. by Mohamed Tarek · 15 years ago
- 1474b93 Fix Yellow by Karl Kurbjun · 15 years ago
- 7ca4c73 Hopefully get all of the touchscreen drivers to act the same so release events get the appropriate data. by Karl Kurbjun · 15 years ago
- 65eaf60 mrobe100: power off HDD (courtesy of lowlight) ~2h extra playtime by Robert Kukla · 15 years ago
- 1b87b45 Fix yellow. by Mohamed Tarek · 15 years ago
- 685628c Support for playback of atrac3 audio in rm, in sim. by Mohamed Tarek · 15 years ago
- 4f26112 Revert the asm fixmul stuff for now. by Mohamed Tarek · 15 years ago
- 3ee45ab Use the bytestream reading functions form librm and drop bytestream.h and libavutil/ by Mohamed Tarek · 15 years ago
- 466b2ae Factor out bytestream reading functions needed in rm parsers/codecs. by Mohamed Tarek · 15 years ago
- 0b6aa38 Move main() outside atrac3.c and create atrac3.h by Mohamed Tarek · 15 years ago
- ebd67b1 Replace av_log() with DEBUGF and drop some now-useless files. by Mohamed Tarek · 15 years ago
- 4f72502 Fix a (stupid) mistake in libatrac/atrac3.c by Mohamed Tarek · 15 years ago
- a009259 Call the asm definitions of fixmul functions when possible. by Mohamed Tarek · 15 years ago
- b736f26 Fix ccache auto-detection. by Jens Arnold · 15 years ago
- b8693f9 Remove a forgotten DEBUGF from librm/rm.c - No functional changes. by Mohamed Tarek · 15 years ago
- e17d3ed Remove mallocs from libatrac. by Mohamed Tarek · 15 years ago
- 432e2ec Modify libatrac to use fixed-point arithmetic. by Mohamed Tarek · 15 years ago
- c956059 Modify libcook to use rockbox's mdct library in its standalone test program. by Mohamed Tarek · 15 years ago
- 8036207 Also modify mdct_lookup.c for compiling outside rockbox. by Mohamed Tarek · 15 years ago
- 2729549 Modify the mdct library to enable using it outside rockbox - No functional changes. by Mohamed Tarek · 15 years ago
- e98c198 don't treat extremely quick transfers as errors by Frank Gevaerts · 15 years ago
- 3ebf602 Add Laurent Papier to credits for FS#10514 reworked and committed in r22255. by Mustapha Senhaji · 15 years ago
- 351d47c Update the french translation. by Mustapha Senhaji · 15 years ago
- 279ef75 Make quickscreen items enum name lower-case, as per docs/CONTRIBUTING. by Thomas Martitz · 15 years ago
- 20b9bc5 Make gui_syncquickscreen_run() static as it's not used anywhere. by Thomas Martitz · 15 years ago
- e04f95e LCD bitmap driver code consolidation from FS#4817: by Andrew Mahone · 15 years ago
- ce00e28 M:Robe 500: Forgot one. by Karl Kurbjun · 15 years ago
- 5ca8bf0 M:Robe 500: Put more interrupts in iram, reduce stack usage when ARM/DSP transfers happen. by Karl Kurbjun · 15 years ago
- f026a0f fix typo by Frank Gevaerts · 15 years ago
- f10a3c7 Limit usb_serial packets to 32 bytes. It's unclear why this is needed, but usb serial packets larger than 96 bytes seem to never be sent. by Frank Gevaerts · 15 years ago
- e783d0c TCC: Implement ECC error correction for sectors read from NAND. Tested on D2 (78x, MLC) and M200 (77x, SLC). by Rob Purchase · 15 years ago
- 4c5ae4b D2: Re-enable SD(HC) driver as there have been no further reports of damaged cards. by Rob Purchase · 15 years ago
- e3f36a1 FS#10446: Bug defense in dsp.c, minor tweaks and comments by Jeffrey Goode · 15 years ago
- 24bd492 FS#10512: Bookmarking does not behave correctly (fixes r22192) by Jeffrey Goode · 15 years ago
- d5592a6 FS#10504: Make mpegplayer audio thread use correct sample count by Jeffrey Goode · 15 years ago
- 0dc2fb5 Adds DSP testing and WAV writing to test_codec by Jeffrey Goode · 15 years ago
- 27934e2 Fix a wrong memcpy in logf() introduced in r22253 by Rafaël Carré · 15 years ago
- 5c29277 New committer! by Jeffrey Goode · 15 years ago
- 7b6e166 Protect viewport.h against multiple inclusion. by Thomas Martitz · 15 years ago
- 98f1aa6 Fix mistake at checking the return in rockboy. Thanks Al Le for spotting. by Thomas Martitz · 15 years ago