aboutsummaryrefslogtreecommitdiff
path: root/layer_video.cpp
AgeCommit message (Expand)AuthorFilesLines
2012-09-27use initializer lists where convenientRobin Haberkorn1-3/+3
2012-09-27disable VLC OSD (e.g. text on video when file is plaued)Robin Haberkorn1-3/+6
2012-09-26declare liblo and libvlc callbacks with extern "C"Robin Haberkorn1-20/+33
2012-09-26make vlcinst a static class member since it's required only once for all Laye...Robin Haberkorn1-5/+11
2012-09-26moved layer registration from OSCServer into main.cpp using new OSCServer::re...Robin Haberkorn1-0/+2
2012-09-26renamed OscServer to OSCServerRobin Haberkorn1-4/+4
2012-09-26isolated OSC server specific code in OscServer class and allow to register me...Robin Haberkorn1-0/+12
2012-09-21split program into multiple files; switched to C++Robin Haberkorn1-0/+232