summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* See my message on the mailinglist. This should kill all warnings left in the ↵Tomas Salfischberger2005-06-14
| | | | | | iriver builds. And the changes will be added to the next musepack minor release. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6710 a1c6a512-1295-4272-9138-f99709370657
* Another warning fixed (idtag.c:59: warning: implicit declaration of function ↵Tomas Salfischberger2005-06-14
| | | | | | `memcmp') git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6709 a1c6a512-1295-4272-9138-f99709370657
* The synthVoice() function declaration was wrong (caused a warning). And ↵Tomas Salfischberger2005-06-14
| | | | | | | | | | | because of that GCC didn't notice the error on line 390: synthVoice(currentVoice). In revision 1.4 Steven made currentVoice global, so the function declaration should be: synthVoice(void), wich fixes a warning. And the call should be just synthVoice() wich fixes a hidden error. Hope I saw this right... please correct me if this isn't the way you ment is Seven. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6708 a1c6a512-1295-4272-9138-f99709370657
* Fixed a dead lock, file handle leak that caused wps to jam andMiika Pekkarinen2005-06-14
| | | | | | | selected a smaller i2c timeout value. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6707 a1c6a512-1295-4272-9138-f99709370657
* Pause and probably some crashes fixed.Miika Pekkarinen2005-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6706 a1c6a512-1295-4272-9138-f99709370657
* Even more quiet audio initialization.Miika Pekkarinen2005-06-14
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6705 a1c6a512-1295-4272-9138-f99709370657
* - add Andy Young's patch to make sound init more quietMarcoen Hirschberg2005-06-14
| | | | | | | - add myself to the credits at the spot of my first commit git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6704 a1c6a512-1295-4272-9138-f99709370657
* Increase FILEBUF_CHUNKSIZE to 128K - fixes pauses in high-bitrate AC3sDave Chapman2005-06-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6703 a1c6a512-1295-4272-9138-f99709370657
* Seeking forwards works a little better. Playlist handling still buggy.Miika Pekkarinen2005-06-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6702 a1c6a512-1295-4272-9138-f99709370657
* Configure CODEC_SET_FILEBUF_CHUNKSIZE - improves FLAC performanceDave Chapman2005-06-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6701 a1c6a512-1295-4272-9138-f99709370657
* Forward seeking fixed. Some comments added.Miika Pekkarinen2005-06-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6700 a1c6a512-1295-4272-9138-f99709370657
* Initial commit of actual WavPack codec... :)Dave Bryant2005-06-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6699 a1c6a512-1295-4272-9138-f99709370657
* Initial pass at WavPack codec playback support (and my first commit...)Dave Bryant2005-06-13
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6698 a1c6a512-1295-4272-9138-f99709370657
* Remove TREE_RC_ENTER, it was redundantMarcoen Hirschberg2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6697 a1c6a512-1295-4272-9138-f99709370657
* Make remote-control code more completeMarcoen Hirschberg2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6696 a1c6a512-1295-4272-9138-f99709370657
* More codec loader corrections.Miika Pekkarinen2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6695 a1c6a512-1295-4272-9138-f99709370657
* Codec loader fixed. Now switching between different codecs should workMiika Pekkarinen2005-06-12
| | | | | | | better. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6694 a1c6a512-1295-4272-9138-f99709370657
* Added menu button for remote (because the menu now supports the remote too).Tomas Salfischberger2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6693 a1c6a512-1295-4272-9138-f99709370657
* Add remote control support to tree and menu. Move defines from wps.c to wps.hMarcoen Hirschberg2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6692 a1c6a512-1295-4272-9138-f99709370657
* Fixed some mp3 metadata reading performance problem. Next trackMiika Pekkarinen2005-06-12
| | | | | | | switching should be more reliable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6691 a1c6a512-1295-4272-9138-f99709370657
* First attempt at gapless MP3 support using LAME header info.Thom Johansen2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6690 a1c6a512-1295-4272-9138-f99709370657
* Added support for reading LAME header delay and padding fields for proper ↵Thom Johansen2005-06-12
| | | | | | gapless MP3 support. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6689 a1c6a512-1295-4272-9138-f99709370657
* Enabled minor Tremor opt.Thom Johansen2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6688 a1c6a512-1295-4272-9138-f99709370657
* Calculate accurate Ogg duration and bitrateDave Chapman2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6687 a1c6a512-1295-4272-9138-f99709370657
* Sync and fixes.Thom Johansen2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6686 a1c6a512-1295-4272-9138-f99709370657
* Small Musepack optimisation.Thom Johansen2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6685 a1c6a512-1295-4272-9138-f99709370657
* Command line support for fwpatcher by Dave Hooper.Thom Johansen2005-06-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6684 a1c6a512-1295-4272-9138-f99709370657
* Pausing tracks disabled until crashing issues are solved.Miika Pekkarinen2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6683 a1c6a512-1295-4272-9138-f99709370657
* Fixed buffering problem with some files.Miika Pekkarinen2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6682 a1c6a512-1295-4272-9138-f99709370657
* Estimate (poorly) the duration of an Ogg track, and display elapsed time in WPSDave Chapman2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6681 a1c6a512-1295-4272-9138-f99709370657
* Setting current_fd to -1 at startup to prevent some rare crashes.Miika Pekkarinen2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6680 a1c6a512-1295-4272-9138-f99709370657
* Fixed MP3 forward seeking.Miika Pekkarinen2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6679 a1c6a512-1295-4272-9138-f99709370657
* center-scrolling: start scrolling when the cursor is at 2/3 of the screen. ↵Marcoen Hirschberg2005-06-11
| | | | | | There is still a bug when the fontsize changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6678 a1c6a512-1295-4272-9138-f99709370657
* Initial attempt at parsing the metadata in an Ogg file - it still doesn't ↵Dave Chapman2005-06-11
| | | | | | calculate total track length git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6677 a1c6a512-1295-4272-9138-f99709370657
* Big performance improvement for liba52. A couple of small ASM opts, and lots ↵Thom Johansen2005-06-11
| | | | | | IRAM usage. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6676 a1c6a512-1295-4272-9138-f99709370657
* IRAM support for a52towav.Thom Johansen2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6675 a1c6a512-1295-4272-9138-f99709370657
* Move another buffer into IRAMDave Chapman2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6674 a1c6a512-1295-4272-9138-f99709370657
* Synced.Jonas Häggqvist2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6673 a1c6a512-1295-4272-9138-f99709370657
* Maybe (or maybe not) support downsampling multi-channel AC3 files. liba52 ↵Dave Chapman2005-06-11
| | | | | | is too slow to test properly git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6672 a1c6a512-1295-4272-9138-f99709370657
* Fixed codec buffering problem.Miika Pekkarinen2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6671 a1c6a512-1295-4272-9138-f99709370657
* First version of Musepack playback (not working)Dave Chapman2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6670 a1c6a512-1295-4272-9138-f99709370657
* Add .a52 and .mpc to supported list of audio filesDave Chapman2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6669 a1c6a512-1295-4272-9138-f99709370657
* First codeca52 (A52 aka AC3 playback) - it is already faster than realtime, ↵Dave Chapman2005-06-11
| | | | | | with zero optimisations git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6668 a1c6a512-1295-4272-9138-f99709370657
* Replaced critical loop with assembler. A bit closer to realtime now. This ↵Thom Johansen2005-06-11
| | | | | | codec really needs all the 64 bit muls replaced with EMAC equivalents. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6667 a1c6a512-1295-4272-9138-f99709370657
* SyncedMats Lidell2005-06-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6666 a1c6a512-1295-4272-9138-f99709370657
* Thread scheduler reworked to be less dependent on compiler behaviour. Stack ↵Jens Arnold2005-06-10
| | | | | | overflow check is now possible on coldfire, enabled it. Unified code as much as possible. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6665 a1c6a512-1295-4272-9138-f99709370657
* A little improvement on Vorbis block synthesis.Pedro Vasconcelos2005-06-10
| | | | | | | Added myself to the list of contributors. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6664 a1c6a512-1295-4272-9138-f99709370657
* Small typo.Miika Pekkarinen2005-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6663 a1c6a512-1295-4272-9138-f99709370657
* Yet another crash bug fixed.Miika Pekkarinen2005-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6662 a1c6a512-1295-4272-9138-f99709370657
* Pause fixed.Miika Pekkarinen2005-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6661 a1c6a512-1295-4272-9138-f99709370657