summaryrefslogtreecommitdiff
path: root/apps/codecs (follow)
Commit message (Expand)AuthorAge
...
* iriver: more codec library cleanup: remove codec_alloca and a some extraneous...Magnus Holmgren2005-10-17
* Fixed the pops with musepack.Miika Pekkarinen2005-10-16
* Fix compiler warnings in sim.Dave Chapman2005-10-15
* Previous fix introduced tons of comparison warnings, just cast for now instead.Thom Johansen2005-10-13
* Use correct types to avoid sim warnings.Thom Johansen2005-10-13
* Cleaned up the messy codec header and library system by merging codec.h, lib/...Thom Johansen2005-10-13
* Musepack: emacified multiplication routines, gives a nice speed boost.Jens Arnold2005-10-12
* Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple ...Thom Johansen2005-10-12
* Disabled dynamic range compression.Thom Johansen2005-10-11
* Cleaned up code. Now passes full precision samples to the playback engine, an...Thom Johansen2005-10-10
* iRiver/Vorbis: And don't specify -O2 twice...Magnus Holmgren2005-10-10
* iRiver/Vorbis: Actually use the rule in the makefile.Magnus Holmgren2005-10-10
* Cleaned up to conform to one source code style, removed some tabs and some re...Thom Johansen2005-10-10
* Added DSP support and started passing full precision samples to playback engi...Thom Johansen2005-10-10
* Removed a ton of tabs, fixed some indentation and removed some unneeded inclu...Thom Johansen2005-10-10
* Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - leto...Dave Chapman2005-10-06
* Fix some WavPack bugs by forcing DSP use even when not needed for sampling rateDave Bryant2005-09-30
* iRiver: Make it possible to build Rockbox using GCC 4.0.1.Magnus Holmgren2005-09-28
* Add yield() calls inside the monolithic ALAC decode_frame() function - improv...Dave Chapman2005-09-24
* Cascade errors back down to qtmovie_read() and correctly return an error on i...Dave Chapman2005-09-24
* 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