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
/
Game
/
Code
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-03-21
- av_log_get_level()/av_log_set_level() added
tobigun
1
-0
/
+56
2008-03-20
- Delphi (in contrast to C/C++) handles floating-point multiplications with N...
tobigun
3
-19
/
+83
2008-03-10
re-added local variable that was required for windows.
jaybinks
1
-1
/
+4
2008-03-10
auto removed a bunch of unused local variables
jaybinks
2
-4362
/
+4362
2008-03-09
DeviceID must be unsigned.
tobigun
1
-4
/
+4
2008-03-07
fixed "untyped pointer in Dispose-call is meaningless" warning.
tobigun
1
-119
/
+119
2008-03-07
update to current SVN version
tobigun
5
-16
/
+24
2008-03-06
Added all contents of the orginal Audacity FFT-file although it might be repl...
tobigun
1
-4
/
+258
2008-03-06
added first steps to building some unit tests.
jaybinks
1
-26
/
+26
2008-03-03
delphi 7 compatibility (inline was introduced with delphi 2005)
tobigun
4
-10
/
+18
2008-02-21
compatibility for fpc < 2.2.0 (at least 2.0.4)
tobigun
2
-0
/
+8
2008-02-20
libsamplerate header-files. Ported from C to Pascal by profoX` with some mino...
tobigun
1
-0
/
+205
2008-02-20
FFT library taken from Audacity and ported to Pascal.
tobigun
1
-0
/
+345
2008-02-20
Made the midi-stuff FPC (for windows) compatible.
tobigun
7
-57
/
+86
2008-02-20
fixed line endings for windows.
jaybinks
1
-13
/
+12
2008-02-19
A C-Wrapper to make the ProjectM C++-Headers usable in Delphi.
tobigun
4
-0
/
+323
2008-02-12
builds nice... and builds deb also that runs / works ..
jaybinks
1
-1
/
+5
2008-02-08
added yum install line
jaybinks
1
-22
/
+7
2008-02-07
compatibility with the current svn-version
tobigun
8
-22
/
+56
2008-02-05
Made this FPC (for windows) compatible
tobigun
1
-1
/
+13
2008-02-05
- config-win.pas: swscale must be undefined by default
tobigun
1
-1
/
+1
2008-02-05
Update of the ffmpeg headers to their current trunk versions.
tobigun
13
-4910
/
+5034
2008-02-05
updated to latest version of JEDI SDL
jaybinks
17
-2490
/
+4253
2008-02-05
renamed Jedi-SDL folder.
jaybinks
29
-0
/
+0
2008-02-05
added Jedi-SDL to our SVN tree..
jaybinks
30
-4
/
+45563
2008-01-11
Fixed compiling and typos on OS X.
eddie-0815
1
-1
/
+1
2008-01-11
FPC compatible FFMPEG versioning support. Version-numbers are in the form AAI...
tobigun
2
-99
/
+99
2008-01-11
removed one of the doubled CDECLs in av_register_codec_parser
tobigun
1
-1
/
+1
2008-01-11
there were some changes in the ffmpeg interface (for example TAVFormatContext...
tobigun
8
-85
/
+121
2008-01-10
eddie is right: pb is a pointer and not a TByteIOContext struct.
tobigun
1
-4
/
+3
2008-01-10
"MATHEMATICS.pas" is now "mathematics.pas"
tobigun
1
-0
/
+79
2008-01-10
"MATHEMATICS.pas" is now "mathematics.pas"
tobigun
1
-66
/
+0
2008-01-09
Changed DLL/so/dylib constants.
eddie-0815
2
-11
/
+18
2008-01-09
Changed DLL/so/dylib constants. Changed TAVFormatContext fiels "pb" from stru...
eddie-0815
1
-701
/
+706
2008-01-09
Changed MACOS define to DARWIN.
eddie-0815
1
-1
/
+1
2008-01-09
Added readme and scripts for building and patching ffmpeg on OS X.
eddie-0815
3
-0
/
+52
2007-12-18
Added a missing override-flag for the destroy-destructor
tobigun
2
-2
/
+2
2007-12-18
Added a cdecl for the TAVPacket.destruct procedure.
tobigun
1
-695
/
+695
2007-12-17
swscale back to the way it should be (works, but is too slow for video scaling)
b1indy
1
-3
/
+3
2007-12-17
added version 1.0 for testing
tobigun
3
-381
/
+926
2007-12-17
some minor changes to make swscale work
b1indy
1
-3
/
+13
2007-12-07
linux fix
tobigun
1
-51
/
+71
2007-12-06
trying to get projectM to run in linux
jaybinks
2
-309
/
+319
2007-12-06
Visualizer changes (audio connection, some opengl fixes)
tobigun
1
-1
/
+1
2007-12-05
added projectM header file
tobigun
1
-0
/
+354
2007-12-05
bugfix: changed sqlite3.dll to SQLiteDLL (which was never used)
tobigun
1
-199
/
+199
2007-12-05
Added {$PACKRECORDS C} for correct structure
tobigun
2
-1266
/
+1274
2007-12-05
Added swscaler as a replacement for the deprecated img_convert function
tobigun
1
-0
/
+194
2007-11-28
added portaudio and portmixer headers as replacement for bass in linux
tobigun
2
-0
/
+1303
2007-11-23
this shouldn't have been here
b1indy
1
-0
/
+0
[next]