| Commit message (Expand) | Author | Age |
| ... | |
| * | Added ReplayGain support to WavPack, including a small fix to dsp.c | Dave Bryant | 2005-07-25 |
| * | ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. | Magnus Holmgren | 2005-07-24 |
| * | oops... should compile without warnings now | Christian Gmeiner | 2005-07-18 |
| * | Added CPU_COLDFIRE define - one step closer to iAudio-port | Christian Gmeiner | 2005-07-18 |
| * | Correctly read the next track metadata information. Don't crash if | Miika Pekkarinen | 2005-07-16 |
| * | DSP settings are properly reset when changing between tracks with different s... | Ryan Jackson | 2005-07-16 |
| * | Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed t... | Ryan Jackson | 2005-07-15 |
| * | Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ... | Ryan Jackson | 2005-07-15 |
| * | Changed assembly optimizations to re-init the MAC each time they're called. F... | Ryan Jackson | 2005-07-15 |
| * | Removed unnecessary code that also caused playback glitches when changing tracks | Ryan Jackson | 2005-07-14 |
| * | Separated buffering stuff from pcm_playback to pcmbuf. Renamed some | Miika Pekkarinen | 2005-07-13 |
| * | Resume now starts playback at the point it was stopped, not 2-7 seconds later. | Ryan Jackson | 2005-07-12 |
| * | silence the makefile | Daniel Stenberg | 2005-07-12 |
| * | I find it weird that there is a private copy of this file here, but I'm | Daniel Stenberg | 2005-07-12 |
| * | removed an extra codec_api struct pointer and the function setting it | Daniel Stenberg | 2005-07-12 |
| * | code-policed, removed commented and ifdef'ed code | Daniel Stenberg | 2005-07-12 |
| * | Replaced some yields with sleep(1) to save battery while paused or | Miika Pekkarinen | 2005-07-11 |
| * | Patch #1235763 by Ryan Jackson - Resume/bookmark support for Vorbis | Linus Nielsen Feltzing | 2005-07-11 |
| * | Fixed a problem with transition to next album which caused rockbox | Miika Pekkarinen | 2005-07-10 |
| * | Reorganized encoder to allow compressing blocks in smaller chunks and | Dave Bryant | 2005-07-09 |
| * | build on all h100 units | Daniel Stenberg | 2005-07-08 |
| * | Fix possible use of uninitialized variable | Daniel Stenberg | 2005-07-07 |
| * | PCM buffering fixes. Made a temporary workaround for playback glitch | Miika Pekkarinen | 2005-07-07 |
| * | Applied patch "[ 1232957 ] MP3 metadata fixes for software codec". | Miika Pekkarinen | 2005-07-05 |
| * | Fixed: Crossfading, broken elapsed info with mp3 files, possible cpu | Miika Pekkarinen | 2005-07-05 |
| * | Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playback | Linus Nielsen Feltzing | 2005-07-05 |
| * | Added lossless encoding to WavPack library. Also made a few changes to | Dave Bryant | 2005-07-04 |
| * | Centralised the ICODE_ATTR and IDATA_ATTR #defines. Renamed some musepack and... | Jens Arnold | 2005-07-03 |
| * | Fixed mono playback support for mp3. Added two other event handlers in | Miika Pekkarinen | 2005-07-02 |
| * | Not sure if this is the right way to make "resume" work correctly for WavPack, | Dave Bryant | 2005-06-30 |
| * | For target builds, make the ELF files depend on its object file, but also | Daniel Stenberg | 2005-06-28 |
| * | Fixed a simulator warning. | Miika Pekkarinen | 2005-06-27 |
| * | Turned off dithering in MPEG audio codec. It's just too slow. | Thom Johansen | 2005-06-27 |
| * | Allow WavPack to use new sampling rate converter | Dave Bryant | 2005-06-27 |
| * | Initial DSP implementation. DSP supports resampling audio stream from | Miika Pekkarinen | 2005-06-26 |
| * | Nicer code, removed rb references. | Thom Johansen | 2005-06-22 |
| * | Cleaned up code a bit, removed all rb references. | Thom Johansen | 2005-06-22 |
| * | fix sim builds | Daniel Stenberg | 2005-06-22 |
| * | rip out all the LCD junk from the codec API | Daniel Stenberg | 2005-06-22 |
| * | codec lib sources | Daniel Stenberg | 2005-06-22 |
| * | build codecs too | Daniel Stenberg | 2005-06-22 |
| * | removed the use of the 2nd argument to codec_start() since no codec used | Daniel Stenberg | 2005-06-22 |
| * | fixed make clean for the codec lib | Daniel Stenberg | 2005-06-22 |
| * | moved and renamed the codecs, gave the codecs a new extension (.codec), | Daniel Stenberg | 2005-06-22 |
| * | Use asm optimised memset() in vorbis_apply_window. | Pedro Vasconcelos | 2005-06-21 |
| * | Killed all simulator warnings. | Miika Pekkarinen | 2005-06-15 |
| * | There is no printf() in rockbox, but DEBUGF() has the intended effect in simu... | Tomas Salfischberger | 2005-06-14 |
| * | See my message on the mailinglist. This should kill all warnings left in the ... | Tomas Salfischberger | 2005-06-14 |
| * | Another warning fixed (idtag.c:59: warning: implicit declaration of function ... | Tomas Salfischberger | 2005-06-14 |
| * | Enabled minor Tremor opt. | Thom Johansen | 2005-06-12 |