aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-10-11link against shlwapi.dll on Windows for PathIsRelative()Robin Haberkorn1-0/+1
2012-10-05interpret font paths relative to configured system pathRobin Haberkorn2-8/+52
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 Haberkorn3-55/+250
2012-10-03use ffmpeg API to set a recorded frames presentation timestampRobin Haberkorn4-6/+26
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 Haberkorn1-0/+5
2012-10-03added video recorder based on SDL_ffmpegRobin Haberkorn4-2/+172
2012-10-03minor OSC server cleanupRobin Haberkorn2-1/+3
2012-10-03minor macro cleanupRobin Haberkorn3-8/+11
2012-10-02added text layers based on SDL_ttfRobin Haberkorn8-48/+329
2012-10-01C linkage cleanupRobin Haberkorn1-1/+14
2012-10-01fixed MinGW SDL stdio redirection issueRobin Haberkorn1-6/+19
2012-09-29minor automake refactoringRobin Haberkorn1-5/+4
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-28fixed using compat/ headers if BSD headers are not detected during configureRobin Haberkorn1-0/+5
2012-09-28fixed compiling and linking (compile with -Wall, link without libstdc++)Robin Haberkorn1-1/+4
2012-09-28include config.hRobin Haberkorn6-0/+24
2012-09-28autotools based build systemRobin Haberkorn13-0/+1494