.. |
beatbox
|
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
|
2008-01-04 21:07:05 +00:00 |
bitmaps
|
Initial WVS for mpegplayer. Adjusts to the user's preferred font and uses FF/RW preferences set for playback. Picked a random color for the base WVS color but it could be configured. Some engine tweaks to accomodate it since certain nescessities are clearer now. Fix a clipped YUV output bug in the SIM.
|
2008-01-03 17:14:28 +00:00 |
chessbox
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
clock
|
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
|
2008-01-04 21:07:05 +00:00 |
doom
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
lib
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
midi
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
mpegplayer
|
Fully clone the gray_show(false) procedure without the forced lcd update.
|
2008-01-10 19:38:38 +00:00 |
pacbox
|
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
|
2008-01-04 21:07:05 +00:00 |
reversi
|
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
|
2008-01-04 21:07:05 +00:00 |
rockboy
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
searchengine
|
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
|
2008-01-04 21:07:05 +00:00 |
shortcuts
|
Stop wasting binary size + ram for several plugins. Plugins are supposed to be linked with --gc-sections, in case they use plugin library elements.
|
2008-01-04 21:07:05 +00:00 |
sudoku
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
zxbox
|
All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update.
|
2008-01-04 23:42:38 +00:00 |
alpine_cdc.c
|
Phase in thread_wait when waiting for a thread to exit. Begin phasing out the spinlock object for general use; it will become a multicore-only object for core locking. Take care of plugins first.
|
2007-10-22 05:57:38 +00:00 |
battery_bench.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
blackjack.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
bounce.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
brickmania.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
bubbles.c
|
Bubbles for Sansa c200.
|
2007-09-28 22:05:22 +00:00 |
calculator.c
|
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
|
2007-09-20 10:49:48 +00:00 |
calendar.c
|
Clean up hard-coded paths
|
2007-09-10 09:46:36 +00:00 |
CATEGORIES
|
Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport. A change to the screens API makes the plugin API incompatible, so we bump version and sort. Also commit the test_viewports plugin (not built by default). This is some more of FS#8385.
|
2008-01-08 01:22:14 +00:00 |
chessbox.c
|
|
|
chessclock.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
chip8.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
chopper.c
|
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
|
2007-09-20 10:49:48 +00:00 |
credits.c
|
use the list context in credits which has to be defined for every target
|
2007-10-15 08:25:29 +00:00 |
credits.pl
|
|
|
cube.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
demystify.c
|
Fix some plugins not using the helper functions for the new backlight timeout handling.
|
2007-11-29 23:55:58 +00:00 |
dice.c
|
Fixed the Total being out of screen with huge fonts like ter-u32b
|
2007-10-26 16:44:52 +00:00 |
dict.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
disktidy.c
|
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
|
2007-09-20 10:49:48 +00:00 |
elfdep.pl
|
|
|
euroconverter.c
|
|
|
fire.c
|
woops
|
2008-01-10 08:21:57 +00:00 |
fireworks.c
|
Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\
|
2007-10-15 07:59:13 +00:00 |
firmware_flash.c
|
|
|
flipit.c
|
Flipit for Sansa c200 and add the help text in the welcome screen for both Sansas. Update the manual as well.
|
2007-10-22 13:53:16 +00:00 |
greyscale.c
|
All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update.
|
2008-01-04 23:42:38 +00:00 |
helloworld.c
|
|
|
invadrox.c
|
Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently.
|
2007-08-16 23:01:18 +00:00 |
iriver_flash.c
|
|
|
iriverify.c
|
|
|
jackpot.c
|
|
|
jewels.c
|
Jewels: use 'Power' on M5/X5 to exit the plugin as in every other plugin. Mention this in the manual button table too and add the missing information for other targets as well. The table part in the tex file is restructured, a small workaround was necessary to make the Ipod manuals build correctly (is commented). Maybe someone with better tex skills could find a better solution?
|
2007-10-16 20:25:49 +00:00 |
jpeg.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
logo.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
Makefile
|
|
|
mandelbrot.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
matrix.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
maze.c
|
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
|
2007-09-20 10:49:48 +00:00 |
mazezam.c
|
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
|
2007-09-20 10:49:48 +00:00 |
metronome.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
metronome.h
|
|
|
midi2wav.c
|
Clean up hard-coded paths
|
2007-09-10 09:46:36 +00:00 |
minesweeper.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
mosaique.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
mp3_encoder.c
|
Fix FS #8019, caused by memcpy() being called before "rb = api;". Be cautious of this one, it'll certainly bite us again. Gut out all the silly file selection stuff, this plugin is already a viewer. Note that mp3_encoder still is buggy and needs more work (or we need a transcoder plugin...).
|
2007-10-30 10:42:08 +00:00 |
nim.c
|
|
|
oscilloscope.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
pictureflow.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
plasma.c
|
All-new greyscale library, replacing the old one. Features: (1) Drawing/updating is faster than the old grayscale lib at full depth. (2) Always 129 shades instead of 2..33 shades. (3) No graininess caused by frequent updates (mpegplayer, doom, ...). (4) Needs less memory than the old grayscale lib at full depth. * The tradeoff is slightly higher CPU load in the ISR (frames are calculated 'live') and an extra function in the core. * Ported all plugins which used the graylib to use the new one. * Some slight optimisations for archos and H1x0 LCD update.
|
2008-01-04 23:42:38 +00:00 |
plugin.lds
|
Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly.
|
2007-11-02 05:21:34 +00:00 |
pong.c
|
Pong: small improvement in the c200 buttonmap; the left paddle is now controlled with the volume buttons. Also update the manual accordingly.
|
2007-10-16 19:57:30 +00:00 |
properties.c
|
Remove the ID3 tag version priority setting on the grounds of it being pretty pointless. ID3v2 tags are superior to ID3v1 tags, and needs less seeking around to find.
|
2007-09-19 10:40:55 +00:00 |
random_folder_advance_config.c
|
minor update to gui_synclist_do_button() which will hopefully simplify things later.
|
2007-09-17 10:08:50 +00:00 |
resize_test.c
|
PictureFlow fixes and improvements:
|
2007-12-11 18:54:50 +00:00 |
robotfindskitten.c
|
Keep a 2 pixel margin in the instructions screen.
|
2007-10-08 00:03:15 +00:00 |
robotfindskitten_messages.h
|
Reduce memory usage so that we can include all messages on all platforms
|
2007-10-05 21:28:43 +00:00 |
rockblox.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
rockbox_flash.c
|
|
|
rockboy.c
|
|
|
rocklife.c
|
Fix some plugins not using the helper functions for the new backlight timeout handling.
|
2007-11-29 23:55:58 +00:00 |
rockpaint.c
|
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
|
2007-09-20 10:49:48 +00:00 |
search.c
|
didn't saw the warning
|
2007-08-07 14:09:12 +00:00 |
sliding_puzzle.c
|
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
|
2007-09-20 10:49:48 +00:00 |
snake.c
|
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
|
2007-09-20 10:49:48 +00:00 |
snake2.c
|
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
|
2007-09-20 10:49:48 +00:00 |
snake2.levels
|
|
|
snow.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
sokoban.c
|
|
|
sokoban.levels
|
|
|
solitaire.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
sort.c
|
|
|
SOURCES
|
Brickmania for Sansa c200 and the small H10 with new graphics. While at it reduce the number of necessary per screen definition by letting the plugin retrieve the bitmap heights and widths from the file, therefore 'clean up' some graphics e.g. the menu items one, also make some backgrounds a bit nicer. Rearrange bitmaps/native/SOURCES and rename some graphics to reduce the number of duplicated bitmaps which only had a different name e.g. the ball - and tweak the gameover bitmap (on colour displays it uses transparency, and adapt the already existing mono bitmap to be usable). There might be minor differences in the 'looks' for existing ports but almost not noticeable with the exception that the gameover graphic is now centered. Introduce an alternative left and right key for c200 (volume up/down) for easier control. Manual update will follow.
|
2007-12-30 14:56:51 +00:00 |
spacerocks.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
splitedit.c
|
|
|
star.c
|
Enable star transition on all targets and prevent lcd partial updating of 0 area rectangles. This should fix FS #6334. As I don't own one of the targets which were affected by this bug I can't confirm.
|
2007-10-15 21:00:57 +00:00 |
starfield.c
|
Fix starfield displaying stars in white on grayscale devices (they remain visible) when printing info message ...
|
2007-10-26 16:01:52 +00:00 |
stats.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
stopwatch.c
|
make the first bunch of plugins compile for the mrobe. an earlier commit broke the loading though, need to sort that out
|
2007-10-23 15:40:51 +00:00 |
SUBDIRS
|
Build some more plugins for M:Robe most work, doom builds and runs if you use a hack - need to fix the user timer so that it works properly.
|
2007-11-02 05:21:34 +00:00 |
superdom.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
test_codec.c
|
FS#7954: Free resources when speed testing a folder. Also simplify the error handling code a little.
|
2007-12-15 13:54:58 +00:00 |
test_disk.c
|
Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently.
|
2007-08-16 23:01:18 +00:00 |
test_fps.c
|
FPS Test plugin: add greyscale library performance measurement.
|
2008-01-08 00:06:54 +00:00 |
test_sampr.c
|
Fix some plugins that use NULL instead of -1 when not using a voice id in struct opt_items. Change as many '#define NULL 0' to '#define NULL ((void*)0)' as grep would find - somewehere the former is still hiding it seems. :\
|
2007-10-15 07:59:13 +00:00 |
test_scanrate.c
|
Make test_scanrate.rock build for M5.
|
2007-08-10 10:39:23 +00:00 |
test_viewports.c
|
Add the viewport functions to the screens API, including a new getfont() function to return the font used by the current viewport. A change to the screens API makes the plugin API incompatible, so we bump version and sort. Also commit the test_viewports plugin (not built by default). This is some more of FS#8385.
|
2008-01-08 01:22:14 +00:00 |
text_editor.c
|
Oops. Was thinking _TREE_ not _STD_, so no changes to the text editor
|
2007-11-20 02:11:13 +00:00 |
vbrfix.c
|
Reduce stack usage in the vbrfix plugin. Fixes FS#8402.
|
2008-01-09 12:39:06 +00:00 |
video.c
|
Pass plugin api pointer to funtion directly, fixes crashes when doing incremental builds. Fix incorrect backlight changes in rockblox introduced recently.
|
2007-08-16 23:01:18 +00:00 |
viewer.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
viewers.config
|
mpegplayer: Make playback engine fully seekable and frame-accurate and split into logical parts. Be sure to have all current features work. Actual UI for seeking will be added soon. Recommended GOP size is about 15-30 frames depending on target or seeking can be slow with really long GOPs (nature of MPEG video). More refined encoding recommendations for a particular player should be posted soon.
|
2007-12-29 19:46:35 +00:00 |
vu_meter.c
|
Accept FS#8341 - rename BUTTON_SCROLL_UP/DOWN to FWD/BACK on the e200 to make it consistant with the ipods. apart from removing a bit of confusion, it fixes the wheel in pictureflow and possibly elsewhere.
|
2008-01-10 08:08:31 +00:00 |
wav2wv.c
|
|
|
wavplay.c
|
|
|
wavrecord.c
|
|
|
wavview.c
|
|
|
wormlet.c
|
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
|
2007-09-20 10:49:48 +00:00 |
xobox.c
|
Enable plugins on the Sansa C200. Large parts taken from patch FS#7749 by Max Kelley with tweaks, bit of cleanup and additional bitmaps by me. Some of the now enabled plugins could still be improved in regard to screen size adaptation or keymaps but this way it can easily be done later and one by one. The rather ugly 'ifndef's I added temporaryly in plugins/SOURCES will also go one by one. Plugin button actions cause some quirks in a few plugins (e.g. 'clock') but since it's not critical , the bitmaps were already done and it makes a good example for discussing plugin button actions, I thought it could go in.
|
2007-09-20 10:49:48 +00:00 |
zxbox.c
|
|
|