index
:
osc-graphics
master
OSC-based graphics framework
Robin Haberkorn
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
layer_video.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-27
undefine GFX_ALPHA_ADJUST workaround so it doesn't cause problems when refere...
Robin Haberkorn
1
-0
/
+1
2012-09-27
use macro to force GFX_ALPHA_ADJUST as static
Robin Haberkorn
1
-2
/
+3
2012-09-27
compatibility with older SDL_gfx versions
Robin Haberkorn
1
-4
/
+11
2012-09-27
fixed alpha blitting when video buffer size is not display size; don't use vi...
Robin Haberkorn
1
-1
/
+9
2012-09-27
use initializer lists where convenient
Robin Haberkorn
1
-3
/
+3
2012-09-27
disable VLC OSD (e.g. text on video when file is plaued)
Robin Haberkorn
1
-3
/
+6
2012-09-26
declare liblo and libvlc callbacks with extern "C"
Robin Haberkorn
1
-20
/
+33
2012-09-26
make vlcinst a static class member since it's required only once for all Laye...
Robin Haberkorn
1
-5
/
+11
2012-09-26
moved layer registration from OSCServer into main.cpp using new OSCServer::re...
Robin Haberkorn
1
-0
/
+2
2012-09-26
renamed OscServer to OSCServer
Robin Haberkorn
1
-4
/
+4
2012-09-26
isolated OSC server specific code in OscServer class and allow to register me...
Robin Haberkorn
1
-0
/
+12
2012-09-21
split program into multiple files; switched to C++
Robin Haberkorn
1
-0
/
+232