- 1060e44 Part of the profiling patch to use a consistent return path in all codecs to facilitate 'on exit' functionality by Brandon Low · 19 years ago
- b8749fd New codec loader, using the same mechanism as the new plugin loader. API version numbering restarted for the new system. Uses the target ID from configure, so don't change that too often. * Fixed sim_plugin_load_ram() to truncate the tempfile. * Reduced plugin buffer size to 512KB for iriver and iPod. by Jens Arnold · 19 years ago
- 07c4254 Don't include the .bss and .ibss sections in the binary image for codecs and plugins. Saves quite some disk space (and buffer space in case of codec changes during playback). by Jens Arnold · 19 years ago
- 9c0f1a9 More stable playback with reduced stuttering when skipping tracks. by Miika Pekkarinen · 19 years ago
- c8193b8 The seek_time member of the codec API needs to be decremented before use as a seeking time. 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
- 0ad1ed6 Cleaned up to conform to one source code style, removed some tabs and some redundancies. by Thom Johansen · 19 years ago
- b301b43 Added comments, Replay Gain, and resume/bookmarks for FLAC. by Ryan Jackson · 19 years ago
- 4a53787 ReplayGain support for Ogg Vorbis files (also called VorbisGain) added. by Magnus Holmgren · 19 years ago
- bd49835 DSP settings are properly reset when changing between tracks with different sampling rates. by Ryan Jackson · 19 years ago
- 4d45987 Removed unnecessary code that also caused playback glitches when changing tracks by Ryan Jackson · 19 years ago
- 20b3897 Separated buffering stuff from pcm_playback to pcmbuf. Renamed some by Miika Pekkarinen · 19 years ago
- d191756 Resume now starts playback at the point it was stopped, not 2-7 seconds later. by Ryan Jackson · 19 years ago
- fbd4088 Replaced some yields with sleep(1) to save battery while paused or by Miika Pekkarinen · 19 years ago
- c4b7c67 Patch #1235763 by Ryan Jackson - Resume/bookmark support for Vorbis by Linus Nielsen Feltzing · 19 years ago
- 0d63cbb Fixed a problem with transition to next album which caused rockbox by Miika Pekkarinen · 19 years ago
- eaf8b2d Patch #1232549 by Ryan Jackson, adds seeking and comments to Vorbis playback by Linus Nielsen Feltzing · 19 years ago
- d8cb703 Initial DSP implementation. DSP supports resampling audio stream from by Miika Pekkarinen · 19 years ago
- 31efab4 removed the use of the 2nd argument to codec_start() since no codec used by Daniel Stenberg · 19 years ago
- 1dd672f moved and renamed the codecs, gave the codecs a new extension (.codec), by Daniel Stenberg · 19 years ago