aboutsummaryrefslogtreecommitdiff
path: root/src/recorder.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-10-11renamed ERROR() and WARNING() macros to prevent preprocessor warnings on WindowsHEADmasterRobin Haberkorn1-6/+6
2012-10-11added support for newer ffmpeg librariesRobin Haberkorn1-5/+25
2012-10-05avoid including libav* headers in recorder.hRobin Haberkorn1-13/+20
2012-10-05cleaned up error reportingRobin Haberkorn1-25/+55
2012-10-04rewritten recorder using ffmpeg libs (without SDL_ffmpeg)Robin Haberkorn1-51/+233
2012-10-03use ffmpeg API to set a recorded frames presentation timestampRobin Haberkorn1-3/+18
2012-10-03simplified mutex locking idiom by introducing Mutex class (wrapper around SDL...Robin Haberkorn1-1/+0
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 Haberkorn1-0/+125