summaryrefslogtreecommitdiff
path: root/apps/codecs/mpa.c (follow)
Commit message (Expand)AuthorAge
* Fix warningsBrandon Low2006-03-24
* Fix remaining warnings in 64bit simulator buildsJens Arnold2006-03-22
* Muting trick to prevent tiny pops and glitchless mp3 seeking.Miika Pekkarinen2006-01-22
* Fixed a few iriver playback quirks and issues with previous fixes.Miika Pekkarinen2006-01-20
* Part of the profiling patch to use a consistent return path in all codecs to ...Brandon Low2006-01-18
* New codec loader, using the same mechanism as the new plugin loader. API vers...Jens Arnold2006-01-18
* Don't include the .bss and .ibss sections in the binary image for codecs and ...Jens Arnold2006-01-08
* iRiver: improved handling of bad mpeg files.Magnus Holmgren2005-12-22
* fix gcc4 (un)signed warningsDaniel Stenberg2005-12-02
* iRiver: re-add an end of file check, to see if it helps the reported problems...Magnus Holmgren2005-12-01
* More stable playback with reduced stuttering when skipping tracks.Miika Pekkarinen2005-11-18
* Need to set sample depth before clip limits to avoid having clip limits overr...Thom Johansen2005-11-02
* Support large delay fields in LAME header, plus some cleanups.Thom Johansen2005-11-02
* Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.Thom Johansen2005-10-27
* 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
* Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple ...Thom Johansen2005-10-12
* Adapted codecs and DSP system to having MACSR saved in thread context.Thom Johansen2005-09-07
* 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
* 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 support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...Magnus Holmgren2005-07-27
* Correctly read the next track metadata information. Don't crash ifMiika Pekkarinen2005-07-16
* Separated buffering stuff from pcm_playback to pcmbuf. Renamed someMiika Pekkarinen2005-07-13
* Replaced some yields with sleep(1) to save battery while paused orMiika Pekkarinen2005-07-11
* Fixed a problem with transition to next album which caused rockboxMiika Pekkarinen2005-07-10
* PCM buffering fixes. Made a temporary workaround for playback glitchMiika Pekkarinen2005-07-07
* Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".Miika Pekkarinen2005-07-05
* Fixed: Crossfading, broken elapsed info with mp3 files, possible cpuMiika Pekkarinen2005-07-05
* Fixed mono playback support for mp3. Added two other event handlers inMiika Pekkarinen2005-07-02
* Turned off dithering in MPEG audio codec. It's just too slow.Thom Johansen2005-06-27
* Initial DSP implementation. DSP supports resampling audio stream fromMiika Pekkarinen2005-06-26
* Cleaned up code a bit, removed all rb references.Thom Johansen2005-06-22
* removed the use of the 2nd argument to codec_start() since no codec usedDaniel Stenberg2005-06-22
* moved and renamed the codecs, gave the codecs a new extension (.codec),Daniel Stenberg2005-06-22