aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UVideo.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-15fixed x-position of glScissor test in UVideo.Draw and UVideo.DrawReflection (...brunzelchen1-2/+2
2010-06-12fTimeBase is NOT the time-base of the FFmpeg stream -> renamed to fFrameDurat...tobigun1-28/+21
2010-06-12fix seeking in videostobigun1-1/+4
2010-06-10merge of VideoPreview branch into trunkbrunzelchen1-70/+397
2010-05-24revert of last made changes (rev. 2409)brunzelchen1-163/+46
2010-05-23added window-mode and reflection-mode to DrawGLbrunzelchen1-46/+163
2010-04-25wrong usage of glTexEnvi fixedtobigun1-2/+5
2010-04-21- better lyric <-> video synctobigun1-39/+139
2010-04-21- add video loop optiontobigun1-59/+103
2010-04-06- Revert quick-fix from revision 2000tobigun1-1/+1
2009-12-08added starting pts handlings_alexander1-12/+16
2009-12-07fix: open video files with the system's native encoding and path delimiter.brunzelchen1-1/+1
2009-11-09merged unicode branch (r1931) into trunks_alexander1-10/+12
2009-05-13Hint about removal of deprecated function img_convert added, but no code changek-m_schindler1-0/+6
2009-03-01fixed first screen was cleared when second screen was drawn. #76 should be fi...whiteshark01-2/+12
2009-02-15patch #2388324. Exit with corrupt videos. Courtesy to Hawkeark-m_schindler1-1/+10
2008-11-03improved seeking:tobigun1-50/+85
2008-10-31- swscale get_context parameter from cint -> TAVPixelFormattobigun1-6/+6
2008-10-31- cleanup (private and protected class members prepended with f...)tobigun1-214/+266
2008-10-19The size given to TextGL.SetSize() now expresses the size in pixel (formerly ...tobigun1-2/+2
2008-09-23added file headerstobigun1-12/+32
2008-09-13Media modules moved from base to mediatobigun1-0/+0
2008-09-02Moved: The folder classes has been renamed to basemogguh1-0/+0
2008-08-27rename Classes part2k-m_schindler1-0/+0
2008-08-27rename Classes part1k-m_schindler1-0/+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