Age | Commit message (Expand) | Author | Files | Lines |
2005-09-21 | This commit was manufactured by cvs2svn to create tag 'v2_5'.v2.5-final | Björn Stenberg | 2 | -0/+37 |
2005-09-07 | Properly stop the audio in the win32 simulated playback | Linus Nielsen Feltzing | 1 | -0/+4 |
2005-08-29 | Renamed CONFIG_HWCODEC and MASNONE to the more appropriate CONFIG_CODEC and S... | Jens Arnold | 2 | -3/+3 |
2005-08-21 | Sim build fix | Linus Nielsen Feltzing | 2 | -2/+10 |
2005-08-20 | Initial voice ui support for software codec platforms. Added also a | Miika Pekkarinen | 1 | -0/+2 |
2005-08-19 | This code wasn't used at all. | Jens Arnold | 2 | -38/+0 |
2005-08-16 | Enlarged the buffer for DEBUGF() | Linus Nielsen Feltzing | 1 | -3/+1 |
2005-08-16 | FM radio simulation working again | Linus Nielsen Feltzing | 1 | -16/+46 |
2005-08-07 | Woah, that was not supposed to happen | Stepan Moskovchenko | 1 | -1/+1 |
2005-08-07 | Fix error/warning, change pitch bend to 9 bits | Stepan Moskovchenko | 1 | -1/+1 |
2005-07-22 | Fixed the simulator. | Miika Pekkarinen | 1 | -1/+1 |
2005-07-22 | More accurate playback position calculation. | Miika Pekkarinen | 1 | -0/+5 |
2005-07-21 | Fixed the simulator. | Miika Pekkarinen | 1 | -0/+7 |
2005-07-21 | Crossfade (and pcm buffer size) length is now configurable. | Miika Pekkarinen | 1 | -5/+0 |
2005-07-21 | Check the correct thread handle. | Jens Arnold | 1 | -1/+1 |
2005-07-20 | Don't hog the CPU, but keep sound playback working. (This might need some twe... | Magnus Holmgren | 1 | -4/+16 |
2005-07-19 | Sound playback for the Win32 simulator, based on WaveOut. Not yet enabled by ... | Magnus Holmgren | 4 | -0/+190 |
2005-07-19 | Made Win32 thread management similar to the X11 one (previously yield() could... | Magnus Holmgren | 5 | -22/+27 |
2005-07-19 | Win32 needs the mode bits for open too. | Magnus Holmgren | 1 | -4/+0 |
2005-07-15 | check for/use sys/soundcard.h instead (since it works for cygwin too) | Daniel Stenberg | 1 | -1/+1 |
2005-07-15 | Enable crossfade for simulator. | Miika Pekkarinen | 1 | -1/+4 |
2005-07-14 | Win32 sim: better bitmap initialisation. | Jens Arnold | 1 | -2/+8 |
2005-07-14 | First take at PCM playback in the X11 sim on Linux. | Daniel Stenberg | 5 | -2/+139 |
2005-07-14 | brought back drawdots() and drawrectangles() since the player sim needs them | Daniel Stenberg | 1 | -0/+33 |
2005-07-14 | introducing H1x0 style grayscale support in the X11 sim | Daniel Stenberg | 5 | -311/+96 |
2005-07-13 | Win32 simulators: Fixed button repeat handling when releasing buttons. | Jens Arnold | 1 | -45/+45 |
2005-07-13 | Separated buffering stuff from pcm_playback to pcmbuf. Renamed some | Miika Pekkarinen | 1 | -0/+29 |
2005-07-12 | Removed picky warnings | Linus Nielsen Feltzing | 2 | -2/+2 |
2005-07-10 | Fixed a simulator crash while trying to play a song. Fixed crossfade | Miika Pekkarinen | 1 | -0/+72 |
2005-07-08 | Simulator fixes: H120 Win32 simulator build working. H120 X11 simulator uses ... | Jens Arnold | 3 | -3/+3 |
2005-07-08 | Remote LCD support for the Win32 H1x0 simulator. | Jens Arnold | 5 | -15/+120 |
2005-07-06 | 4-shades greyscale graphics core for iriver H1x0. 4-grey rockbox logo and lig... | Jens Arnold | 4 | -93/+132 |
2005-06-25 | Core functions taking advantage of the new, optimised lcd_hline() and lcd_vli... | Jens Arnold | 1 | -8/+6 |
2005-06-24 | Fix bug #1174245: Win32 simulator didn't keep track of pressed keys properly. | Jens Arnold | 1 | -1/+1 |
2005-06-18 | make it build fine for H300 (keypads) as well | Daniel Stenberg | 1 | -0/+4 |
2005-06-17 | Simulator stub for remote lcd flip. | Jens Arnold | 1 | -0/+5 |
2005-06-17 | Rename UI-v2.bmp to UI-recorderv2.bmp (Rec v2 win32 sim now builds) | Dave Chapman | 1 | -0/+0 |
2005-05-30 | Added dummy function and simulator stub. | Jens Arnold | 1 | -0/+5 |
2005-05-24 | No second (explicit) call to build libcomsim.a | Jens Arnold | 1 | -2/+0 |
2005-05-23 | Remote LCD support added to the x11 simulator, take 1. The win32 simulator | Daniel Stenberg | 6 | -13/+187 |
2005-05-11 | Simplification. | Jens Arnold | 1 | -1/+1 |
2005-05-07 | Fixed makefiles for autoconf.g include. | Daniel Stenberg | 3 | -7/+11 |
2005-04-04 | More audio code restructuring, mostly renaming functions so far | Linus Nielsen Feltzing | 1 | -1/+1 |
2005-03-19 | X11 simulator: Always restore the x11 button autorepeat setting, regardless a... | Jens Arnold | 1 | -3/+8 |
2005-03-18 | Major rework of the x11 simulator button handling. (1) Button repeat should a... | Jens Arnold | 8 | -159/+331 |
2005-03-18 | Extensive code policing (indentation levels, tab characters). | Jens Arnold | 4 | -317/+309 |
2005-03-09 | remove extra kludge we used to kill warnings on very old mingw cross-compile | Daniel Stenberg | 1 | -7/+0 |
2005-03-09 | Simulators: more efficient implementation of sim_filesize(). | Jens Arnold | 1 | -5/+10 |
2005-03-08 | attempt to kill two annoying win32 cross-compiler warnings | Daniel Stenberg | 1 | -0/+7 |
2005-03-07 | X11 simulator improvements: Proper thread stopping and realtime ticks, based ... | Jens Arnold | 1 | -33/+56 |