| Commit message (Expand) | Author | Age | Files | Lines |
* | fixed ffmpeg-sdl_audio playback | jaybinks | 2007-12-18 | 1 | -14/+28 |
* | fixed file name error | jaybinks | 2007-12-18 | 1 | -2/+2 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@719 b956fd51-792f-4... | jaybinks | 2007-12-18 | 1 | -2/+5 |
* | swscale experiment was not satisfying (bad performance), but made clear, that... | b1indy | 2007-12-17 | 1 | -16/+65 |
* | - faster preset switching | tobigun | 2007-12-17 | 1 | -383/+378 |
* | - non-working ffmpeg-audio test version | tobigun | 2007-12-17 | 1 | -536/+462 |
* | disabled the FFMPEG_AUDIO stuff for the moment | tobigun | 2007-12-17 | 1 | -10/+11 |
* | - removed hStream in favour of TAudioOutputStream | tobigun | 2007-12-17 | 3 | -61/+87 |
* | lazarus (was it lazarus?) complained about missing parameters for halt. after... | tobigun | 2007-12-17 | 1 | -1/+1 |
* | some adjustment to the way, the lyrics zoom effect works (center of zoom shou... | b1indy | 2007-12-16 | 1 | -17/+20 |
* | added some texture parameters (hope this fixes the "strich" problem that mog ... | b1indy | 2007-12-16 | 1 | -0/+3 |
* | elimitated sentence change flicker bug | b1indy | 2007-12-16 | 1 | -10/+8 |
* | again some progress with the lyrics... | b1indy | 2007-12-15 | 1 | -65/+189 |
* | Some tweaking on the lyrics, credits to blindy! :X | mogguh | 2007-12-12 | 1 | -8/+8 |
* | some "progress" with the lyrics | b1indy | 2007-12-12 | 1 | -6/+30 |
* | got back those nice stars ;) | b1indy | 2007-12-12 | 1 | -2/+2 |
* | little bit of tidy up.. | jaybinks | 2007-12-07 | 8 | -1072/+1089 |
* | getpcmdata creates fake pcm-data now | tobigun | 2007-12-07 | 1 | -2/+31 |
* | Fixed some linux visualizer errors | tobigun | 2007-12-07 | 3 | -447/+436 |
* | oops didnt mean to commit that. | jaybinks | 2007-12-07 | 1 | -5/+2 |
* | trying to get projectM to run in linux | jaybinks | 2007-12-06 | 1 | -265/+275 |
* | Singscreen: pop up is now faster | mogguh | 2007-12-06 | 1 | -3/+3 |
* | gave priority to videos over Visualization... | jaybinks | 2007-12-06 | 3 | -4/+24 |
* | added [tab] to change visualization preset | jaybinks | 2007-12-06 | 1 | -0/+33 |
* | added "V" key to sing screen to start Visualization... | jaybinks | 2007-12-06 | 2 | -26/+23 |
* | Visualizer changes (audio connection, some opengl fixes) | tobigun | 2007-12-06 | 4 | -41/+106 |
* | conformed projectM to IVideoPlayback | jaybinks | 2007-12-06 | 5 | -49/+140 |
* | - music-visualization support added. | tobigun | 2007-12-05 | 1 | -0/+201 |
* | - compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled... | tobigun | 2007-12-05 | 3 | -67/+148 |
* | - bugfix: tried to access array element -1 if video contained no audio-stream | tobigun | 2007-12-05 | 1 | -3/+7 |
* | - Moved initialization from URecord to UAudio_bass. | tobigun | 2007-12-05 | 1 | -649/+648 |
* | - Moved GetFFTData from IAudioInput -> IAudioOutput (it is used for the song-... | tobigun | 2007-12-05 | 1 | -6/+3 |
* | Removed duplicated registration to the AudioManager. Registering once is enou... | tobigun | 2007-12-05 | 1 | -12/+4 |
* | - Removed all BASS stuff. BASS initialization is now done in UAudio_bass (or ... | tobigun | 2007-12-05 | 1 | -134/+52 |
* | Sound is now Recording.Sound | tobigun | 2007-12-05 | 2 | -7/+7 |
* | - Sound-Device initialization was moved from URecord to the specific Audio-In... | tobigun | 2007-12-05 | 1 | -21/+20 |
* | New portaudio interface added | tobigun | 2007-12-05 | 1 | -0/+434 |
* | Initialize SDL_GL_ALPHA_SIZE for the OpenGL Surface | b1indy | 2007-12-03 | 1 | -0/+1 |
* | fixed lazarus build-error due to differing declarations of FindFirstFileW and... | tobigun | 2007-11-28 | 1 | -21/+33 |
* | checking for delta=0 in col2h | b1indy | 2007-11-23 | 1 | -0/+2 |
* | Fonts are readable again, didn't edit the outline fonts (will be done later, ... | mogguh | 2007-11-23 | 1 | -6/+6 |
* | Added LogBuffer to dump binary data to a file. | eddie-0815 | 2007-11-22 | 1 | -0/+19 |
* | Solved Usdx-1 in Trunk and 1.0.1 | whiteshark0 | 2007-11-21 | 1 | -794/+794 |
* | Removed Windows.pas include | eddie-0815 | 2007-11-20 | 1 | -3/+0 |
* | Fixed UPlatformLinux.pas | eddie-0815 | 2007-11-20 | 1 | -1/+1 |
* | Changed Platform from Interface to Class. | eddie-0815 | 2007-11-20 | 7 | -157/+105 |
* | promoted changes from fisheye#614 to the main trunk | jaybinks | 2007-11-20 | 1 | -0/+92 |
* | fix run time bug | jaybinks | 2007-11-19 | 1 | -2/+2 |
* | fixed bug in UIni ( on linux at least ) | jaybinks | 2007-11-19 | 1 | -1/+2 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@603 b956fd51-792f-4... | jaybinks | 2007-11-11 | 1 | -6/+3 |