summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
...
* Workaround for ALAC files that previousy wouldn't play. Libalac now skips unk...Jonas Häggqvist2005-09-24
* Removed unnecessary codec_api struct.Thom Johansen2005-09-23
* First version of ALAC (Apple Lossless) decoderDave Chapman2005-09-22
* First Rockbox version of ALAC decoder - porting to work in Rockbox environmen...Dave Chapman2005-09-22
* iriver: proper wav file handling by Frederic Devernay (patch #1245261). Adapt...Magnus Holmgren2005-09-22
* Initial (unmodified - for reference) import of David Hammerton's Apple Lossle...Dave Chapman2005-09-22
* Avoid EMAC stall in MULT31_SHIFT15.Thom Johansen2005-09-21
* DSP_* constants moved from playback.h to dsp.h.Thom Johansen2005-09-21
* iriver: fix problem with playing some long vorbis files (e.g., this week in t...Magnus Holmgren2005-09-18
* Replaced standard libmad accumulator sequence with EMAC optimised one.Thom Johansen2005-09-13
* Put a couple of important layer 1/2 arrays in IRAM.Thom Johansen2005-09-10
* Put some FLAC data in IRAM. Will clean up code later.Thom Johansen2005-09-07
* Fix red build with a comment for now.Thom Johansen2005-09-07
* Code was a wild mix of different styles, cleaned it up somewhat.Thom Johansen2005-09-07
* Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen2005-09-07
* Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S...Jens Arnold2005-08-29
* iriver: The MP3 codec didn't take the ID3 tag size into account when seekingLinus Nielsen Feltzing2005-08-23
* Now codecs will do the buffer flushing after seeking as they find itMiika Pekkarinen2005-08-21
* Fixed the warning.Miika Pekkarinen2005-08-21
* Now beep can be disabled.Miika Pekkarinen2005-08-20
* Initial voice ui support for software codec platforms. Added also aMiika Pekkarinen2005-08-20
* Correct samplecount calculation, suggested by Markus KaufholdLinus Nielsen Feltzing2005-08-17
* Fix for ff/rw in long MP3 files.Magnus Holmgren2005-08-16
* One more gapless fix for LAME MP3 files.Magnus Holmgren2005-08-15
* More complete gapless playback implementation in the MP3 codec (using LAME he...Magnus Holmgren2005-08-13
* mp3 codec: simpler seeking, and now sets the sample frequency dynamically fro...Linus Nielsen Feltzing2005-08-10
* Fixed MAC initialization problem with mpa codec and removed workaroundMiika Pekkarinen2005-07-30
* Added comments, Replay Gain, and resume/bookmarks for FLAC.Ryan Jackson2005-07-28
* Tweaked IRAM usage in the Vorbis codec. Speeds up decoding by about 10% on a ...Magnus Holmgren2005-07-28
* Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren2005-07-27
* Added ReplayGain support to WavPack, including a small fix to dsp.cDave Bryant2005-07-25
* ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren2005-07-24
* oops... should compile without warnings nowChristian Gmeiner2005-07-18
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
* Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen2005-07-16
* DSP settings are properly reset when changing between tracks with different s...Ryan Jackson2005-07-16
* Added another call to mcf5249_init_mac in ov_pcm_seek, just in case. Fixed t...Ryan Jackson2005-07-15
* Removed calls to mcf5249_init_mac() from asm_mcf5249.h, added call for it to ...Ryan Jackson2005-07-15
* Changed assembly optimizations to re-init the MAC each time they're called. F...Ryan Jackson2005-07-15
* Removed unnecessary code that also caused playback glitches when changing tracksRyan Jackson2005-07-14
* Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen2005-07-13
* Resume now starts playback at the point it was stopped, not 2-7 seconds later.Ryan Jackson2005-07-12
* silence the makefileDaniel Stenberg2005-07-12
* I find it weird that there is a private copy of this file here, but I'mDaniel Stenberg2005-07-12
* removed an extra codec_api struct pointer and the function setting itDaniel Stenberg2005-07-12
* code-policed, removed commented and ifdef'ed codeDaniel Stenberg2005-07-12
* Replaced some yields with sleep(1) to save battery while paused orMiika Pekkarinen2005-07-11
* Patch #1235763 by Ryan Jackson - Resume/bookmark support for VorbisLinus Nielsen Feltzing2005-07-11
* Fixed a problem with transition to next album which caused rockboxMiika Pekkarinen2005-07-10
* Reorganized encoder to allow compressing blocks in smaller chunks andDave Bryant2005-07-09