aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UVideo.pas (unfollow)
Commit message (Expand)AuthorFilesLines
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
2007-09-03modified frameskip methodb1indy1-6/+33
2007-09-01more/better error checking during codec initialization;b1indy1-9/+58
2007-09-01ffmpeg support now with dualscreen modeb1indy1-8/+11
2007-09-01re-commit, now with debugging things disabledb1indy1-3/+5
2007-09-01got divx videos running by modifying the reported timebase (or framerate) to ...b1indy1-9/+31
2007-08-22now the background is blackb1indy1-1/+1
2007-08-22black background for videosb1indy1-4/+14
2007-07-28fixed a typob1indy1-1/+1
2007-07-28experimental ffmpeg videodecoding support, frameskipping doesn't work quite r...b1indy1-0/+265