| Commit message (Expand) | Author | Files | Lines |
2008-05-02 | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 1 | -1/+1 |
2008-04-30 | Close a previously opened video before a new one is opened | tobigun | 1 | -0/+4 |
2008-04-10 | workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic... | tobigun | 1 | -2/+2 |
2008-04-06 | removed lazarus dependencies | tobigun | 1 | -16/+1 |
2008-04-03 | second try to fix the problem, that the video is bigger than the screen when ... | s_alexander | 1 | -19/+21 |
2008-03-26 | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 1 | -17/+18 |
2008-03-17 | fixed the playback speed of the movie background | s_alexander | 1 | -708/+708 |
2008-03-10 | auto removed a bunch of unused local variables | jaybinks | 1 | -708/+708 |
2008-03-09 | Fixed some warnings ("missing result-values", "0 instead of nil", "comparison... | tobigun | 1 | -0/+4 |
2008-03-06 | replaced some "string" parameters with "const string" | tobigun | 1 | -2/+2 |
2008-02-20 | fixed video looping and background video playback on linux.. | jaybinks | 1 | -694/+693 |
2008-02-20 | fixed that damn bug with the NG path hack... grrr | jaybinks | 1 | -1/+1 |
2008-02-19 | mmmmmmmmmmmmm | jaybinks | 1 | -1/+2 |
2008-02-19 | first steps towards loopable videos. | jaybinks | 1 | -2/+18 |
2008-02-05 | Removed the "use nil instead of 0" warnings | tobigun | 1 | -2/+2 |
2008-02-05 | Update of the ffmpeg headers to their current trunk versions. | tobigun | 1 | -2/+2 |
2008-01-18 | added blindy's swscale support. It can be enabled with {$DEFINE UseSWScale}. | tobigun | 1 | -0/+32 |
2008-01-11 | changed from ffmpeg-free (audio) to ffmpeg-enabled (if turned on in switches.... | tobigun | 1 | -5/+7 |
2007-12-18 | incorporated some improvements (video scaling to full width, seeking for vide... | b1indy | 1 | -115/+33 |
2007-12-17 | swscale experiment was not satisfying (bad performance), but made clear, that... | b1indy | 1 | -16/+65 |
2007-12-17 | disabled the FFMPEG_AUDIO stuff for the moment | tobigun | 1 | -10/+11 |
2007-12-07 | little bit of tidy up.. | jaybinks | 1 | -14/+4 |
2007-12-06 | added "V" key to sing screen to start Visualization... | jaybinks | 1 | -12/+11 |
2007-12-06 | conformed projectM to IVideoPlayback | jaybinks | 1 | -4/+4 |
2007-12-05 | - bugfix: tried to access array element -1 if video contained no audio-stream | tobigun | 1 | -3/+7 |
2007-11-01 | fixed failed builds | jaybinks | 1 | -1/+6 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 1 | -3/+1 |
2007-10-27 | made some major progress with ffmpeg audio playback !!! | jaybinks | 1 | -25/+60 |
2007-10-25 | minor changes and fixes for USDX on linux. | jaybinks | 1 | -29/+29 |
2007-10-24 | comment this.. oops | jaybinks | 1 | -5/+8 |
2007-10-16 | modified ffmpeg usage, to use interface same as bass... | jaybinks | 1 | -267/+358 |
2007-10-11 | Added IAudioPlayback Interface and implementation for BASS. | jaybinks | 1 | -2/+1 |
2007-10-11 | fixes so codebase builds in delphi now, after major FFMpeg changse for linux. | jaybinks | 1 | -2/+2 |
2007-10-11 | modified UTime to utilise SDL timer... | jaybinks | 1 | -79/+179 |
2007-10-08 | fixed some stuff for linux build... | jaybinks | 1 | -404/+462 |
2007-09-21 | ScoreScreen, still working on some minor things like simplifying the src (mes... | mogguh | 1 | -2/+2 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 1 | -4/+5 |
2007-09-18 | changes in order to compile in lazarus... | jaybinks | 1 | -1/+26 |
2007-09-07 | UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideo | b1indy | 1 | -1/+1 |
2007-09-03 | modified frameskip method | b1indy | 1 | -6/+33 |
2007-09-01 | more/better error checking during codec initialization; | b1indy | 1 | -9/+58 |
2007-09-01 | ffmpeg support now with dualscreen mode | b1indy | 1 | -8/+11 |
2007-09-01 | re-commit, now with debugging things disabled | b1indy | 1 | -3/+5 |
2007-09-01 | got divx videos running by modifying the reported timebase (or framerate) to ... | b1indy | 1 | -9/+31 |
2007-08-22 | now the background is black | b1indy | 1 | -1/+1 |
2007-08-22 | black background for videos | b1indy | 1 | -4/+14 |
2007-07-28 | fixed a typo | b1indy | 1 | -1/+1 |
2007-07-28 | experimental ffmpeg videodecoding support, frameskipping doesn't work quite r... | b1indy | 1 | -0/+265 |