| Commit message (Expand) | Author | Files | Lines |
2007-12-18 | added audio-callback return value | tobigun | 1 | -0/+2 |
2007-12-18 | non_working with portaudio-support | tobigun | 1 | -0/+969 |
2007-12-18 | fixed crash on song play, if the AudioInterface reports the song | jaybinks | 2 | -17/+14 |
2007-12-18 | fixed ffmpeg-sdl_audio playback | jaybinks | 1 | -14/+28 |
2007-12-18 | fixed file name error | jaybinks | 1 | -2/+2 |
2007-12-18 | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@719 b956fd51-792f-4... | jaybinks | 2 | -218/+221 |
2007-12-17 | swscale back to the way it should be (works, but is too slow for video scaling) | b1indy | 1 | -3/+3 |
2007-12-17 | swscale experiment was not satisfying (bad performance), but made clear, that... | b1indy | 1 | -16/+65 |
2007-12-17 | allows switching between projectm 0.9/1.0 | tobigun | 1 | -2/+7 |
2007-12-17 | - faster preset switching | tobigun | 1 | -383/+378 |
2007-12-17 | added version 1.0 for testing | tobigun | 3 | -381/+926 |
2007-12-17 | include swscale.pas | b1indy | 1 | -1/+1 |
2007-12-17 | some minor changes to make swscale work | b1indy | 1 | -3/+13 |
2007-12-17 | - non-working ffmpeg-audio test version | tobigun | 1 | -536/+462 |
2007-12-17 | - changed compiler-switch FFMpegAudio to UseFFMpegAudio | tobigun | 1 | -4/+7 |
2007-12-17 | disabled the FFMPEG_AUDIO stuff for the moment | tobigun | 1 | -10/+11 |
2007-12-17 | - removed hStream in favour of TAudioOutputStream | tobigun | 3 | -61/+87 |
2007-12-17 | lazarus (was it lazarus?) complained about missing parameters for halt. after... | tobigun | 1 | -1/+1 |
2007-12-16 | some adjustment to the way, the lyrics zoom effect works (center of zoom shou... | b1indy | 1 | -17/+20 |
2007-12-16 | added some texture parameters (hope this fixes the "strich" problem that mog ... | b1indy | 1 | -0/+3 |
2007-12-16 | elimitated sentence change flicker bug | b1indy | 2 | -10/+19 |
2007-12-15 | again some progress with the lyrics... | b1indy | 2 | -77/+201 |
2007-12-12 | Some tweaking on the lyrics, credits to blindy! :X | mogguh | 1 | -8/+8 |
2007-12-12 | some "progress" with the lyrics | b1indy | 1 | -6/+30 |
2007-12-12 | got back those nice stars ;) | b1indy | 1 | -2/+2 |
2007-12-07 | little bit of tidy up.. | jaybinks | 9 | -1079/+1109 |
2007-12-07 | getpcmdata creates fake pcm-data now | tobigun | 1 | -2/+31 |
2007-12-07 | linux fix | tobigun | 1 | -51/+71 |
2007-12-07 | Fixed some linux visualizer errors | tobigun | 3 | -447/+436 |
2007-12-07 | oops didnt mean to commit that. | jaybinks | 1 | -5/+2 |
2007-12-06 | trying to get projectM to run in linux | jaybinks | 4 | -630/+651 |
2007-12-06 | Singscreen: pop up is now faster | mogguh | 1 | -3/+3 |
2007-12-06 | Fixed array issues, moving through the several arrays is ugly - but at least ... | mogguh | 1 | -184/+171 |
2007-12-06 | added some comments | jaybinks | 1 | -2/+4 |
2007-12-06 | gave priority to videos over Visualization... | jaybinks | 5 | -24/+61 |
2007-12-06 | turn on visualization | jaybinks | 1 | -1/+1 |
2007-12-06 | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@685 b956fd51-792f-4... | jaybinks | 1 | -1/+1 |
2007-12-06 | added [tab] to change visualization preset | jaybinks | 2 | -0/+39 |
2007-12-06 | added "V" key to sing screen to start Visualization... | jaybinks | 3 | -34/+32 |
2007-12-06 | added projectM switch (disabled by default) | tobigun | 1 | -2/+5 |
2007-12-06 | Visualizer changes (audio connection, some opengl fixes) | tobigun | 6 | -47/+118 |
2007-12-06 | conformed projectM to IVideoPlayback | jaybinks | 8 | -56/+151 |
2007-12-05 | - music-visualization support added. | tobigun | 1 | -0/+201 |
2007-12-05 | added projectM header file | tobigun | 1 | -0/+354 |
2007-12-05 | portaudio support added | tobigun | 1 | -8/+19 |
2007-12-05 | - bass input and output can now be switched on/off separately | tobigun | 1 | -3/+10 |
2007-12-05 | Changed this so that us-dx doesn't crash anymore if no soundcard is available | tobigun | 1 | -14/+6 |
2007-12-05 | - compatibility changes for fpc 2.2.0 and lazarus 0.9.24. Changes are enabled... | tobigun | 3 | -67/+148 |
2007-12-05 | GetFFTData() is an output- and not an input-interface's function | tobigun | 2 | -2/+2 |
2007-12-05 | - bugfix: tried to access array element -1 if video contained no audio-stream | tobigun | 1 | -3/+7 |