index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
codecs
/
mpa.c
Age
Commit message (
Expand
)
Author
2005-10-27
Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins.
Thom Johansen
2005-10-13
Use correct types to avoid sim warnings.
Thom Johansen
2005-10-13
Cleaned up the messy codec header and library system by merging codec.h, lib/...
Thom Johansen
2005-10-12
Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple ...
Thom Johansen
2005-09-07
Adapted codecs and DSP system to having MACSR saved in thread context.
Thom Johansen
2005-08-23
iriver: The MP3 codec didn't take the ID3 tag size into account when seeking
Linus Nielsen Feltzing
2005-08-21
Now codecs will do the buffer flushing after seeking as they find it
Miika Pekkarinen
2005-08-17
Correct samplecount calculation, suggested by Markus Kaufhold
Linus Nielsen Feltzing
2005-08-16
Fix for ff/rw in long MP3 files.
Magnus Holmgren
2005-08-15
One more gapless fix for LAME MP3 files.
Magnus Holmgren
2005-08-13
More complete gapless playback implementation in the MP3 codec (using LAME he...
Magnus Holmgren
2005-08-10
mp3 codec: simpler seeking, and now sets the sample frequency dynamically fro...
Linus Nielsen Feltzing
2005-07-30
Fixed MAC initialization problem with mpa codec and removed workaround
Miika Pekkarinen
2005-07-27
Added support for ID3V2 ReplayGain tags (as written by Foobar). Generalized t...
Magnus Holmgren
2005-07-16
Correctly read the next track metadata information. Don't crash if
Miika Pekkarinen
2005-07-13
Separated buffering stuff from pcm_playback to pcmbuf. Renamed some
Miika Pekkarinen
2005-07-11
Replaced some yields with sleep(1) to save battery while paused or
Miika Pekkarinen
2005-07-10
Fixed a problem with transition to next album which caused rockbox
Miika Pekkarinen
2005-07-07
PCM buffering fixes. Made a temporary workaround for playback glitch
Miika Pekkarinen
2005-07-05
Applied patch "[ 1232957 ] MP3 metadata fixes for software codec".
Miika Pekkarinen
2005-07-05
Fixed: Crossfading, broken elapsed info with mp3 files, possible cpu
Miika Pekkarinen
2005-07-02
Fixed mono playback support for mp3. Added two other event handlers in
Miika Pekkarinen
2005-06-27
Turned off dithering in MPEG audio codec. It's just too slow.
Thom Johansen
2005-06-26
Initial DSP implementation. DSP supports resampling audio stream from
Miika Pekkarinen
2005-06-22
Cleaned up code a bit, removed all rb references.
Thom Johansen
2005-06-22
removed the use of the 2nd argument to codec_start() since no codec used
Daniel Stenberg
2005-06-22
moved and renamed the codecs, gave the codecs a new extension (.codec),
Daniel Stenberg
[prev]