| Commit message (Expand) | Author | Age |
| * | pdbox: Fixing yellows. | Wincent Balin | 2010-06-04 |
| * | pdbox: Corrected inclusion of m_fixed.h . | Wincent Balin | 2010-06-04 |
| * | pdbox: Added Coldfire multiplication optimization by Buschel. | Wincent Balin | 2010-06-04 |
| * | pdbox: Reduced (visible) precision of numbers shown in the GUI. | Wincent Balin | 2010-06-04 |
| * | pdbox: The values on of widgets are reset on start now. | Wincent Balin | 2010-06-04 |
| * | Ensure CPU is defined. | Andree Buschmann | 2010-06-04 |
| * | test_gfx preprocessing needs to be rearranged a little different so mylcd def... | Michael Sevakis | 2010-06-04 |
| * | Convert some more stuff to mylcd_ and support pgfx as well. | Michael Sevakis | 2010-06-04 |
| * | Add a wrapper header, mylcd.h, in the lib subdirectory, which lets plugins' c... | Michael Sevakis | 2010-06-04 |
| * | pdbox: Applied several changes by Buschel. Reintroduced compilation for iPods. | Wincent Balin | 2010-06-03 |
| * | pdbox: fix build on ARM with eabi | Rafaël Carré | 2010-06-03 |
| * | More FFT fun: No point in computing and combining the 2nd FFT if it's just be... | Michael Sevakis | 2010-06-03 |
| * | FFT plugin: Some speed regulation for too-fast targets. (50FPS) | Michael Sevakis | 2010-06-03 |
| * | pdbox: Fixing reds. | Wincent Balin | 2010-06-03 |
| * | pdbox: Added compilation on iPod 1G-4G. | Wincent Balin | 2010-06-03 |
| * | pdbox: Added keypad for iPod 1G-4G. Reordered SOURCES alphabetically. | Wincent Balin | 2010-06-03 |
| * | FFT plugin: give everything in the main file a nice 'static'-ing. Saves appro... | Michael Sevakis | 2010-06-03 |
| * | FFT plugin: Use worker thread only on multiprocessor targets. | Michael Sevakis | 2010-06-03 |
| * | pdbox: Source cleanup. Removed unneeded files. | Wincent Balin | 2010-06-03 |
| * | pdbox: Syntax cleanup for the cosine table. | Wincent Balin | 2010-06-02 |
| * | pdbox: add fuze keymap | Rafaël Carré | 2010-06-02 |
| * | FFT Plugin: Should use scale_factor, not LCD_WIDTH/HEIGHT to break the spectr... | Michael Sevakis | 2010-06-02 |
| * | FFT Plugin: Revamp the main code to rid it of 64-bit math. Use 32-bit kiss_ff... | Michael Sevakis | 2010-06-02 |
| * | Added myself and Pure Data team to credits. | Wincent Balin | 2010-06-01 |
| * | pdbox: Updated CPU boosting API | Wincent Balin | 2010-06-01 |
| * | pdbox: Code cleanup, optimizations. | Wincent Balin | 2010-06-01 |
| * | fft: use long home button to exit on fuze | Rafaël Carré | 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-06-01 |
| * | 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-31 |
| * | 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-29 |
| * | Fix typo that made alarmclock exit immediately and add scrollwheel actions. | Thomas Martitz | 2010-05-28 |
| * | 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-27 |
| * | Fix M:Robe Plugins and Codecs. | Karl Kurbjun | 2010-05-25 |
| * | 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-24 |
| * | mpegplayer: use OFF_T_MIN/MAX instead of LONG_MIN/MAX in one spot. Define OFF... | Michael Sevakis | 2010-05-21 |
| * | 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 |