Michael Sevakis
|
26d242ae65
|
General housekeeping: Make plugin buffer functions take size_t * instead of int * to match the parameter type of the buffer functions called in the core. Get rid of unsafe int * <==> size_t * casting. Use ssize_t where int was used and size_t where unsigned int was used in the buffer calls to not alter signedness in the plugins. No API version change since it should only be an issue for 64-bit sim builds.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13233 a1c6a512-1295-4272-9138-f99709370657
|
2007-04-21 18:38:25 +00:00 |
|
Peter D'Hoye
|
81cf65e496
|
Wavview plugin: minor speed increase
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13111 a1c6a512-1295-4272-9138-f99709370657
|
2007-04-11 21:24:33 +00:00 |
|
Peter D'Hoye
|
f8f05860a2
|
wav viewer plugin changes: speedup file reading, allow abort while reading, better keyhandling, small helpscreen
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13102 a1c6a512-1295-4272-9138-f99709370657
|
2007-04-10 22:02:58 +00:00 |
|
Peter D'Hoye
|
81e0c9ce80
|
Better endianness handling, removed some leftovers
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13089 a1c6a512-1295-4272-9138-f99709370657
|
2007-04-09 23:04:43 +00:00 |
|
Peter D'Hoye
|
3e6ec54716
|
Fix yellow from 64bit platform sim
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13088 a1c6a512-1295-4272-9138-f99709370657
|
2007-04-09 22:41:01 +00:00 |
|
Peter D'Hoye
|
09877aa4a8
|
New plugin: wavview. Shows info about a wav file and allows you to look at the complete waveform, zoom and pan. Only tested in sims and on h3x0. First version so has room for improvements.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13087 a1c6a512-1295-4272-9138-f99709370657
|
2007-04-09 22:23:25 +00:00 |
|