aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* - removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun2008-04-0626-11606/+1187
* removed lazarus dependenciestobigun2008-04-064-20/+10
* - av_log_get_level()/av_log_set_level() addedtobigun2008-03-211-0/+56
* - Delphi (in contrast to C/C++) handles floating-point multiplications with N...tobigun2008-03-203-19/+83
* re-added local variable that was required for windows.jaybinks2008-03-101-1/+4
* auto removed a bunch of unused local variablesjaybinks2008-03-102-4362/+4362
* DeviceID must be unsigned.tobigun2008-03-091-4/+4
* fixed "untyped pointer in Dispose-call is meaningless" warning.tobigun2008-03-071-119/+119
* update to current SVN versiontobigun2008-03-075-16/+24
* Added all contents of the orginal Audacity FFT-file although it might be repl...tobigun2008-03-061-4/+258
* added first steps to building some unit tests.jaybinks2008-03-061-26/+26
* delphi 7 compatibility (inline was introduced with delphi 2005)tobigun2008-03-034-10/+18
* compatibility for fpc < 2.2.0 (at least 2.0.4)tobigun2008-02-212-0/+8
* libsamplerate header-files. Ported from C to Pascal by profoX` with some mino...tobigun2008-02-201-0/+205
* FFT library taken from Audacity and ported to Pascal.tobigun2008-02-201-0/+345
* Made the midi-stuff FPC (for windows) compatible.tobigun2008-02-207-57/+86
* fixed line endings for windows.jaybinks2008-02-201-13/+12
* A C-Wrapper to make the ProjectM C++-Headers usable in Delphi.tobigun2008-02-194-0/+323
* builds nice... and builds deb also that runs / works ..jaybinks2008-02-121-1/+5
* added yum install linejaybinks2008-02-081-22/+7
* compatibility with the current svn-versiontobigun2008-02-078-22/+56
* Made this FPC (for windows) compatibletobigun2008-02-051-1/+13
* - config-win.pas: swscale must be undefined by defaulttobigun2008-02-051-1/+1
* Update of the ffmpeg headers to their current trunk versions.tobigun2008-02-0513-4910/+5034
* updated to latest version of JEDI SDLjaybinks2008-02-0517-2490/+4253
* renamed Jedi-SDL folder.jaybinks2008-02-0529-0/+0
* added Jedi-SDL to our SVN tree..jaybinks2008-02-0530-4/+45563
* Fixed compiling and typos on OS X.eddie-08152008-01-111-1/+1
* FPC compatible FFMPEG versioning support. Version-numbers are in the form AAI...tobigun2008-01-112-99/+99
* removed one of the doubled CDECLs in av_register_codec_parsertobigun2008-01-111-1/+1
* there were some changes in the ffmpeg interface (for example TAVFormatContext...tobigun2008-01-118-85/+121
* eddie is right: pb is a pointer and not a TByteIOContext struct.tobigun2008-01-101-4/+3
* "MATHEMATICS.pas" is now "mathematics.pas"tobigun2008-01-101-0/+79
* "MATHEMATICS.pas" is now "mathematics.pas"tobigun2008-01-101-66/+0
* Changed DLL/so/dylib constants.eddie-08152008-01-092-11/+18
* Changed DLL/so/dylib constants. Changed TAVFormatContext fiels "pb" from stru...eddie-08152008-01-091-701/+706
* Changed MACOS define to DARWIN.eddie-08152008-01-091-1/+1
* Added readme and scripts for building and patching ffmpeg on OS X.eddie-08152008-01-093-0/+52
* Added a missing override-flag for the destroy-destructortobigun2007-12-182-2/+2
* Added a cdecl for the TAVPacket.destruct procedure.tobigun2007-12-181-695/+695
* swscale back to the way it should be (works, but is too slow for video scaling)b1indy2007-12-171-3/+3
* added version 1.0 for testingtobigun2007-12-173-381/+926
* some minor changes to make swscale workb1indy2007-12-171-3/+13
* linux fixtobigun2007-12-071-51/+71
* trying to get projectM to run in linuxjaybinks2007-12-062-309/+319
* Visualizer changes (audio connection, some opengl fixes)tobigun2007-12-061-1/+1
* added projectM header filetobigun2007-12-051-0/+354
* bugfix: changed sqlite3.dll to SQLiteDLL (which was never used)tobigun2007-12-051-199/+199
* Added {$PACKRECORDS C} for correct structuretobigun2007-12-052-1266/+1274
* Added swscaler as a replacement for the deprecated img_convert functiontobigun2007-12-051-0/+194