| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - faster preset switching | tobigun | 2007-12-17 | 1 | -383/+378 |
* | added version 1.0 for testing | tobigun | 2007-12-17 | 3 | -381/+926 |
* | include swscale.pas | b1indy | 2007-12-17 | 1 | -1/+1 |
* | some minor changes to make swscale work | b1indy | 2007-12-17 | 1 | -3/+13 |
* | - non-working ffmpeg-audio test version | tobigun | 2007-12-17 | 1 | -536/+462 |
* | - changed compiler-switch FFMpegAudio to UseFFMpegAudio | tobigun | 2007-12-17 | 1 | -4/+7 |
* | 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 | 2 | -10/+19 |
* | again some progress with the lyrics... | b1indy | 2007-12-15 | 2 | -77/+201 |
* | 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 | 9 | -1079/+1109 |
* | getpcmdata creates fake pcm-data now | tobigun | 2007-12-07 | 1 | -2/+31 |
* | linux fix | tobigun | 2007-12-07 | 1 | -51/+71 |
* | 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 | 4 | -630/+651 |
* | Singscreen: pop up is now faster | mogguh | 2007-12-06 | 1 | -3/+3 |
* | Fixed array issues, moving through the several arrays is ugly - but at least ... | mogguh | 2007-12-06 | 1 | -184/+171 |
* | added some comments | jaybinks | 2007-12-06 | 1 | -2/+4 |
* | gave priority to videos over Visualization... | jaybinks | 2007-12-06 | 5 | -24/+61 |
* | turn on visualization | jaybinks | 2007-12-06 | 1 | -1/+1 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@685 b956fd51-792f-4... | jaybinks | 2007-12-06 | 1 | -1/+1 |
* | added [tab] to change visualization preset | jaybinks | 2007-12-06 | 2 | -0/+39 |
* | added "V" key to sing screen to start Visualization... | jaybinks | 2007-12-06 | 3 | -34/+32 |
* | added projectM switch (disabled by default) | tobigun | 2007-12-06 | 1 | -2/+5 |
* | Visualizer changes (audio connection, some opengl fixes) | tobigun | 2007-12-06 | 6 | -47/+118 |
* | conformed projectM to IVideoPlayback | jaybinks | 2007-12-06 | 8 | -56/+151 |
* | - music-visualization support added. | tobigun | 2007-12-05 | 1 | -0/+201 |
* | added projectM header file | tobigun | 2007-12-05 | 1 | -0/+354 |
* | portaudio support added | tobigun | 2007-12-05 | 1 | -8/+19 |
* | - bass input and output can now be switched on/off separately | tobigun | 2007-12-05 | 1 | -3/+10 |
* | Changed this so that us-dx doesn't crash anymore if no soundcard is available | tobigun | 2007-12-05 | 1 | -14/+6 |
* | - compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled... | tobigun | 2007-12-05 | 3 | -67/+148 |
* | GetFFTData() is an output- and not an input-interface's function | tobigun | 2007-12-05 | 2 | -2/+2 |
* | - 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 |
* | bugfix: changed sqlite3.dll to SQLiteDLL (which was never used) | tobigun | 2007-12-05 | 1 | -199/+199 |
* | Added {$PACKRECORDS C} for correct structure | tobigun | 2007-12-05 | 2 | -1266/+1274 |