index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
apps
Age
Commit message (
Expand
)
Author
Files
Lines
2005-06-10
A little improvement on Vorbis block synthesis.
Pedro Vasconcelos
6
-107
/
+203
2005-06-10
Small typo.
Miika Pekkarinen
1
-1
/
+1
2005-06-10
Yet another crash bug fixed.
Miika Pekkarinen
1
-1
/
+1
2005-06-10
Fixed a null pointer problem which caused crashing. Playback should be
Miika Pekkarinen
1
-2
/
+4
2005-06-10
Fixed wav playing problems.
Miika Pekkarinen
1
-1
/
+3
2005-06-10
Use ci->request_buffer instead of ci->read_filebuf
Dave Chapman
1
-21
/
+24
2005-06-10
OK then, bitrate is in 1000s of bits per second, not 1024s of bits per second.
Dave Chapman
1
-1
/
+1
2005-06-10
Add codecwav.c
Dave Chapman
1
-0
/
+1
2005-06-10
Correctly calculate bitrate for WAV files - bitrate is bits/second, not bytes...
Dave Chapman
1
-1
/
+1
2005-06-10
Add first version of WAV playback to iRiver - only 16-bit Stereo 44.1KHz file...
Dave Chapman
2
-1
/
+183
2005-06-10
Much better UI performance and buffering times for MP3 and FLAC.
Miika Pekkarinen
3
-1
/
+13
2005-06-10
Added some basic codec configuration functionality.
Miika Pekkarinen
5
-22
/
+62
2005-06-10
When selecting first song to play, buffer initially only 2 MiB. If
Miika Pekkarinen
1
-2
/
+13
2005-06-10
Fixed problem that playing sometimes did not start.
Miika Pekkarinen
1
-0
/
+1
2005-06-10
Setting plugin_loaded status before invalidating icache.
Miika Pekkarinen
1
-2
/
+1
2005-06-10
No more playlist viewer crashes.
Miika Pekkarinen
1
-1
/
+7
2005-06-10
Better handling for cpu_boost(). Small buffering fix.
Miika Pekkarinen
1
-9
/
+10
2005-06-10
Don't keep cpu boosted if length of track information is missing.
Miika Pekkarinen
1
-1
/
+2
2005-06-09
Fixed problem that same track gets buffered twice after buffer
Miika Pekkarinen
1
-4
/
+3
2005-06-09
Martin Arver's fix to properly adapt the menu for the chosen font.
Daniel Stenberg
1
-4
/
+8
2005-06-09
Reset cpu to not boosted state at startup. Do case-insensitive file
Miika Pekkarinen
1
-13
/
+13
2005-06-09
Fixed pause indicator. Better UI response with FLAC and Ogg Vorbis.
Miika Pekkarinen
3
-1
/
+5
2005-06-09
Bunch of playback bugs fixed including next/prev/select track,
Miika Pekkarinen
1
-26
/
+24
2005-06-09
Synced.
Jens Arnold
1
-0
/
+6
2005-06-09
Typo.
Thom Johansen
1
-1
/
+1
2005-06-09
Full precision synth_full and dct32. Replaced all multiplications with proper...
Thom Johansen
4
-20
/
+65
2005-06-09
Keep track of elapsed time during FLAC playback
Dave Chapman
1
-0
/
+6
2005-06-09
Added Crossfade setting for iRiver
Linus Nielsen Feltzing
4
-1
/
+39
2005-06-09
WavPack optimisation by David Bryant.
Thom Johansen
2
-53
/
+59
2005-06-09
Buffer refilling problem fixed.
Miika Pekkarinen
1
-1
/
+1
2005-06-09
Oops, forgot to test simulator compile.
Miika Pekkarinen
1
-0
/
+2
2005-06-09
Fixed forward next track bugs (still some pause issues though). Added
Miika Pekkarinen
2
-23
/
+43
2005-06-09
Moved the Sokoban levels to .rockbox/rocks
Linus Nielsen Feltzing
1
-1
/
+1
2005-06-09
Snake2 port to iRiver by Alexander Spyridakis
Linus Nielsen Feltzing
1
-53
/
+447
2005-06-09
Parse the metadata in a FLAC file to populate the "id3" struct (currently onl...
Dave Chapman
1
-0
/
+67
2005-06-08
Add a default metadata reader (currently just storing the filename). This en...
Dave Chapman
1
-0
/
+6
2005-06-08
Enable mp3info checking for MP2 files - this was preventing MP2 files from be...
Dave Chapman
1
-0
/
+1
2005-06-08
Bugfix: Holding the remote volume button wasn't working. Someone forgot to ad...
Tomas Salfischberger
1
-0
/
+2
2005-06-08
Support for iRiver remote buttons in WPS.
Tomas Salfischberger
1
-0
/
+8
2005-06-08
Kill warning. I suck.
Thom Johansen
1
-1
/
+0
2005-06-08
A new API for saving highscores in game plugins
Linus Nielsen Feltzing
3
-0
/
+133
2005-06-08
Oops.
Thom Johansen
1
-1
/
+1
2005-06-08
We clear our accumulators after we're done with them on Coldfire. No need to ...
Thom Johansen
2
-9
/
+4
2005-06-08
Vorbis opts: keep floor1 lookup table in IRAM.
Pedro Vasconcelos
11
-862
/
+890
2005-06-08
Next track bug fixed that was introduced in previous commit.
Miika Pekkarinen
1
-5
/
+5
2005-06-08
Fixed: MP3 resume, forward seeking and some playlist bugs with
Miika Pekkarinen
1
-33
/
+110
2005-06-07
Previous track button should work a little better.
Miika Pekkarinen
1
-6
/
+8
2005-06-07
Correctly detect the end of stream, and correctly re-initialise the FLAC deco...
Dave Chapman
1
-5
/
+8
2005-06-07
We need to increase MAX_EXTTYPES for software codecs - but maybe we should us...
Dave Chapman
1
-0
/
+5
2005-06-07
Use proper enumeration for END_OF_STREAM test
Dave Chapman
1
-1
/
+1
[next]