rockbox/apps/plugins
Rafaël Carré d3735578c3 mp3_encoder: fix a typo, put uninitialized variable in BSS
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26136 a1c6a512-1295-4272-9138-f99709370657
2010-05-18 10:23:32 +00:00
..
beatbox
bitmaps Corrected brickmania bitmaps in SOURCE for M3 and HD200. Remove unneeded bitmap. 2010-04-27 10:04:13 +00:00
chessbox Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
clock Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
doom Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing again for zxbox and doom (no easy fix there) 2010-05-07 20:11:14 +00:00
fft fft plugin: move const data into a c file and use no wider types than necessary, makes the plugin about 63kB smaller 2010-05-17 11:58:22 +00:00
fractals
frotz Make the sim buildable with mingw again 2010-05-14 22:57:52 +00:00
goban Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
imageviewer Fix possible buffer overflow 2010-05-07 19:36:51 +00:00
lib HD200 - add support for the device in greylib 2010-05-10 13:06:38 +00:00
lua Make the sim buildable with mingw again 2010-05-14 22:57:52 +00:00
midi Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing again for zxbox and doom (no easy fix there) 2010-05-07 20:11:14 +00:00
mpegplayer Simplify mpegplayer a bit and use array-based lists rather than linked lists for stream management. Move a couple useful functions to handle pointer arrays from kernel.c into general.c; mpeglayer now makes use of them. 2010-05-17 12:34:05 +00:00
pacbox
pdbox Fix remaining reds/yellows. 2010-05-14 13:21:40 +00:00
pictureflow Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
reversi
rockboy rockboy: fix format strings in snprintf. use int for slot_id and use %d tag for it in format strings. 2010-05-17 12:49:51 +00:00
searchengine Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
shortcuts Fix some size_t related warnings (hopefully, they seem system dependant). 2010-05-06 21:17:14 +00:00
sudoku Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
zxbox Fix (hopefully) last aliasing bug (midiutil), and enable -fno-strict-aliasing again for zxbox and doom (no easy fix there) 2010-05-07 20:11:14 +00:00
alarmclock.c Fix alarmclock plugin time miscalculation 2010-05-15 15:20:45 +00:00
alpine_cdc.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
battery_bench.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
bench_mem_jpeg.c
bench_scaler.c
blackjack.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
boomshine.lua
bounce.c
brickmania.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
bubbles.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
calculator.c Move math.h to firmware/libc/include/ and fix slight incompatibilities between our and the host's math.h 2010-05-14 12:43:45 +00:00
calendar.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
CATEGORIES
chessbox.c
chessclock.c
chip8.c Change default chip8 keymap on c200/m200/clip families to use up/down on the 4-way pad instead of volume up and volume down, since most chip8 games use those buttons as directions. 2010-05-17 13:25:23 +00:00
chopper.c
clix.c
codebuster.c
credits.c
credits.pl
crypt_firmware.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
cube.c
demystify.c
dice.c
dict.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
disktidy.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
disktidy.config
elfdep.pl
euroconverter.c
fire.c
fireworks.c
firmware_flash.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
flipit.c
goban.c
greyscale.c
helloworld.c
helloworld.lua
invadrox.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
iriver_flash.c
iriverify.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
jackpot.c Fix remaining reds/yellows. 2010-05-14 13:21:40 +00:00
jewels.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
keybox.c FS#11272 by Gerhard Zintel fixing a bug when resetting the database in keybox 2010-05-13 22:21:09 +00:00
lamp.c
logo.c
lua.c
matrix.c
maze.c
mazezam.c
md5sum.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
metronome.c
minesweeper.c
mosaique.c
mp3_encoder.c mp3_encoder: fix a typo, put uninitialized variable in BSS 2010-05-18 10:23:32 +00:00
nim.c
oscilloscope.c
pegbox.c
pictureflow.c
pitch_detector.c Give pitch_detector the IRAMming it deserves. 2010-05-14 12:35:05 +00:00
plasma.c
plugin.lds Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of DEVBSS_ATTR for this target and implement as NOCACHEBSS_ATTR. Plugin and codec buffers move so all that is now incompatible (do full update). No version increase for plugins/codecs because the loader will reject them. 2010-05-08 07:45:34 +00:00
plugins.make
pong.c
ppmviewer.c
properties.c
random_folder_advance_config.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
remote_control.c
robotfindskitten.c
rockblox.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
rockblox1d.c
rockbox-fonts.config
rockbox_flash.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
rockboy.c
rocklife.c
rockpaint.c
search.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
settings_dumper.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
sliding_puzzle.c
snake.c
snake2.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
snake2.levels
snow.c
sokoban.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
sokoban.levels
solitaire.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
sort.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
SOURCES plugins: reorder SOURCES conditions to be more readable 2010-05-17 18:16:45 +00:00
spacerocks.c
splitedit.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
star.c
starfield.c
stats.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
stopwatch.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
stopwatch.lua
SUBDIRS plugins: reorder SOURCES conditions to be more readable 2010-05-17 18:16:45 +00:00
superdom.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_boost.c
test_codec.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_core_jpeg.c
test_disk.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_fps.c
test_gfx.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_grey.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
test_greylib_bitmap_scale.c
test_mem.c Add memset/memcpy benches to test_mem plugin 2010-05-18 10:14:15 +00:00
test_mem_jpeg.c
test_resize.c
test_sampr.c
test_scanrate.c HD200 - implement blit functions 2010-04-30 14:13:52 +00:00
test_touchscreen.c
test_viewports.c
test_viewports.lua
text_editor.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
theme_remove.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
vbrfix.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
video.c
viewer.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
viewers.config
vu_meter.c Make creat() posix compliant API-wise. Shouldn't affect the core as it's wrapped via a static inline. 2010-05-06 17:35:04 +00:00
wav2wv.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
wavplay.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
wavrecord.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
wavview.c Fix size_t handling in plugin_get_buffer() 2010-05-07 19:27:42 +00:00
wormlet.c
xobox.c
zxbox.c