- 1af18d5 Support building beastpatcher with MinGW. by Dominik Riebeling · 16 years ago
- 203e4b3 FS#9971 superdom fixes from Teruaki Kawashima. by Andrew Mahone · 16 years ago
- f7ec9c0 Clean up albumart.c a bit, reducing use of USE_JPEG_COVER inside search_albumart_files to only around the folder.jpg test and a strlen call. 0 delta vs previous code for #undef HAVE_JPEG. by Andrew Mahone · 16 years ago
- cfc022b Add include to pluginlib_jpeg_mem.c to prevent warning noise with -Wmissing-prototypes. by Andrew Mahone · 16 years ago
- 98bcb0a Define a symbol and use it instead of repeating the condition by Alexander Levin · 16 years ago
- e7ab265 Make variables static where possible by Alexander Levin · 16 years ago
- fd7002a Attempt to fix yellow on sims (can't reproduce on my system). by Andrew Mahone · 16 years ago
- 4cd86c0 Use new buflib extensions to avoid static allocation for track list, by shifting space out of the buffer and freeing slides as needed. by Andrew Mahone · 16 years ago
- c909878 Extend buflib to support shifting space out off the buffer for other use, and returning space to the buffer. by Andrew Mahone · 16 years ago
- d59bff0 FS#10201, skip folder.jpg in search_albumart_files if size_string is not empty. by Andrew Mahone · 16 years ago
- da3dc45 Change the type of read_uint32be to uint32_t and ensure all variables passed to that function are also of that type. No functional changes, but makes read_uint32be consistent with the other read_* functions and prevents warning in the upcoming RealAudio metadata parser. by Dave Chapman · 16 years ago
- a96ce3b I had the file priority mixed up. by Robert Menes · 16 years ago
- 345c70f Credit where credit's due. :) by Robert Menes · 16 years ago
- 7d5477c I think we should also make mention of support BMP by Robert Menes · 16 years ago
- a1c9174 Make a mention of the now-supported JPEG album art in the manual. by Robert Menes · 16 years ago
- e56030a Apply FS#10204 by Wookey (yes, his real name :)) - Add the subline tags to the WPS Tags summary appendix. by Alex Parker · 16 years ago
- dad292c Fix splash on greyscale (was showing only a black or grey box, no text) by reverting to lcd_set_foreground(). That does a bit more on greyscale than just setting the current's viewports fg_pattern :/ by Thomas Martitz · 16 years ago
- f4aa742 Fix FS#10197 by setting the viewport before calculating the string size. by Thomas Martitz · 16 years ago
- d8c7285 M:Robe 500: Commit some minor changes and some keymap changes (short press power takes you out of the WPS) by Karl Kurbjun · 16 years ago
- 3eb6da3 Remove unneeded function call (radio_load_presets does clear the memory) by Alexander Levin · 16 years ago
- 5bb30c2 Sort by and display disc number in PictureFlow, increase MAX_TRACKS to 128, prevent display of garbage tracklist on failure. by Andrew Mahone · 16 years ago
- 13cc654 More touchscreen additions, quickscreen, browser, context menu, skip fwd/back buttons in the mr500 wps (a "button bar" will pop up for 2.5s when the screen is touched.) by Jonathan Gordon · 16 years ago
- ad5d665 Clean up create_track_index, fixing FS#9333, and use tagcache-provided length instead of strlen. by Andrew Mahone · 16 years ago
- c1267dc allow the user to change the shuffle and repeat modes from the touchscreen, update the mr500 default wps to show how to do it (hint, press the shuffle/rep icon) by Jonathan Gordon · 16 years ago
- 33d08e8 fix red... who went and changed the remote defines?! :p by Jonathan Gordon · 16 years ago
- d48f1a0 get the quickscreen working on the mr500. hold "mode" on the remote to get to it, then you can use the 4 directions on the remote, or the touchscreen to change the values. "mode" will exit, as will pressing in the top or middle of the main screen by Jonathan Gordon · 16 years ago
- 6df03c6 Fix version.sh when it's run outside of the git working directory. by Andrew Mahone · 16 years ago
- 1de9302 Attempt to make version.sh a little more resistant to producing spurious "modified" status on git repositories. by Andrew Mahone · 16 years ago
- 216424a Fix the lock contention stall during cover art load, by adding a separate modify mutex for the buffer. Operations that modify contents of a buffer entry can still proceed, but ones that add or remove buffer entries, or move them by Andrew Mahone · 16 years ago
- 1775866 Move bswap.h up from libavutil/ and remove libavutil/ by Mohamed Tarek · 16 years ago
- 52a4b48 Set the font to FONT_UI after exiting a plugin (FS#10132). This makes the core Rockbox more like a sand box for plugins (less to care about in plugins). by Alexander Levin · 16 years ago
- 49c2581 Sansa AMS i2c : fix 2 problems identified by Jack Halpin & Bertrik Sikken by Rafaël Carré · 16 years ago
- 1123115 Rockblox: Show Highscore list on 176x220 (e200). The space between the score and level is ommitted, since there's no room (the L is sufficient as seperator). by Thomas Martitz · 16 years ago
- 04c2df5 Support longer tags on targets with 'enough' memory (more than 2 MB RAM). by Magnus Holmgren · 16 years ago
- b98ac04 Remove the HAVE_RADIO_REGION from the platform config since it's already defined in the tuner driver's header by Alexander Levin · 16 years ago
- e1f343a Sansa Fuze : Fix r20680/FS#10075 (long HOME to exit plugins) by Rafaël Carré · 16 years ago
- 8033342 Sansa AMS : remove mci_set_clock_divider() by Rafaël Carré · 16 years ago
- adb978a Sansa AMS: Various fixes/enhancements for clock frequencies by Rafaël Carré · 16 years ago
- 49ba646 -Remove all dynamic allocations, hence remove cook_decode_close() which was basically by Mohamed Tarek · 16 years ago
- 49fccaf FS#9730 by Torne Wuff - support installing Rockbox in the firmware partition in place of the main Apple firmware. This image is only loaded if no rockbox.ipod is found so does not affect current behaviour. The advantage is a small increase in boottime. This patch also adds documentation to bootloader/ipod.c in the form of a comment describing the booting behaviour. by Dave Chapman · 16 years ago
- c58aaee Sansa Clip : remove unused variable xoffset from lcd driver by Rafaël Carré · 16 years ago
- b1d03cc FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2 by Rafaël Carré · 16 years ago
- f2c18d6 -Remove calls to av_log() and use DEBUGF/printf instead, thuse removing by Mohamed Tarek · 16 years ago
- 950c4747 Remove bytestream.h and and a related comment from cook.h by Mohamed Tarek · 16 years ago
- c7f1347 Undo overlay test change which should not have been committed, should return PictureFlow to working during playback on non-Archos targets. by Andrew Mahone · 16 years ago
- 0cb3ad5 -Took cook_random() from an old cook.c revision [6 mar 2007], which is a by Mohamed Tarek · 16 years ago
- 685cee8 fix send_command_result() size checking for the SCSI_REQUEST_SENSE case (thanks to Tomer Shalev, FS#10203) by Frank Gevaerts · 16 years ago
- deb6b81 Don't go back to the settings after selecting a .cfg via the theme or cfg browser, as it's done for fonts. by Thomas Martitz · 16 years ago
- 75a34b2 Add my name to docs/COMMITTERS by Mohamed Tarek · 16 years ago
- a435c40 Don't allow disconnecting from the usb screen, as this doesn't work properly 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) by Frank Gevaerts · 16 years ago
- 6d2432c rbutil: make the Credits and Licence texts in the about dialog accessible via <TAB> by Dominik Wenger · 16 years ago
- 112f393 Patch by Mohamed Tarek from FS#10182 - remove avcodec.h as it is no longer needed. Also remove -lm from Makefile.test for the same reason. by Dave Chapman · 16 years ago
- 44afb00 Fix the $Id$ line broken by r20907. by Dave Chapman · 16 years ago
- c8b67c3 Flag EOF and empty buffer conditions as UNLIKELY in JPEG decoder. by Andrew Mahone · 16 years ago
- b5c356b Fix a bug reading JPEG when the output data is smaller than sizeof(struct jpeg), and add more optional debugging output in the decoder. by Andrew Mahone · 16 years ago
- 5c404a0 Commited too much really this time. by Michael Giacomelli · 16 years ago
- f19afdd Commited too much. by Michael Giacomelli · 16 years ago
- 9c43aaa Actually remove the unneeded files in the last commit. by Michael Giacomelli · 16 years ago
- 65649de Patch by Mohamed Tarek from FS #10182. Remove floating point code (FFT, MDCT, etc) from libcook. by Michael Giacomelli · 16 years ago
- fc28cb4 Patch by Mohamed Tarek from FS#10182 - convert codec to fixed-point using patches submitted to the ffmpeg mailing list in 2007 by Ian Braithwaite. by Dave Chapman · 16 years ago
- 3a0a991 Properly capitalise "Rockbox", and rewrite a couple of small sections. Some of this is taken from FS#9880 by Johannes Linke. by Alex Parker · 16 years ago
- f85c0c6 Revert r20704 and only use the -r option when compiling binutils. This is 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. by Dave Chapman · 16 years ago
- 7ba6ef4 Patch by Mohamed Tarek from FS#10182: 1) Move the main() test program from cook.c to a new main.c; 2) Move some common definitions from cook.c to cook.h. No functional changes. by Dave Chapman · 16 years ago
- 868652a Patch by Mohamed Tarek - add #define to protect against multiple inclusion by Dave Chapman · 16 years ago
- 25f77f6 rbutil: make sure the voice creation window updates its display on startup. by Dominik Wenger · 16 years ago
- a7970d3 rbutil: fix spelling, enginge -> engine by Bertrik Sikken · 16 years ago
- f6ba4cb rbutil: show logger windows earlier in bootloader install, to catch all errors. by Dominik Wenger · 16 years ago
- 370455c Remove unused function audio_has_changed_track from apps/mpeg.c by Bertrik Sikken · 16 years ago
- 9ca2935 rbutil: enforce parents for bootloader install classes. and rework OF handling a bit. by Dominik Wenger · 16 years ago
- 09085a3 Remove unneeded #include "backdrop.h" Remove unneeded #include "statusbar.h" by Bertrik Sikken · 16 years ago
- 33d9cf0 rbutil: make RbSettings a static class. (FS#10183 with improvements) by Dominik Wenger · 16 years ago
- 8e63df1 I defer to the OED -ise/-ize. by Alex Parker · 16 years ago
- a2f9034 Correct a couple of spellings (US to UK). by Alex Parker · 16 years ago
- 74e4d17 Don't build 16-point IDCT on greyscale targets, since it's only used for chroma components. by Andrew Mahone · 16 years ago
- 59e70b5 Inline output_row_8_native when building bmp.c in core without HAVE_JPEG or HAVE_BMP_SCALING. by Andrew Mahone · 16 years ago
- e3b1d78 Fix test for direct JPEG output, bump plugin API as r20884 changed struct custom_format. by Andrew Mahone · 16 years ago
- 91efc16 Split 8-bit-to-native conversion in bmp.c into a function, add support for plugging unscaled output in BMP and JPEG loaders, use output_row_8_native in JPEG decoder when possible. by Andrew Mahone · 16 years ago
- 6769561 The first part of Mohamed Tarek's Google Summer of Code work to implement 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. by Dave Chapman · 16 years ago
- 69db01e Initial commit of the minimal set of ffmpeg (r18079) files required for Cook (realaudio) decoding. These are the unmodified versions from ffmpeg, committed as a base for future changes. by Dave Chapman · 16 years ago
- 681a774 Add missing screenshots to Gigabeat S (or other 240x320 targets with recording + radio). by Alex Parker · 16 years ago
- 8e89a4c Remove svn keywords from image files. by Alex Parker · 16 years ago
- 4347303 Add missing Calendar screenshots to the manual. Fixes FS#10036. by Alex Parker · 16 years ago
- 391f9df Correct location of frequency, quality and channel settings display, and change opts. by Alex Parker · 16 years ago
- d8e58b6 Correct what happens when selecting Recording in the Main Menu in the manual. Fixes FS#9768 by Alex Parker · 16 years ago
- 97eafee Add missing crossfade enable option - fixes FS#10170. Also re-arrange the options to match the target. by Alex Parker · 16 years ago
- 90f1e5c Check some previously unchecked return values in the standalone FLAC test program - fixes some warnings spotted by Mohamed Tarek El Haddad (mt). by Dave Chapman · 16 years ago
- 7b81cd0 Convert Huffman decode from inline function to macro, for small code size saving on ARM and on Coldfire color, only finish DC decode on greyscale targets if decoding luma channel. by Andrew Mahone · 16 years ago
- 0af7494 Small size improvement for JPEG on ARM/Coldfire. by Andrew Mahone · 16 years ago
- cda9074 Fix red. by Andrew Mahone · 16 years ago
- a75c72c Plugin JPEG decoder for data in memory, along with test_mem_jpeg.c and bench_mem_jpeg.c plugins to test and benchmark it, and a line-length clean up in jpeg_load.c. by Andrew Mahone · 16 years ago
- c91e73e Convert splashes to viewports for bitmap targets and only draw/update the viewport that is needed instead of the whole screen. by Thomas Martitz · 16 years ago
- 02512be Add the Sansa m200 to tcctool. by Robert Menes · 16 years ago
- b0f40b7 Documentation for pcm_play_data() API function. Info taken from http://www.rockbox.org/mail/archive/rockbox-dev-archive-2008-07/0059.shtml. by Marc Guay · 16 years ago
- 87978d4 Jz4732: add hack to fix stack overflow in the power thread (fixes USB on non-bootloader) by Maurus Cuelenaere · 16 years ago
- d2c1298 Never use upscaling IDCT for luma (to reduce blockiness), plus some small size optimizations by not calculating or storing scale factors or k_need/zero_need for chroma on greyscale. by Andrew Mahone · 16 years ago
- 3651a90 Add missing PictureFlow overlay source, fix properties on new files. by Andrew Mahone · 16 years ago
- 5621fd3 Build pictureflow using overlay on lowmem targets, support JPEG AA in PF on all targets. by Andrew Mahone · 16 years ago
- 580b1a5 MIPS: don't save gp register when switching threads by Maurus Cuelenaere · 16 years ago
- 84ea3f2 Ingenic Jz4740: add a delay between enabling the RTC clock and setting the RTC time by Maurus Cuelenaere · 16 years ago
- b5886be Allow a clock divider larger than 255 for the internal i2c bus to the as3525 ascodec. by Bertrik Sikken · 16 years ago