| Commit message (Expand) | Author | Files | Lines |
2010-06-15 | fixed x-position of glScissor test in UVideo.Draw and UVideo.DrawReflection (... | brunzelchen | 1 | -2/+2 |
2010-06-12 | fTimeBase is NOT the time-base of the FFmpeg stream -> renamed to fFrameDurat... | tobigun | 1 | -28/+21 |
2010-06-12 | fix seeking in videos | tobigun | 1 | -1/+4 |
2010-06-10 | merge of VideoPreview branch into trunk | brunzelchen | 1 | -70/+397 |
2010-05-24 | revert of last made changes (rev. 2409) | brunzelchen | 1 | -163/+46 |
2010-05-23 | added window-mode and reflection-mode to DrawGL | brunzelchen | 1 | -46/+163 |
2010-04-25 | wrong usage of glTexEnvi fixed | tobigun | 1 | -2/+5 |
2010-04-21 | - better lyric <-> video sync | tobigun | 1 | -39/+139 |
2010-04-21 | - add video loop option | tobigun | 1 | -59/+103 |
2010-04-06 | - Revert quick-fix from revision 2000 | tobigun | 1 | -1/+1 |
2009-12-08 | added starting pts handling | s_alexander | 1 | -12/+16 |
2009-12-07 | fix: open video files with the system's native encoding and path delimiter. | brunzelchen | 1 | -1/+1 |
2009-11-09 | merged unicode branch (r1931) into trunk | s_alexander | 1 | -10/+12 |
2009-05-13 | Hint about removal of deprecated function img_convert added, but no code change | k-m_schindler | 1 | -0/+6 |
2009-03-01 | fixed first screen was cleared when second screen was drawn. #76 should be fi... | whiteshark0 | 1 | -2/+12 |
2009-02-15 | patch #2388324. Exit with corrupt videos. Courtesy to Hawkear | k-m_schindler | 1 | -1/+10 |
2008-11-03 | improved seeking: | tobigun | 1 | -50/+85 |
2008-10-31 | - swscale get_context parameter from cint -> TAVPixelFormat | tobigun | 1 | -6/+6 |
2008-10-31 | - cleanup (private and protected class members prepended with f...) | tobigun | 1 | -214/+266 |
2008-10-19 | The size given to TextGL.SetSize() now expresses the size in pixel (formerly ... | tobigun | 1 | -2/+2 |
2008-09-23 | added file headers | tobigun | 1 | -12/+32 |
2008-09-13 | Media modules moved from base to media | tobigun | 1 | -0/+0 |
2008-09-02 | Moved: The folder classes has been renamed to base | mogguh | 1 | -0/+0 |
2008-08-27 | rename Classes part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Classes part1 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | Reordering of the directories[1]: moving Game/Code to src | k-m_schindler | 1 | -0/+0 |
2008-08-27 | spelling corrected FFMpeg -> FFmpeg | tobigun | 1 | -28/+28 |
2008-08-06 | avoid seeking if video is not initialized | tobigun | 1 | -0/+3 |
2008-08-06 | RenderAspect is not needed | tobigun | 1 | -4/+9 |
2008-07-02 | Audio/Video engine update: | tobigun | 1 | -319/+282 |
2008-06-08 | - set svn:eol-style to native | tobigun | 1 | -857/+857 |
2008-05-21 | Video Aspect-Ratio fix (e.g. for 16:9 displays) | tobigun | 1 | -11/+23 |
2008-05-14 | - bugfix: LoadTexture() did not initialize the TTexture result before it was ... | tobigun | 1 | -30/+31 |
2008-05-13 | - speedup patch for video playback. Should be a little faster than before. | tobigun | 1 | -468/+610 |
2008-05-08 | added "inherited ..." to all constructors to assure that the base-class const... | tobigun | 1 | -0/+2 |
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 |