Age | Commit message (Expand) | Author |
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 | New WPS image code, introducing a new format :) | Tomas Salfischberger |
2005-06-22 | Initial linear interpolating resampler. This resampler really needs to be rip... | Thom Johansen |
2005-06-22 | OOps, bad handling of tick_remove_task() | Linus Nielsen Feltzing |
2005-06-22 | New debug screen for sw codec audio thread | Linus Nielsen Feltzing |
2005-06-22 | Image support for the WPS. | Tomas Salfischberger |
2005-06-22 | Synced | Jonas Häggqvist |
2005-06-22 | no if(!usb_detect()) check around the autorock execution since we have early ... | Jörg Hohensohn |
2005-06-22 | allow smaller .ucl, to test bootbox | Jörg Hohensohn |
2005-06-22 | CODECS lists the codec plugins, so that the Makefile knows what ones to | Daniel Stenberg |
2005-06-22 | Daniel's fix that loads codecs in their own memory space | Linus Nielsen Feltzing |
2005-06-21 | Use asm optimised memset() in vorbis_apply_window. | Pedro Vasconcelos |
2005-06-21 | Made Supported the default File View option | Linus Nielsen Feltzing |
2005-06-20 | Fixed a problem with playback when returning from usb mode. | Miika Pekkarinen |
2005-06-20 | Fixed glitches from crossfade. | Miika Pekkarinen |
2005-06-20 | Iriver: Backlight fading is now configurable. Added a function to stop the ba... | Jens Arnold |
2005-06-20 | Crossfade fixes. | Miika Pekkarinen |
2005-06-20 | Musepack files should play (poorly) now. | Thom Johansen |
2005-06-20 | cpu_boost(true) was called twice. | Miika Pekkarinen |
2005-06-20 | Iriver: Properly apply sound settings on startup. Moved some inits to more ap... | Jens Arnold |
2005-06-20 | Added missing quote | Linus Nielsen Feltzing |
2005-06-20 | Patch #1223219 by Dave Wiard - Add all supported audio files with Create Play... | Linus Nielsen Feltzing |
2005-06-20 | Elapsed counter resets correctly when changing tracks. | Miika Pekkarinen |
2005-06-19 | iriver: Prescale the digital volume when boosting treble/bass by decreasing t... | Jens Arnold |
2005-06-19 | Added code to handle APEv2 tags for WavPack files, although this should be | Dave Bryant |
2005-06-19 | Fixed the dreaded iRiver simulator crash | Linus Nielsen Feltzing |
2005-06-19 | Some re-desing to buffer filling and track loading code and a few bug | Miika Pekkarinen |
2005-06-19 | Iriver: First attempt at recording. Use Info->Debug->PCM recording to test re... | Andy |
2005-06-18 | behave the same way with the h300 keypad as with the h100 (for now at least) | Daniel Stenberg |
2005-06-18 | First attempt at seeking in FLAC files | Dave Chapman |
2005-06-18 | Add logf to the plugin interface (use the LOGF macro) | Dave Chapman |
2005-06-18 | Added %fc WPS tag to display codec type - moved codectype from track_info str... | Dave Chapman |
2005-06-18 | Proper MPEG layer 1 support. | Jens Arnold |
2005-06-18 | Center USB logo on all models | Andy |
2005-06-18 | Button adjustments for H1x0: added mode button for leaving menus and cancelli... | Jens Arnold |
2005-06-18 | Iriver UDA1380 volume and balance handling is now done in sound.c, similar to... | Jens Arnold |
2005-06-17 | iriver: LCD flip for H1x0 remote, some code cleanup. | Jens Arnold |
2005-06-17 | improved ifdef and wrapped long lines | Daniel Stenberg |
2005-06-16 | Adjusted settings bitfield to properly keep the bass setting on H1x0, and sav... | Jens Arnold |
2005-06-15 | Killed all simulator warnings. | Miika Pekkarinen |
2005-06-15 | Fixed the "last song bug". | Miika Pekkarinen |
2005-06-15 | audio_is_initialized has to be set in playback.c. | Miika Pekkarinen |
2005-06-15 | The modifications are for all larger screens | Jonas Häggqvist |
2005-06-15 | Added stubs for simulator to reduce some #ifdefs. | Miika Pekkarinen |
2005-06-15 | use the 160 pixels wide logo for wider LCDs too (for now at least) | Daniel Stenberg |
2005-06-14 | Add A52/AC3 metadata parsing (samplerate, bitrate, track length) | Dave Chapman |
2005-06-14 | Move metadata parsing code from playback.c into metadata.c | Dave Chapman |
2005-06-14 | There is no printf() in rockbox, but DEBUGF() has the intended effect in simu... | Tomas Salfischberger |