summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Fixed trigger enabling/disabling when cycling backwards through modes.Jens Arnold2005-09-26
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7563 a1c6a512-1295-4272-9138-f99709370657
* Rather obvious simplification of the mpeg frametime fraction calculation.Jens Arnold2005-09-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7562 a1c6a512-1295-4272-9138-f99709370657
* Add libalac to non-existent iAudio buildDave Chapman2005-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7561 a1c6a512-1295-4272-9138-f99709370657
* Oops, forgot to guard a couple of calls to dsp_set_replaygain...Magnus Holmgren2005-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7560 a1c6a512-1295-4272-9138-f99709370657
* Skipping to the previous track from the last buffered track caused playback ↵Ryan Jackson2005-09-24
| | | | | | to stop after the last buffered track if it didn't originally fit completely in the file buffer. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7559 a1c6a512-1295-4272-9138-f99709370657
* Iriver: Added new ReplayGain type: track gain if shuffle mode is active, ↵Magnus Holmgren2005-09-24
| | | | | | album gain otherwise. Properly apply ReplayGain settings on config file load. Bumped config version, so save your settings. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7558 a1c6a512-1295-4272-9138-f99709370657
* Add yield() calls inside the monolithic ALAC decode_frame() function - ↵Dave Chapman2005-09-24
| | | | | | improves responsiveness of UI during ALAC decoding git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7557 a1c6a512-1295-4272-9138-f99709370657
* Cascade errors back down to qtmovie_read() and correctly return an error on ↵Dave Chapman2005-09-24
| | | | | | invalid ALAC files - should prevent crashes when attempting to play AAC files using ALAC decoder git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7556 a1c6a512-1295-4272-9138-f99709370657
* Deal with new "edts" tag in iTunes 5 encoded files - this fixes metadata ↵Dave Chapman2005-09-24
| | | | | | reading and seeking in new ALAC files git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7555 a1c6a512-1295-4272-9138-f99709370657
* H1x0 radio: Fixed the volume changing issue with non-flat tone controls.Jens Arnold2005-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7554 a1c6a512-1295-4272-9138-f99709370657
* H1x0: More precise tuning; corrected xtal frequency in comments + #defines.Jens Arnold2005-09-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7553 a1c6a512-1295-4272-9138-f99709370657
* Workaround for ALAC files that previousy wouldn't play. Libalac now skips ↵Jonas Häggqvist2005-09-24
| | | | | | unknown chunk IDs. Time display and seeking is broken for those files (the ones that played before still work). Patch by Alyssa Milburn. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7552 a1c6a512-1295-4272-9138-f99709370657
* Removed unnecessary codec_api struct.Thom Johansen2005-09-23
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7551 a1c6a512-1295-4272-9138-f99709370657
* Fix bug in read_uint32be causing simulator warningDave Chapman2005-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7550 a1c6a512-1295-4272-9138-f99709370657
* Add ALAC to list of software codecsDave Chapman2005-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7549 a1c6a512-1295-4272-9138-f99709370657
* Add ALAC audio typeDave Chapman2005-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7548 a1c6a512-1295-4272-9138-f99709370657
* First version of ALAC (Apple Lossless) decoderDave Chapman2005-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7547 a1c6a512-1295-4272-9138-f99709370657
* Reverse previous commit - it had uneffected side-effects.Jonas Häggqvist2005-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7546 a1c6a512-1295-4272-9138-f99709370657
* Sudoku: (Recorders) Changed menu button to F1. (Ondio) Changed menu button ↵Jens Arnold2005-09-22
| | | | | | to long MODE. Short MODE only toggles once; use MODE+DOWN for toggle-repeat. That won't bring up the menu if you're fast enough. Should be easy using the thumb. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7545 a1c6a512-1295-4272-9138-f99709370657
* First Rockbox version of ALAC decoder - porting to work in Rockbox ↵Dave Chapman2005-09-22
| | | | | | environment and some simple (but significant) optimisations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7544 a1c6a512-1295-4272-9138-f99709370657
* Add ON button as an alternative toggle button for the iriverDave Chapman2005-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7543 a1c6a512-1295-4272-9138-f99709370657
* iriver: proper wav file handling by Frederic Devernay (patch #1245261). ↵Magnus Holmgren2005-09-22
| | | | | | Adapted the metadata part to the new metadata.c, and did a few minor changes in the codec. Some of the file format checks in the codec should IMHO be moved to metadata.c, but I left that for later. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7542 a1c6a512-1295-4272-9138-f99709370657
* Initial (unmodified - for reference) import of David Hammerton's Apple ↵Dave Chapman2005-09-22
| | | | | | Lossless (ALAC) decoder from http://crazney.net/programs/itunes/alac.html git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7541 a1c6a512-1295-4272-9138-f99709370657
* Enable FM presets for iriver. Add a preset via the "add" option in the ↵Dave Chapman2005-09-22
| | | | | | radio menu, and press ON/PLAY button to bring up the list of presets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7540 a1c6a512-1295-4272-9138-f99709370657
* iriver: Metadata code cleanup: 1) Remove 4k static buffer. 2) Generalized ↵Magnus Holmgren2005-09-22
| | | | | | tag parsing, so APE and Vorbis tags can share some code. 3) Code size reduction (800+ bytes). 4) Better UTF-8 parser (I hope...). 5) More consistent return value on errors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7539 a1c6a512-1295-4272-9138-f99709370657
* Fix to remote-hold check by Stephan Wezel - it always returned true when the ↵Jonas Häggqvist2005-09-22
| | | | | | remote wasn't present. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7538 a1c6a512-1295-4272-9138-f99709370657
* Initial parser for the langv2 language file formatDaniel Stenberg2005-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7537 a1c6a512-1295-4272-9138-f99709370657
* Credit scroll speed as sine wave in an attempt to beome more readable on theDaniel Stenberg2005-09-22
| | | | | | | blurry iriver LCD. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7536 a1c6a512-1295-4272-9138-f99709370657
* Rockbox 2.5 released.Jonas Häggqvist2005-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7535 a1c6a512-1295-4272-9138-f99709370657
* Fix warningDave Chapman2005-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7534 a1c6a512-1295-4272-9138-f99709370657
* Added menu interface to plugin API - needed by SudokuDave Chapman2005-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7533 a1c6a512-1295-4272-9138-f99709370657
* First version of Sudoku pluginDave Chapman2005-09-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7532 a1c6a512-1295-4272-9138-f99709370657
* Avoid EMAC stall in MULT31_SHIFT15.Thom Johansen2005-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7530 a1c6a512-1295-4272-9138-f99709370657
* DSP_* constants moved from playback.h to dsp.h.Thom Johansen2005-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7529 a1c6a512-1295-4272-9138-f99709370657
* Restoration updateJonas Häggqvist2005-09-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7528 a1c6a512-1295-4272-9138-f99709370657
* mooBjörn Stenberg2005-09-19
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7527 a1c6a512-1295-4272-9138-f99709370657
* iriver: fix problem with playing some long vorbis files (e.g., this week in ↵Magnus Holmgren2005-09-18
| | | | | | tech, #21); the decoder would run out of memory and freeze rockbox. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7526 a1c6a512-1295-4272-9138-f99709370657
* mention listBjörn Stenberg2005-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7525 a1c6a512-1295-4272-9138-f99709370657
* corrected dateBjörn Stenberg2005-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7524 a1c6a512-1295-4272-9138-f99709370657
* Wiki deletionLinus Nielsen Feltzing2005-09-17
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7523 a1c6a512-1295-4272-9138-f99709370657
* Archos recording/playback: (1) Xing header creation: * Now estimates the ↵Jens Arnold2005-09-15
| | | | | | framecount from the recording time if the MAS frame counter saturates, so it always writes a valid Xing header. * Reverted my brainless short-xing-header change. This was only valid for layer 3. (2) Xing/VBRI header evaluation: Fixed possible overflow in bitrate calculation. (3) MPEG thread: Avoid double chunk size limiting for the rare case of 8 MB modded Ondios. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7522 a1c6a512-1295-4272-9138-f99709370657
* iRiver: Fixed a crash when loading a new configuration file and audioMiika Pekkarinen2005-09-14
| | | | | | | is playing. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7521 a1c6a512-1295-4272-9138-f99709370657
* Player and recorder use the same scrambler, and have the same size limitsLinus Nielsen Feltzing2005-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7520 a1c6a512-1295-4272-9138-f99709370657
* Proper file numbering in the iriver PCM recording test codeLinus Nielsen Feltzing2005-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7519 a1c6a512-1295-4272-9138-f99709370657
* Added a dummy sys_poweroff() in the boot loaderLinus Nielsen Feltzing2005-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7518 a1c6a512-1295-4272-9138-f99709370657
* The power thread now monitors the shutdown process and forces a poweroff if ↵Linus Nielsen Feltzing2005-09-14
| | | | | | it takes more than 8 seconds. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7517 a1c6a512-1295-4272-9138-f99709370657
* The database is now always synched when entering USB mode or shutting down, ↵Linus Nielsen Feltzing2005-09-14
| | | | | | and not only in the tree browser git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7516 a1c6a512-1295-4272-9138-f99709370657
* Handle the different max binary size limits for the Archos modelsLinus Nielsen Feltzing2005-09-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7515 a1c6a512-1295-4272-9138-f99709370657
* Replaced standard libmad accumulator sequence with EMAC optimised one.Thom Johansen2005-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7514 a1c6a512-1295-4272-9138-f99709370657
* Nimbus-12: Minor adjustments, plus added a lot of missing charactersLinus Nielsen Feltzing2005-09-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7513 a1c6a512-1295-4272-9138-f99709370657