Age | Commit message (Expand) | Author |
2010-06-01 | pdbox: Removed unnecessary code from the main include file. Reduced neede mem... | Wincent Balin |
2010-06-01 | pdbox: Solved issue with WAV file import on big-endian targets (signed 16-bit... | Wincent Balin |
2010-05-31 | test_codec: close the log file before attempting to open a new one, and clear... | Rob Purchase |
2010-05-31 | Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, ... | Rob Purchase |
2010-05-31 | battery_bench: comment the battery_bench.txt header with '#' | Rafaël Carré |
2010-05-31 | Only build firmware_flash plugin on archos | Rafaël Carré |
2010-05-29 | Doom plugin: Missed properly making a few 'unsigned' on my second pass. | Michael Sevakis |
2010-05-29 | Doom plugin: In anticipation of moving to the EABI toolchain, because of its ... | Michael Sevakis |
2010-05-28 | Fix typo that made alarmclock exit immediately and add scrollwheel actions. | Thomas Martitz |
2010-05-27 | rockboy: rename pcm_*() functions to avoid namespace clash with rockbox | Rafaël Carré |
2010-05-27 | Generate C file / header for svn version string | Rafaël Carré |
2010-05-25 | Fix M:Robe Plugins and Codecs. | Karl Kurbjun |
2010-05-24 | pdbox: Code cleanup | Wincent Balin |
2010-05-24 | Fix test_mem for the archos plugin buffer size and for charcell. | Jens Arnold |
2010-05-24 | pdbox: Successfully resolved issue with loading of audio files | Wincent Balin |
2010-05-24 | Test plugins: * test_sampr.c is swcodec only * Several plugins are bitmap only. | Jens Arnold |
2010-05-24 | Vibe 500: fix the scrolling through the lists by implementing BUTTON_REPEAT f... | Szymon Dziok |
2010-05-24 | Correct new memcpy/memset functionality in test_mem plugin. Use appropriate c... | Andree Buschmann |
2010-05-24 | Make PCM->driver interface about as simple as it will get. Registered callbac... | Michael Sevakis |
2010-05-21 | mpegplayer: use OFF_T_MIN/MAX instead of LONG_MIN/MAX in one spot. Define OFF... | Michael Sevakis |
2010-05-20 | Clipv2 / Clip+ : lcd scanrate checked with test_scanrate | Rafaël Carré |
2010-05-20 | Fix test_resize | Thomas Martitz |
2010-05-20 | Fix reds: add m3 keypad, fix typo in the ipods part, correct button for h10, ... | Thomas Martitz |
2010-05-20 | Tweak new pluginlib button map for frotz to be more convenient | Torne Wuff |
2010-05-20 | Fix a data abort in codebuster. | Thomas Martitz |
2010-05-20 | S#10387 - Rework pluginlib actions | Thomas Martitz |
2010-05-20 | HD200 - adjust LCD_SCANRATE (changed a bit after PLL settings change) | Marcin Bukat |
2010-05-20 | pdbox: Rewrote recently added bugfixes | Wincent Balin |
2010-05-20 | pdbox: Got rid of signedness-related warnings | Wincent Balin |
2010-05-20 | pdbox: Made size value signed | Wincent Balin |
2010-05-20 | pdbox: Adjusted return values for functions read() and write() | Wincent Balin |
2010-05-19 | sudoku: remove commented out code. | Teruaki Kawashima |
2010-05-18 | Build overlay plugins for all targets with PLUGIN_BUFFER <= 0x10000 bytes | Rafaël Carré |
2010-05-18 | apps/plugins/lib/SOURCES: make it more readable (space, comments, order) | Rafaël Carré |
2010-05-18 | plugins: changes for targets with small plugin buffer (Clipv1) | Rafaël Carré |
2010-05-18 | fft: always enable spectrogram, gray mode works with LCD_DEPTH == 1 | Rafaël Carré |
2010-05-18 | mp3_encoder: fix a typo, put uninitialized variable in BSS | Rafaël Carré |
2010-05-18 | Add memset/memcpy benches to test_mem plugin | Marcin Bukat |
2010-05-18 | mp3_encoder: reduce plugin binsize | Rafaël Carré |
2010-05-17 | 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-16 | 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-15 | Fix alarmclock plugin time miscalculation | Rafaël Carré |