index
:
usdx
cpp
github/svn/1.0.1
github/svn/1.0.1%20Challenge%20MOD
github/svn/1.01
github/svn/1.0x
github/svn/1.1
github/svn/1.1-beta
github/svn/Lua
github/svn/experimental
github/svn/new_songloading
github/svn/trunk
master
svn/1.0.1
svn/1.0.1%20Challenge%20MOD
svn/1.01
svn/1.0x
svn/1.1
svn/1.1-beta
svn/Lua
svn/experimental
svn/new_songloading
svn/trunk
SVN Import von https://ultrastardx.svn.sourceforge.net/svnroot/ultrastardx
UltraStar Deluxe Development Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
media
/
UVideo.pas
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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
2008-02-05
Update of the ffmpeg headers to their current trunk versions.
tobigun
1
-2
/
+2
2008-01-18
added blindy's swscale support. It can be enabled with {$DEFINE UseSWScale}.
tobigun
1
-0
/
+32
2008-01-11
changed from ffmpeg-free (audio) to ffmpeg-enabled (if turned on in switches....
tobigun
1
-5
/
+7
2007-12-18
incorporated some improvements (video scaling to full width, seeking for vide...
b1indy
1
-115
/
+33
2007-12-17
swscale experiment was not satisfying (bad performance), but made clear, that...
b1indy
1
-16
/
+65
2007-12-17
disabled the FFMPEG_AUDIO stuff for the moment
tobigun
1
-10
/
+11
[next]