summaryrefslogtreecommitdiff
path: root/apps/plugins
AgeCommit message (Expand)Author
2010-06-01pdbox: Removed unnecessary code from the main include file. Reduced neede mem...Wincent Balin
2010-06-01pdbox: Solved issue with WAV file import on big-endian targets (signed 16-bit...Wincent Balin
2010-05-31test_codec: close the log file before attempting to open a new one, and clear...Rob Purchase
2010-05-31Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, ...Rob Purchase
2010-05-31battery_bench: comment the battery_bench.txt header with '#'Rafaël Carré
2010-05-31Only build firmware_flash plugin on archosRafaël Carré
2010-05-29Doom plugin: Missed properly making a few 'unsigned' on my second pass.Michael Sevakis
2010-05-29Doom plugin: In anticipation of moving to the EABI toolchain, because of its ...Michael Sevakis
2010-05-28Fix typo that made alarmclock exit immediately and add scrollwheel actions.Thomas Martitz
2010-05-27rockboy: rename pcm_*() functions to avoid namespace clash with rockboxRafaël Carré
2010-05-27Generate C file / header for svn version stringRafaël Carré
2010-05-25Fix M:Robe Plugins and Codecs.Karl Kurbjun
2010-05-24pdbox: Code cleanupWincent Balin
2010-05-24Fix test_mem for the archos plugin buffer size and for charcell.Jens Arnold
2010-05-24pdbox: Successfully resolved issue with loading of audio filesWincent Balin
2010-05-24Test plugins: * test_sampr.c is swcodec only * Several plugins are bitmap only.Jens Arnold
2010-05-24Vibe 500: fix the scrolling through the lists by implementing BUTTON_REPEAT f...Szymon Dziok
2010-05-24Correct new memcpy/memset functionality in test_mem plugin. Use appropriate c...Andree Buschmann
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis
2010-05-21mpegplayer: use OFF_T_MIN/MAX instead of LONG_MIN/MAX in one spot. Define OFF...Michael Sevakis
2010-05-20Clipv2 / Clip+ : lcd scanrate checked with test_scanrateRafaël Carré
2010-05-20Fix test_resizeThomas Martitz
2010-05-20Fix reds: add m3 keypad, fix typo in the ipods part, correct button for h10, ...Thomas Martitz
2010-05-20Tweak new pluginlib button map for frotz to be more convenientTorne Wuff
2010-05-20Fix a data abort in codebuster.Thomas Martitz
2010-05-20S#10387 - Rework pluginlib actionsThomas Martitz
2010-05-20HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change)Marcin Bukat
2010-05-20pdbox: Rewrote recently added bugfixesWincent Balin
2010-05-20pdbox: Got rid of signedness-related warningsWincent Balin
2010-05-20pdbox: Made size value signedWincent Balin
2010-05-20pdbox: Adjusted return values for functions read() and write()Wincent Balin
2010-05-19sudoku: remove commented out code.Teruaki Kawashima
2010-05-18Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytesRafaël Carré
2010-05-18apps/plugins/lib/SOURCES: make it more readable (space, comments, order)Rafaël Carré
2010-05-18plugins: changes for targets with small plugin buffer (Clipv1)Rafaël Carré
2010-05-18fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1Rafaël Carré
2010-05-18mp3_encoder: fix a typo, put uninitialized variable in BSSRafaël Carré
2010-05-18Add memset/memcpy benches to test_mem pluginMarcin Bukat
2010-05-18mp3_encoder: reduce plugin binsizeRafaël Carré
2010-05-17plugins: reorder SOURCES conditions to be more readableRafaël Carré
2010-05-17Change default chip8 keymap on c200/m200/clip families to use up/down on the ...Torne Wuff
2010-05-17rockboy: fix format strings in snprintf. use int for slot_id and use %d tag f...Teruaki Kawashima
2010-05-17Simplify mpegplayer a bit and use array-based lists rather than linked lists ...Michael Sevakis
2010-05-17fft plugin: move const data into a c file and use no wider types than necessa...Nils Wallménius
2010-05-17rockboy: add a Clip keymapRafaël Carré
2010-05-17I think I intended a different expression.Michael Sevakis
2010-05-16How punny. Just one more whack-a-mole to get.Michael Sevakis
2010-05-16MPEGPlayer: reconceal the point punsMichael Sevakis
2010-05-16MPEGPlayer: Add a second layer of caching to help speed up byte-wise scanning...Michael Sevakis
2010-05-15Fix alarmclock plugin time miscalculationRafaël Carré