- 95cde0b Spell out that we use ISO 8859-1 at places, but we should rather remain by Daniel Stenberg · 19 years ago
- 353c0f7 The wonderful starfield plugin huhuhu by Kevin Ferrare · 19 years ago
- 7d6b987 Fixed Ondio and V2/FM compiling problems from the multiscreen patch by Linus Nielsen Feltzing · 19 years ago
- 530ff7d Ooops, forgot to commit these by Linus Nielsen Feltzing · 19 years ago
- f1844c4 1) Always enable the DSP. 2) Change codec to output one 32-bit array per channel containing samples left-shifted to 28-bits (instead of 16-bit interleaved samples). 3) Remove the two 16KB internal predicterror_buffer arrays (we use the output arrays instead) 4) Small internal rearrangement of the code. by Dave Chapman · 19 years ago
- 7da9477 Initial multi screen support by Kévin Ferrare (Patch #1318081) by Linus Nielsen Feltzing · 19 years ago
- 3efa91e Should be referring to libffmpegFLAC, not libalac - how did this work in the past? by Dave Chapman · 19 years ago
- acf9f84 Prevent compiler warning for LOGF builds by Dave Chapman · 19 years ago
- dc9e201 Support for a colon-separated path in APPEXTRA by Linus Nielsen Feltzing · 19 years ago
- d1dc0bd Zero the FLACContext during initialisation by Dave Chapman · 19 years ago
- 5a4423f Didn't mean to commit that... by Thom Johansen · 19 years ago
- 292e4e9 Introduced usage of IBSS_ATTR and ICONST_ATTR in codec libraries. by Thom Johansen · 19 years ago
- e602138 Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins. by Thom Johansen · 19 years ago
- c2628f3 Replaced jump table with a more efficient one. by Thom Johansen · 19 years ago
- 0b38c7d Assembler optimised LPC routines for Coldfire. Will enable them when codec has seen further testing. by Thom Johansen · 19 years ago
- 273d2e8 New FLAC decoder from the ffmpeg project by Dave Chapman · 19 years ago
- 48be8e6 X11 simulator: * Correctly redraw the window when it was destroyed by overlaying (X11 'Expose' event). * Simplified, corrected and unified redraw algorithm for main & remote bitmap display. by Jens Arnold · 19 years ago
- fc03c8e X11 simulator: Fixed margins and scaling (window zoom) for all simulated targets. by Jens Arnold · 19 years ago
- bdf558c Fixed the voice codec when no audio is playing. Now attenuating audio by Miika Pekkarinen · 19 years ago
- 6f9a84c Removed unneeded xxx2wav files. by Thom Johansen · 19 years ago
- 533dbbe Fix downmixing problems in AC3/A52 decoder and small cleanup of unused code by Dave Chapman · 19 years ago
- 1a82763 Seeking support for AC3/A52 files. We assume they are always CBR. by Dave Chapman · 19 years ago
- aaf36ca Coldfire: slight optimisations of memset(). by Jens Arnold · 19 years ago
- 56bb45c We reserved two bits instead of one bit for the new skipped attribute. Fixed. by Miika Pekkarinen · 19 years ago
- c52f7f1 iRiver: Fixed broken items skipping on playlist: Now skipping and by Miika Pekkarinen · 19 years ago
- ddad719 H1x0: Slight optimisation of the grayscale library. by Jens Arnold · 19 years ago
- 4b2aa98 Now correctly interrupting the dircache rebuilding. by Miika Pekkarinen · 19 years ago
- abd9f83 Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR attribute macro), allowing to put 'const' data into IRAM without causing a section type conflict, and .ibss (selectable with the IBSS_ATTR attribute macro) for uninitialised data. * Rockbox core: Adjusted the linker scripts and init code to not include the .ibss section in the binary, it is cleared instead. Saves ~500 bytes on archos and ~30KB on iriver. Codecs and plugins don't handle .ibss in a special way yet. * The init code properly handles empty sections now (except .stack, which should never be empty). * Unified the init code for SH1 and coldfire a bit. by Jens Arnold · 19 years ago
- 266f173 Eliminated the warnings. by Miika Pekkarinen · 19 years ago
- 57b25ca Do a transparent dircache rebuilding even if the rebuilding was by Miika Pekkarinen · 19 years ago
- 074b738 Coldfire: More compact init code. by Jens Arnold · 19 years ago
- b4f0afd SH1: More compact init code, only doing the special vector copy for debug builds. All: Added correct section flags for .init.text by Jens Arnold · 19 years ago
- 09b4743 H110/H115: Slightly longer initial SDRAM refresh cycle, correct comment. by Jens Arnold · 19 years ago
- 127f069 Fixed the playlist skipping with MusePack. by Miika Pekkarinen · 19 years ago
- 3701125 iriver: more codec library cleanup: remove codec_alloca and a some extraneous defines. by Magnus Holmgren · 19 years ago
- 69ffcd5 Mandelbrot plugin: New fixed point routines, loosing a tiny bit of precision (3 bits), but way faster than before. Full precision routine uses the EMAC on coldfire. No more 64 bit arithmetics used except within the asm inlines. by Jens Arnold · 19 years ago
- 0293dba iRiver: The audio init fix caused problems if a voice file was present. by Magnus Holmgren · 19 years ago
- 4960808 Fixed beep setting strings in .cfg files. by Jens Arnold · 19 years ago
- 62634a3 iriver: audio_init really needs to be called after playlist and tree init; delay initial application of buffer margin and crossfade to solve the settings dependency. This should fix the problem with large values in 'Max files in dir browser'. by Magnus Holmgren · 19 years ago
- eb04a53 Fixed the pops with musepack. by Miika Pekkarinen · 19 years ago
- 84d2f0e Fix compiler warnings in sim. by Dave Chapman · 19 years ago
- c56069f Removed unused variable. by Jens Arnold · 19 years ago
- 9322009 Coldfire: (1) Keep the correct CRSEL and CLSEL values in the PLLCR register for CPUFREQ_DEFAULT. Fixes non-working treble & bass controls in radio screen. (2) Save a bit more power by powering down the PLL at CPUFREQ_DEFAULT. by Jens Arnold · 19 years ago
- 3de190d Previous fix introduced tons of comparison warnings, just cast for now instead. by Thom Johansen · 19 years ago
- 4d7e5df Use correct types to avoid sim warnings. by Thom Johansen · 19 years ago
- c91e0bb Cleaned up the messy codec header and library system by merging codec.h, lib/codeclib.[ch] and lib/xxx2wav.[ch] into just codeclib.[ch]. Deleted much of the unused code in the xxx2wav portion. All codecs should now only include codeclib.h, and whatever codec specific headers are needed. by Thom Johansen · 19 years ago
- f9cc638 Fixed non-working treble & bass settings in radio mode. by Jens Arnold · 19 years ago
- 507f72c Musepack: emacified multiplication routines, gives a nice speed boost. by Jens Arnold · 19 years ago
- 0059995 Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple of unnecessary headers. by Thom Johansen · 19 years ago
- 7d51325 Skip buffer refill after end of playlist (conf_watermark == 0). With 'move to next folder' enabled, the last song in the folder was being buffered a second time if filebufused == 0 and the end of the playlist had been reached. This caused moving to the next folder to fail on some Vorbis files. by Ryan Jackson · 19 years ago
- af0a264 Disabled dynamic range compression. by Thom Johansen · 19 years ago
- 6762810 Cleaned up code. Now passes full precision samples to the playback engine, and DSP is enabled. by Thom Johansen · 19 years ago
- b91e9fd by Marcoen Hirschberg · 19 years ago
- f492146 Not finding an APE tag for a Musepack file isn't fatal. by Thom Johansen · 19 years ago
- 1864e85 Synced. by Mats Lidell · 19 years ago
- f273f35 iRiver/Vorbis: And don't specify -O2 twice... by Magnus Holmgren · 19 years ago
- 07e375c iRiver/Vorbis: Actually use the rule in the makefile. by Magnus Holmgren · 19 years ago
- 0ad1ed6 Cleaned up to conform to one source code style, removed some tabs and some redundancies. by Thom Johansen · 19 years ago
- 3d98ecf Added DSP support and started passing full precision samples to playback engine. Added dog slow seeking support (thanks to poor seeking support in file format). Some cosmetic changes. Still not realtime. by Thom Johansen · 19 years ago
- 5fd58dc Debug menu: Added flash ID reading and ROM dump for H1x0. * #if(def) cleanup by Jens Arnold · 19 years ago
- f6bb10a Iriver: No write protection for flash ROM area, correct number of waitstates. by Jens Arnold · 19 years ago
- 849c2bb seek_time should be reset here, not in each codec, as is currently done. by Thom Johansen · 19 years ago
- 0f91ef7 Added support for APE tags in Musepack files. by Thom Johansen · 19 years ago
- 625ef75 Fixed some misleading comments. by Jens Arnold · 19 years ago
- 891daf3 Removed an unnecessary instruction from the coldfire 64 bit multiplication. by Jens Arnold · 19 years ago
- 1290e05 Removed a ton of tabs, fixed some indentation and removed some unneeded includes. by Thom Johansen · 19 years ago
- 6dfe98e Fixed an #if that would never trigger. Added inclusion of dsp.h and playback.h, since lots of codecs include these when they really shouldn't have to. by Thom Johansen · 19 years ago
- c42246f by Marcoen Hirschberg · 19 years ago
- 5a8f6ba Fixed broken "open with" in onplay menu. by Henrik Backe · 19 years ago
- 20bc58d Do not try to read from dircache if directory was opened when cache was not by Miika Pekkarinen · 19 years ago
- 104d38c Changed the dircache option to 'Direcory cache: On/Off' * Synced deutsch.lang * Made some standard boolean yes/no settings more compact. by Jens Arnold · 19 years ago
- 1f39f2e Ported the memory guard debug feature to coldfire, using the breakpoint logic. There are 3 shortcomings compared to SH1: (1) While the setting itself survives RoLo, it cannot be read back because the debug module programming model is write only. (2) system_reboot() from a 'Debug' exception doesn't work because the CPU enters emulation mode, and the only way leaving this mode is via an rte instruction. (3) (fixable) Catching write accesses to the flash doesn't actually do anything because the flash memory area is set write protected in CSMR2, so a write attempt stalls the bus. * Cosmetic changes in system.c by Jens Arnold · 19 years ago
- b76e8c0 Fixed a problem with dircache where filetree modified dircache by Miika Pekkarinen · 19 years ago
- 1a4083d Adjust menu scrollbar height to the actual text height. Idea taken from patch #1306243 by Stephan Wezel. by Jens Arnold · 19 years ago
- 13fcd68 Patch #1316533 by Alexander Spyridakis: All characters on one virtual keyboard page for targets with large LCD. by Jens Arnold · 19 years ago
- a0b439c Patch #1239950 by Dave Hooper: Rotate cube while paused. by Jens Arnold · 19 years ago
- 7d0b7e9 Temporary trivial workaround for empty/invalid playlists by Ryan Jackson · 19 years ago
- f23ab03 New demo plugin, screensaver style, by Kevin Ferrare. by Jens Arnold · 19 years ago
- bec86d7 Increased max. .lng file size to 8000 bytes to make greek fit again. by Jens Arnold · 19 years ago
- e1f325d Cleared deprecated entries. by Jens Arnold · 19 years ago
- 6a703fe New plugin: Fire effect, developed by Kevin Ferrare, adapted to archos and optimised by me. by Jens Arnold · 19 years ago
- 74e4b25 New plugin: Plasma effect, developed by Mat Holton, imtegerised and extended by Kevin Ferrare. by Jens Arnold · 19 years ago
- 44964c6 Fixed the bootloader compile failure by disabling new directory cache by Miika Pekkarinen · 19 years ago
- ab78b04 Implemented directory caching. No more waiting for disk to spin up while by Miika Pekkarinen · 19 years ago
- 86e31d5 Added year separators by Björn Stenberg · 19 years ago
- 207c950 Cosmetic correction (doesn't affect compiled code) - use letohNN instead of htoleNN in update_fat_entry() by Dave Chapman · 19 years ago
- da6c0a0 Fix channel-swapping bug in iriver recordings. Left and Right channels should now be correctly written to the WAV file. by Dave Chapman · 19 years ago
- 9e19c95 Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - letoh16, letoh32, htole16, htole32, betoh16, betoh32, htobe16 and htobe32 by Dave Chapman · 19 years ago
- 1c3a83c Patch #1264727 by Dave Hooper, Colorize red cards on screens with LCD_DEPTH > 1 by Linus Nielsen Feltzing · 19 years ago
- af48260 Modified the viewers.config syntax slightly. The name field should now include by Daniel Stenberg · 19 years ago
- 8dd2ff5 removed plugins we no longer build nor include by Daniel Stenberg · 19 years ago
- 33e935c Added the "New" menu option. This allows you to manually enter and then save a new grid. Press the menu button when you have finished and enter the full path to save to including the .ss extension (e.g. /sudoku/new.ss). by Dave Chapman · 19 years ago
- 598be3a Make the load function handle some variations to the "standard" for .ss files. by Dave Chapman · 19 years ago
- 4bf7373 iRiver: remove some code that isn't needed any more. by Magnus Holmgren · 19 years ago
- 1cbac55 Grayscale lib on archos: Fixed bug introduced with the register usage change. Reusing a register twice won't work that well... by Jens Arnold · 19 years ago
- cfb073c Coldfire: New timer handling on CPU frequency change, adjusting the prescaler on the fly, for both tick and user timer. Precondition is that the higher frequencies are integer multiples of the base: now NORMAL is 45 MHz and MAX is 124 MHz. Removes the need for applications with longer timer periods (>= 10 ms) to boost the CPU all the time, e.g. the grayscale lib. Timer counts are now always based on the base frequency (CPU_FREQ). * Adjusted the RAM refresh timers to the new frequencies (all frequencies for H100) * All: Fixed the tick timer count being off by one. by Jens Arnold · 19 years ago
- 7190cf2 Ooops, players have no screendump. by Jens Arnold · 19 years ago
- 05042af Core: A graphics framework can now register a hook function to extend the core screendump routine. * Grayscale library: (1) Changed the screendump routine into a hook, and implemented it for H1x0. (2) The planar pixel setting routines now use one register less. Fixes build problem with developer builds (frame pointers enabled) on coldfire. by Jens Arnold · 19 years ago
- f0fe3c9 Fix some WavPack bugs by forcing DSP use even when not needed for sampling rate by Dave Bryant · 19 years ago
- a1de081 Ooops, forgot to fix that comment. by Jens Arnold · 19 years ago