index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
(
follow
)
Commit message (
Expand
)
Author
Age
*
plugins: reorder SOURCES conditions to be more readable
Rafaël Carré
2010-05-17
*
Change default chip8 keymap on c200/m200/clip families to use up/down on the ...
Torne Wuff
2010-05-17
*
rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f...
Teruaki Kawashima
2010-05-17
*
Simplify mpegplayer a bit and use array-based lists rather than linked lists ...
Michael Sevakis
2010-05-17
*
fft plugin: move const data into a c file and use no wider types than necessa...
Nils Wallménius
2010-05-17
*
rockboy: add a Clip keymap
Rafaël Carré
2010-05-17
*
I think I intended a different expression.
Michael Sevakis
2010-05-17
*
How punny. Just one more whack-a-mole to get.
Michael Sevakis
2010-05-16
*
MPEGPlayer: reconceal the point puns
Michael Sevakis
2010-05-16
*
MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning...
Michael Sevakis
2010-05-16
*
Fix alarmclock plugin time miscalculation
Rafaël Carré
2010-05-15
*
Gigabeat S: Fully enable access to hardware tone controls and 3-D effect feat...
Michael Sevakis
2010-05-15
*
Fix yellow: missed a cast
Jeffrey Goode
2010-05-15
*
Eliminate %zd tag in printf format strings, replace them with %ld. The %z for...
Jeffrey Goode
2010-05-15
*
Make the sim buildable with mingw again
Frank Gevaerts
2010-05-14
*
Fix various size_t related warnings and errors
Frank Gevaerts
2010-05-14
*
another cast ssize_t -> long
Rafaël Carré
2010-05-14
*
Fix remaining reds/yellows.
Thomas Martitz
2010-05-14
*
Move math.h to firmware/libc/include/ and fix slight incompatibilities betwee...
Thomas Martitz
2010-05-14
*
Give pitch_detector the IRAMming it deserves.
Michael Sevakis
2010-05-14
*
Cache align the pitch detector audiobuffer where needed. Some other misc. cha...
Michael Sevakis
2010-05-14
*
Fix LUA red and yellow.
Michael Sevakis
2010-05-14
*
Fix some sim warnings.
Michael Sevakis
2010-05-14
*
pitch_detector: Use continuous recording, even if the algorithm is too slow f...
Michael Sevakis
2010-05-14
*
FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keybox
Nils Wallménius
2010-05-13
*
fix pitch_detector: recording will stop itself if the callback returns <0
Rafaël Carré
2010-05-13
*
HD200 - add support for the device in greylib
Marcin Bukat
2010-05-10
*
Submit FS#11253. Rework of test_mem plugin to bench DRAM and IRAM. Also add A...
Andree Buschmann
2010-05-09
*
Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...
Michael Sevakis
2010-05-08
*
Use 'HZ' and remove 'volatile' as suggested by kugel.
Andree Buschmann
2010-05-07
*
Changes in test_mem plugin: Use correct formula to calculate KB/s, reasonable...
Andree Buschmann
2010-05-07
*
Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing...
Frank Gevaerts
2010-05-07
*
Fix possible buffer overflow
Frank Gevaerts
2010-05-07
*
fix one more size_t/ssize_t misuse
Frank Gevaerts
2010-05-07
*
Fix size_t handling in plugin_get_buffer()
Frank Gevaerts
2010-05-07
*
Fix disastrous variable shadowing, change casts to unsigned in (cygwin doesn'...
Thomas Martitz
2010-05-07
*
mpegplayer: One last dealie-O for now: Change all "WVS" usage in the code for...
Michael Sevakis
2010-05-07
*
mpegplayer: make button timeout half the OSD update interval so that it updat...
Michael Sevakis
2010-05-07
*
Add support for the next/prev side buttons to mpegplayer on the Gigabeat S to...
Michael Sevakis
2010-05-07
*
Fix last two yellows
Frank Gevaerts
2010-05-06
*
Fix some size_t related warnings (hopefully, they seem system dependant).
Thomas Martitz
2010-05-06
*
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2010-05-06
*
Make open() posix compliant api-wise. A few calls (those with O_CREAT) need t...
Thomas Martitz
2010-05-06
*
Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrap...
Thomas Martitz
2010-05-06
*
FFT plugin: The 64-bit sqrt function is no longer needed
Delyan Kratunov
2010-05-02
*
FFT plugin: eliminate 64-bit math. This should result in faster and probably ...
Delyan Kratunov
2010-05-02
*
Test more possible alignments in the Write & Verify test. Some ata drivers ap...
Jens Arnold
2010-05-02
*
Improve motion compensation for ARM: * Use less registers in the simple copy ...
Jens Arnold
2010-05-02
*
Gigabeat S: Reduce stalling in the ARMv6 IDCT. Also save one instruction per ...
Jens Arnold
2010-05-02
*
pdbox: Fixed loading of sound files, pdpod_drums.pd works now.
Wincent Balin
2010-05-02
[next]