aboutsummaryrefslogtreecommitdiffstats
path: root/src/Classes/UVideo.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-27rename Classes part1k-m_schindler1-828/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-27spelling corrected FFMpeg -> FFmpegtobigun1-28/+28
2008-08-06avoid seeking if video is not initializedtobigun1-0/+3
2008-08-06RenderAspect is not neededtobigun1-4/+9
2008-07-02Audio/Video engine update:tobigun1-319/+282
2008-06-08- set svn:eol-style to nativetobigun1-857/+857
2008-05-21Video Aspect-Ratio fix (e.g. for 16:9 displays)tobigun1-11/+23
2008-05-14- bugfix: LoadTexture() did not initialize the TTexture result before it was ...tobigun1-30/+31
2008-05-13- speedup patch for video playback. Should be a little faster than before.tobigun1-468/+610
2008-05-08added "inherited ..." to all constructors to assure that the base-class const...tobigun1-0/+2
2008-05-02Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun1-1/+1
2008-04-30Close a previously opened video before a new one is openedtobigun1-0/+4
2008-04-10workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun1-2/+2
2008-04-06removed lazarus dependenciestobigun1-16/+1
2008-04-03second try to fix the problem, that the video is bigger than the screen when ...s_alexander1-19/+21
2008-03-26added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks1-17/+18
2008-03-17fixed the playback speed of the movie backgrounds_alexander1-708/+708
2008-03-10auto removed a bunch of unused local variablesjaybinks1-708/+708
2008-03-09Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun1-0/+4
2008-03-06replaced some "string" parameters with "const string"tobigun1-2/+2
2008-02-20fixed video looping and background video playback on linux..jaybinks1-694/+693
2008-02-20fixed that damn bug with the NG path hack... grrrjaybinks1-1/+1
2008-02-19mmmmmmmmmmmmmjaybinks1-1/+2
2008-02-19first steps towards loopable videos.jaybinks1-2/+18
2008-02-05Removed the "use nil instead of 0" warningstobigun1-2/+2
2008-02-05Update of the ffmpeg headers to their current trunk versions.tobigun1-2/+2
2008-01-18added blindy's swscale support. It can be enabled with {$DEFINE UseSWScale}.tobigun1-0/+32
2008-01-11changed from ffmpeg-free (audio) to ffmpeg-enabled (if turned on in switches....tobigun1-5/+7
2007-12-18incorporated some improvements (video scaling to full width, seeking for vide...b1indy1-115/+33
2007-12-17swscale experiment was not satisfying (bad performance), but made clear, that...b1indy1-16/+65
2007-12-17disabled the FFMPEG_AUDIO stuff for the momenttobigun1-10/+11
2007-12-07little bit of tidy up..jaybinks1-14/+4
2007-12-06added "V" key to sing screen to start Visualization...jaybinks1-12/+11
2007-12-06conformed projectM to IVideoPlayback jaybinks1-4/+4
2007-12-05- bugfix: tried to access array element -1 if video contained no audio-streamtobigun1-3/+7
2007-11-01fixed failed buildsjaybinks1-1/+6
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08151-3/+1
2007-10-27made some major progress with ffmpeg audio playback !!!jaybinks1-25/+60
2007-10-25minor changes and fixes for USDX on linux.jaybinks1-29/+29
2007-10-24comment this.. oopsjaybinks1-5/+8
2007-10-16modified ffmpeg usage, to use interface same as bass...jaybinks1-267/+358
2007-10-11Added IAudioPlayback Interface and implementation for BASS.jaybinks1-2/+1
2007-10-11fixes so codebase builds in delphi now, after major FFMpeg changse for linux.jaybinks1-2/+2
2007-10-11modified UTime to utilise SDL timer... jaybinks1-79/+179
2007-10-08fixed some stuff for linux build...jaybinks1-404/+462
2007-09-21ScoreScreen, still working on some minor things like simplifying the src (mes...mogguh1-2/+2
2007-09-19added UCommon ( in classes ) for lazarus...jaybinks1-4/+5
2007-09-18changes in order to compile in lazarus...jaybinks1-1/+26
2007-09-07UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideob1indy1-1/+1