aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes/UVideo.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks2008-03-261-17/+18
* fixed the playback speed of the movie backgrounds_alexander2008-03-171-708/+708
* auto removed a bunch of unused local variablesjaybinks2008-03-101-708/+708
* Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun2008-03-091-0/+4
* replaced some "string" parameters with "const string"tobigun2008-03-061-2/+2
* fixed video looping and background video playback on linux..jaybinks2008-02-201-694/+693
* fixed that damn bug with the NG path hack... grrrjaybinks2008-02-201-1/+1
* mmmmmmmmmmmmmjaybinks2008-02-191-1/+2
* first steps towards loopable videos.jaybinks2008-02-191-2/+18
* Removed the "use nil instead of 0" warningstobigun2008-02-051-2/+2
* Update of the ffmpeg headers to their current trunk versions.tobigun2008-02-051-2/+2
* added blindy's swscale support. It can be enabled with {$DEFINE UseSWScale}.tobigun2008-01-181-0/+32
* changed from ffmpeg-free (audio) to ffmpeg-enabled (if turned on in switches....tobigun2008-01-111-5/+7
* incorporated some improvements (video scaling to full width, seeking for vide...b1indy2007-12-181-115/+33
* swscale experiment was not satisfying (bad performance), but made clear, that...b1indy2007-12-171-16/+65
* disabled the FFMPEG_AUDIO stuff for the momenttobigun2007-12-171-10/+11
* little bit of tidy up..jaybinks2007-12-071-14/+4
* added "V" key to sing screen to start Visualization...jaybinks2007-12-061-12/+11
* conformed projectM to IVideoPlayback jaybinks2007-12-061-4/+4
* - bugfix: tried to access array element -1 if video contained no audio-streamtobigun2007-12-051-3/+7
* fixed failed buildsjaybinks2007-11-011-1/+6
* Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08152007-11-011-3/+1
* made some major progress with ffmpeg audio playback !!!jaybinks2007-10-271-25/+60
* minor changes and fixes for USDX on linux.jaybinks2007-10-251-29/+29
* comment this.. oopsjaybinks2007-10-241-5/+8
* modified ffmpeg usage, to use interface same as bass...jaybinks2007-10-161-267/+358
* Added IAudioPlayback Interface and implementation for BASS.jaybinks2007-10-111-2/+1
* fixes so codebase builds in delphi now, after major FFMpeg changse for linux.jaybinks2007-10-111-2/+2
* modified UTime to utilise SDL timer... jaybinks2007-10-111-79/+179
* fixed some stuff for linux build...jaybinks2007-10-081-404/+462
* ScoreScreen, still working on some minor things like simplifying the src (mes...mogguh2007-09-211-2/+2
* added UCommon ( in classes ) for lazarus...jaybinks2007-09-191-4/+5
* changes in order to compile in lazarus...jaybinks2007-09-181-1/+26
* UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideob1indy2007-09-071-0/+378