aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-11renamed ERROR() and WARNING() macros to prevent preprocessor warnings on WindowsHEADmasterRobin Haberkorn5-12/+12
2012-10-11added support for newer ffmpeg librariesRobin Haberkorn1-5/+25
2012-10-11link against shlwapi.dll on Windows for PathIsRelative()Robin Haberkorn2-0/+5
2012-10-05interpret font paths relative to configured system pathRobin Haberkorn3-8/+61
2012-10-05avoid including libav* headers in recorder.hRobin Haberkorn3-27/+29
2012-10-05cleaned up error reportingRobin Haberkorn5-36/+71
2012-10-04rewritten recorder using ffmpeg libs (without SDL_ffmpeg)Robin Haberkorn5-62/+262
2012-10-03use ffmpeg API to set a recorded frames presentation timestampRobin Haberkorn5-7/+27
2012-10-03simplified mutex locking idiom by introducing Mutex class (wrapper around SDL...Robin Haberkorn7-70/+53
2012-10-03allow to stop video recoding via (/recorder/start s "") and OSCGraphics.record()Robin Haberkorn2-2/+8
2012-10-03added video recorder based on SDL_ffmpegRobin Haberkorn6-3/+196
2012-10-03minor OSC server cleanupRobin Haberkorn2-1/+3
2012-10-03minor macro cleanupRobin Haberkorn3-8/+11
2012-10-03fixed OSCGraphicsTextRobin Haberkorn1-3/+3
2012-10-03ChucK text layer wrapperRobin Haberkorn4-1/+110
2012-10-02added text layers based on SDL_ttfRobin Haberkorn9-48/+336
2012-10-01C linkage cleanupRobin Haberkorn1-1/+14
2012-10-01fixed MinGW SDL stdio redirection issueRobin Haberkorn1-6/+19
2012-09-29several MinGW buildsystem fixesRobin Haberkorn1-2/+14
2012-09-29minor automake refactoringRobin Haberkorn1-5/+4
2012-09-29libtool links against ws2_32.dll automaticallyRobin Haberkorn1-2/+0
2012-09-29link with gcc frontend to avoid having to link against libc explicitlyRobin Haberkorn1-2/+3
2012-09-28include some autoconf info stuff in helpRobin Haberkorn1-5/+12
2012-09-28ensure that chuck wrapper's lib.ck contains the installation pathRobin Haberkorn3-12/+17
2012-09-28use LGPL instead of GPLRobin Haberkorn1-668/+159
2012-09-28fixed using compat/ headers if BSD headers are not detected during configureRobin Haberkorn2-3/+7
2012-09-28fixed compiling and linking (compile with -Wall, link without libstdc++)Robin Haberkorn1-1/+4
2012-09-28updated .gitignoreRobin Haberkorn1-1/+21
2012-09-28include config.hRobin Haberkorn6-0/+24
2012-09-28autotools based build systemRobin Haberkorn24-43/+1150
2012-09-27undefine GFX_ALPHA_ADJUST workaround so it doesn't cause problems when refere...Robin Haberkorn2-0/+2
2012-09-27LayerImage: work around GFX_ALPHA_ADJUST definition issueRobin Haberkorn1-0/+4
2012-09-27use macro to force GFX_ALPHA_ADJUST as staticRobin Haberkorn1-2/+3
2012-09-27LayerImage cleanup (removed unused code)Robin Haberkorn1-16/+0
2012-09-27compatibility with older SDL_gfx versionsRobin Haberkorn1-4/+11
2012-09-27fixed alpha blitting when video buffer size is not display size; don't use vi...Robin Haberkorn1-1/+9
2012-09-27BSD header Windows compatibility changesRobin Haberkorn1-2/+3
2012-09-27disable SDL's stdio redirection on WindowsRobin Haberkorn1-0/+6
2012-09-27added missing cdefs.h BSD headerRobin Haberkorn1-0/+89
2012-09-27include BSD headersRobin Haberkorn3-0/+1388
2012-09-27make layer list double-linkedRobin Haberkorn3-25/+19
2012-09-27use initializer lists where convenientRobin Haberkorn5-19/+14
2012-09-27warn if hardware surfaces unavailableRobin Haberkorn1-0/+5
2012-09-27support command line argumentsRobin Haberkorn3-13/+112
2012-09-27disable VLC OSD (e.g. text on video when file is plaued)Robin Haberkorn1-3/+6
2012-09-26removed "struct" when using the struct typeRobin Haberkorn1-3/+3
2012-09-26let the compiler check format-strings and params in OSCServer::add/del_method...Robin Haberkorn2-5/+11
2012-09-26declare liblo and libvlc callbacks with extern "C"Robin Haberkorn2-20/+40
2012-09-26make vlcinst a static class member since it's required only once for all Laye...Robin Haberkorn2-6/+12
2012-09-26moved layer registration from OSCServer into main.cpp using new OSCServer::re...Robin Haberkorn10-64/+79