]> git.sesse.net Git - casparcg/commit
* added geometry to frames for custom rendering
authorniklaspandersson <niklas.p.andersson@svt.se>
Thu, 1 Aug 2013 08:03:20 +0000 (10:03 +0200)
committerniklaspandersson <niklas.p.andersson@svt.se>
Thu, 1 Aug 2013 08:03:20 +0000 (10:03 +0200)
commit6f22c401859fcb0a6361b6b3d72f676fe9b03fa2
tree94948f1bad8511be8899050453cca17fbe15d4f5
parentf85840349ec9cd109981a8b7046bbfad8cf0db93
* added geometry to frames for custom rendering
* new text-producer using freetype
* new photoshop-parser for the scene-producer
29 files changed:
accelerator/ogl/image/image_kernel.cpp
accelerator/ogl/image/image_kernel.h
accelerator/ogl/image/image_mixer.cpp
accelerator/ogl/image/image_shader.cpp
core/core.vcxproj
core/core.vcxproj.filters
core/frame/draw_frame.h
core/frame/frame.cpp
core/frame/frame.h
core/frame/geometry.cpp [new file with mode: 0644]
core/frame/geometry.h [new file with mode: 0644]
core/producer/scene/scene_producer.cpp
core/producer/scene/scene_producer.h
core/producer/text/text_producer.cpp [new file with mode: 0644]
core/producer/text/text_producer.h [new file with mode: 0644]
core/producer/text/utils/color.h [new file with mode: 0644]
core/producer/text/utils/string_metrics.h [new file with mode: 0644]
core/producer/text/utils/texture_atlas.cpp [new file with mode: 0644]
core/producer/text/utils/texture_atlas.h [new file with mode: 0644]
core/producer/text/utils/texture_font.cpp [new file with mode: 0644]
core/producer/text/utils/texture_font.h [new file with mode: 0644]
modules/psd/layer.cpp
modules/psd/psd.cpp
modules/psd/psd.vcxproj
protocol/amcp/AMCPCommandsImpl.cpp
shell/server.cpp
shell/shell.vcxproj
test/psd-test/psd-test.cpp
test/psd-test/psd-test.vcxproj