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
/
lib
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-04-25
numerous fixes for lua 5.2. Still needs changes where it is used, i.e. ULuaCore
k-m_schindler
1
-39
/
+95
2013-04-17
2nd try to fix uint32
k-m_schindler
1
-1
/
+1
2013-04-17
fix uint32
k-m_schindler
1
-1
/
+1
2013-04-17
lua headers including lua.5.2
k-m_schindler
1
-213
/
+654
2013-03-03
first fix of ffmpeg-1.0
k-m_schindler
10
-248
/
+249
2013-03-02
Finally add the notes. version 1.0 and 1.1 can now be checked for compilation...
k-m_schindler
4
-0
/
+36
2013-03-02
add avformat.pas
k-m_schindler
2
-0
/
+4464
2013-03-02
add swscale.pas
k-m_schindler
2
-0
/
+958
2013-03-01
add avio.pas
k-m_schindler
2
-0
/
+1182
2013-03-01
avcodec.pas: fix 1.0
k-m_schindler
1
-2
/
+2
2013-03-01
avcodec.pas: fix 1.0 and add 1.1
k-m_schindler
2
-26
/
+5458
2013-03-01
add avcodec.pas
k-m_schindler
1
-0
/
+5274
2013-03-01
add libavcodec/audioconvert.pas
k-m_schindler
2
-0
/
+515
2013-03-01
add avutil.pas. this should be all av avutil
k-m_schindler
2
-0
/
+590
2013-03-01
samplefmt update.
k-m_schindler
2
-15
/
+26
2013-03-01
update pixfmt.pas
k-m_schindler
2
-169
/
+312
2013-02-28
update/fix mem.pas
k-m_schindler
4
-2
/
+93
2013-02-28
update cpu.pas
k-m_schindler
3
-7
/
+78
2013-02-28
update cpu.pas
k-m_schindler
3
-4
/
+19
2013-02-28
update opt.pas
k-m_schindler
3
-19
/
+165
2013-02-28
dict.pas
k-m_schindler
2
-2
/
+20
2013-02-28
mathematics.pas
k-m_schindler
2
-8
/
+28
2013-02-28
update of 1.1
k-m_schindler
1
-0
/
+1
2013-02-28
error.pas
k-m_schindler
18
-0
/
+3563
2013-02-27
rational.pas
k-m_schindler
2
-0
/
+412
2013-01-27
add version number treatment for lua. The headers still need fixes for versio...
k-m_schindler
1
-12
/
+10
2013-01-05
gcc version 4.5 already doesn't need the extra __dso_handle definition.
lotanrm
1
-1
/
+1
2013-01-03
merge with the patches of s_alexander from the new svn repository. prepare fo...
k-m_schindler
4
-5
/
+5
2012-10-29
increase minor version in libs. Ubuntu 12 has newer versions, than the 0.8 re...
k-m_schindler
4
-9
/
+9
2012-10-20
first try of version 0.11.*
k-m_schindler
14
-3110
/
+2702
2012-10-19
add AVERROR_UNKNOWN. Although it is not in 10.0, but only in the later, it do...
k-m_schindler
1
-1
/
+2
2012-10-19
plain copy of ffmpeg-0.10 as a start for ffmpeg-0.11
k-m_schindler
18
-0
/
+11045
2012-07-14
fix pointer types.
k-m_schindler
1
-1
/
+1
2012-07-14
fix size_t for Delphi. fix duplicate packet procedures in avformat and avcodec.
k-m_schindler
13
-122
/
+112
2012-07-13
change of PByteIOContext. makes Delphi happy.
k-m_schindler
4
-4
/
+4
2012-07-13
fixed revision numbers, macros, ...
k-m_schindler
19
-154
/
+201
2012-07-10
same procedure for avformat as for avcodec.
k-m_schindler
1
-29
/
+27
2012-07-10
a test for debuggin.
k-m_schindler
1
-27
/
+27
2012-07-10
a test for debuggin.
k-m_schindler
1
-34
/
+31
2012-07-10
a test for debuggin.
k-m_schindler
1
-1
/
+2
2012-07-10
change max supported version.
k-m_schindler
1
-3
/
+3
2012-07-10
switch of version check of avutil for the moment. idea is to get the buildbot...
k-m_schindler
1
-1
/
+1
2012-07-10
more fixes of ifdefs and similar. probably buggy.
k-m_schindler
4
-157
/
+157
2012-07-09
bug fix of macro
k-m_schindler
1
-4
/
+4
2012-07-09
bug fix of previous commit
k-m_schindler
1
-1
/
+1
2012-07-09
more fixing ends of macros for Delphi 7.
k-m_schindler
4
-10
/
+14
2012-07-09
replace << and >> by shl and shr. makes Delphi happy.
k-m_schindler
2
-3
/
+3
2012-07-09
fixing ends of macros for Delphi 7. maybe not all of them.
k-m_schindler
1
-24
/
+24
2012-06-13
do not apply the __dso_handle patch on Mac OS X
k-m_schindler
1
-5
/
+7
2012-06-12
hack of __dso_handle is not needed with gcc >4.6
k-m_schindler
1
-1
/
+3
[next]