summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix send_command_result() size checking for the SCSI_REQUEST_SENSE case ↵Frank Gevaerts2009-05-11
| | | | | | (thanks to Tomer Shalev, FS#10203) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20914 a1c6a512-1295-4272-9138-f99709370657
* Don't go back to the settings after selecting a .cfg via the theme or cfg ↵Thomas Martitz2009-05-11
| | | | | | browser, as it's done for fonts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20913 a1c6a512-1295-4272-9138-f99709370657
* Add my name to docs/COMMITTERSMohamed Tarek2009-05-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20912 a1c6a512-1295-4272-9138-f99709370657
* Don't allow disconnecting from the usb screen, as this doesn't work properly ↵Frank Gevaerts2009-05-11
| | | | | | on some OSes (e.g. windows "releases" the device whenever it's not actively reading or writing, which doesn't necessarily mean it's safe to disconnect at that point) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20911 a1c6a512-1295-4272-9138-f99709370657
* rbutil: make the Credits and Licence texts in the about dialog accessible ↵Dominik Wenger2009-05-11
| | | | | | via <TAB> git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20910 a1c6a512-1295-4272-9138-f99709370657
* Patch by Mohamed Tarek from FS#10182 - remove avcodec.h as it is no longer ↵Dave Chapman2009-05-11
| | | | | | needed. Also remove -lm from Makefile.test for the same reason. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20909 a1c6a512-1295-4272-9138-f99709370657
* Fix the $Id$ line broken by r20907.Dave Chapman2009-05-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20908 a1c6a512-1295-4272-9138-f99709370657
* Flag EOF and empty buffer conditions as UNLIKELY in JPEG decoder.Andrew Mahone2009-05-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20907 a1c6a512-1295-4272-9138-f99709370657
* Fix a bug reading JPEG when the output data is smaller than sizeof(struct ↵Andrew Mahone2009-05-11
| | | | | | jpeg), and add more optional debugging output in the decoder. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20906 a1c6a512-1295-4272-9138-f99709370657
* Commited too much really this time.Michael Giacomelli2009-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20905 a1c6a512-1295-4272-9138-f99709370657
* Commited too much.Michael Giacomelli2009-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20904 a1c6a512-1295-4272-9138-f99709370657
* Actually remove the unneeded files in the last commit.Michael Giacomelli2009-05-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20903 a1c6a512-1295-4272-9138-f99709370657
* Patch by Mohamed Tarek from FS #10182. Remove floating point code (FFT, ↵Michael Giacomelli2009-05-10
| | | | | | MDCT, etc) from libcook. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20902 a1c6a512-1295-4272-9138-f99709370657
* Patch by Mohamed Tarek from FS#10182 - convert codec to fixed-point using ↵Dave Chapman2009-05-10
| | | | | | patches submitted to the ffmpeg mailing list in 2007 by Ian Braithwaite. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20901 a1c6a512-1295-4272-9138-f99709370657
* Properly capitalise "Rockbox", and rewrite a couple of small sections. Some ↵Alex Parker2009-05-10
| | | | | | of this is taken from FS#9880 by Johannes Linke. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20900 a1c6a512-1295-4272-9138-f99709370657
* Revert r20704 and only use the -r option when compiling binutils. This is ↵Dave Chapman2009-05-10
| | | | | | good enough to fix compilation of the toolchains on OSX, but doesn't break compiling the m68k gcc, which makes use of built-ins and hence doesn't work with -r. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20899 a1c6a512-1295-4272-9138-f99709370657
* Patch by Mohamed Tarek from FS#10182: 1) Move the main() test program from ↵Dave Chapman2009-05-09
| | | | | | cook.c to a new main.c; 2) Move some common definitions from cook.c to cook.h. No functional changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20898 a1c6a512-1295-4272-9138-f99709370657
* Patch by Mohamed Tarek - add #define to protect against multiple inclusionDave Chapman2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20897 a1c6a512-1295-4272-9138-f99709370657
* rbutil: make sure the voice creation window updates its display on startup.Dominik Wenger2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20896 a1c6a512-1295-4272-9138-f99709370657
* rbutil: fix spelling, enginge -> engineBertrik Sikken2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20895 a1c6a512-1295-4272-9138-f99709370657
* rbutil: show logger windows earlier in bootloader install, to catch all errors.Dominik Wenger2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20894 a1c6a512-1295-4272-9138-f99709370657
* Remove unused function audio_has_changed_track from apps/mpeg.cBertrik Sikken2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20893 a1c6a512-1295-4272-9138-f99709370657
* rbutil: enforce parents for bootloader install classes. and rework OF ↵Dominik Wenger2009-05-09
| | | | | | handling a bit. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20892 a1c6a512-1295-4272-9138-f99709370657
* Remove unneeded #include "backdrop.h"Bertrik Sikken2009-05-09
| | | | | | | Remove unneeded #include "statusbar.h" git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20891 a1c6a512-1295-4272-9138-f99709370657
* rbutil: make RbSettings a static class. (FS#10183 with improvements)Dominik Wenger2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20890 a1c6a512-1295-4272-9138-f99709370657
* I defer to the OED -ise/-ize.Alex Parker2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20889 a1c6a512-1295-4272-9138-f99709370657
* Correct a couple of spellings (US to UK).Alex Parker2009-05-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20888 a1c6a512-1295-4272-9138-f99709370657
* Don't build 16-point IDCT on greyscale targets, since it's only used for ↵Andrew Mahone2009-05-09
| | | | | | chroma components. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20887 a1c6a512-1295-4272-9138-f99709370657
* Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or ↵Andrew Mahone2009-05-09
| | | | | | HAVE_BMP_SCALING. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20886 a1c6a512-1295-4272-9138-f99709370657
* Fix test for direct JPEG output, bump plugin API as r20884 changed struct ↵Andrew Mahone2009-05-09
| | | | | | custom_format. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20885 a1c6a512-1295-4272-9138-f99709370657
* Split 8-bit-to-native conversion in bmp.c into a function, add support for ↵Andrew Mahone2009-05-09
| | | | | | plugging unscaled output in BMP and JPEG loaders, use output_row_8_native in JPEG decoder when possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20884 a1c6a512-1295-4272-9138-f99709370657
* The first part of Mohamed Tarek's Google Summer of Code work to implement ↵Dave Chapman2009-05-09
| | | | | | RealAudio support in Rockbox. This is a self-contained Cook decoder using the original ffmpeg (still floating point) decoder and a new RM parser started by me in 2008 and continued by MT over the past few months. This is the equivalent of libcook.patch1 from FS#10182, but with further cleaning by both MT and me to minimise the differences to the original ffmpeg files. See README.rockbox for more details. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20883 a1c6a512-1295-4272-9138-f99709370657
* Initial commit of the minimal set of ffmpeg (r18079) files required for Cook ↵Dave Chapman2009-05-09
| | | | | | (realaudio) decoding. These are the unmodified versions from ffmpeg, committed as a base for future changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20882 a1c6a512-1295-4272-9138-f99709370657
* Add missing screenshots to Gigabeat S (or other 240x320 targets with ↵Alex Parker2009-05-08
| | | | | | recording + radio). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20881 a1c6a512-1295-4272-9138-f99709370657
* Remove svn keywords from image files.Alex Parker2009-05-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20880 a1c6a512-1295-4272-9138-f99709370657
* Add missing Calendar screenshots to the manual. Fixes FS#10036.Alex Parker2009-05-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20879 a1c6a512-1295-4272-9138-f99709370657
* Correct location of frequency, quality and channel settings display, and ↵Alex Parker2009-05-08
| | | | | | change opts. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20878 a1c6a512-1295-4272-9138-f99709370657
* Correct what happens when selecting Recording in the Main Menu in the ↵Alex Parker2009-05-08
| | | | | | manual. Fixes FS#9768 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20877 a1c6a512-1295-4272-9138-f99709370657
* Add missing crossfade enable option - fixes FS#10170. Also re-arrange the ↵Alex Parker2009-05-08
| | | | | | options to match the target. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20876 a1c6a512-1295-4272-9138-f99709370657
* Check some previously unchecked return values in the standalone FLAC test ↵Dave Chapman2009-05-08
| | | | | | program - fixes some warnings spotted by Mohamed Tarek El Haddad (mt). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20875 a1c6a512-1295-4272-9138-f99709370657
* Convert Huffman decode from inline function to macro, for small code size ↵Andrew Mahone2009-05-08
| | | | | | saving on ARM and on Coldfire color, only finish DC decode on greyscale targets if decoding luma channel. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20874 a1c6a512-1295-4272-9138-f99709370657
* Small size improvement for JPEG on ARM/Coldfire.Andrew Mahone2009-05-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20873 a1c6a512-1295-4272-9138-f99709370657
* Fix red.Andrew Mahone2009-05-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20872 a1c6a512-1295-4272-9138-f99709370657
* Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and ↵Andrew Mahone2009-05-08
| | | | | | bench_mem_jpeg.c plugins to test and benchmark it, and a line-length clean up in jpeg_load.c. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20871 a1c6a512-1295-4272-9138-f99709370657
* Convert splashes to viewports for bitmap targets and only draw/update the ↵Thomas Martitz2009-05-08
| | | | | | viewport that is needed instead of the whole screen. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20870 a1c6a512-1295-4272-9138-f99709370657
* Add the Sansa m200 to tcctool.Robert Menes2009-05-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20869 a1c6a512-1295-4272-9138-f99709370657
* Documentation for pcm_play_data() API function. Info taken from ↵Marc Guay2009-05-07
| | | | | | http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-07/0059.shtml. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20868 a1c6a512-1295-4272-9138-f99709370657
* Jz4732: add hack to fix stack overflow in the power thread (fixes USB on ↵Maurus Cuelenaere2009-05-07
| | | | | | non-bootloader) git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20867 a1c6a512-1295-4272-9138-f99709370657
* Never use upscaling IDCT for luma (to reduce blockiness), plus some small ↵Andrew Mahone2009-05-07
| | | | | | size optimizations by not calculating or storing scale factors or k_need/zero_need for chroma on greyscale. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20866 a1c6a512-1295-4272-9138-f99709370657
* Add missing PictureFlow overlay source, fix properties on new files.Andrew Mahone2009-05-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20865 a1c6a512-1295-4272-9138-f99709370657