summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2014-05-08avmedia: fix media embedding problem in edit modeZolnai Tamás1-2/+1
2014-05-08DX canvas: provide a OutputDevice pointer as a device handler instead of HDCZolnai Tamás1-11/+0
2014-05-06Upgrade libgltfZolnai Tamás5-12/+7
2014-05-06Use WB_CLIPCHILDREN consistently.Jan Holesovsky1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-4/+4
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-1/+1
2014-04-29coverity#1210180 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-29coverity#1210188 Uninitialized pointer fieldCaolán McNamara1-0/+1
2014-04-28Slideshow: display OpenGL window also during slideshowZolnai Tamás3-0/+14
2014-04-28avmedia: make OpenGL window render model when play button is pushed.Zolnai Tamás4-8/+16
2014-04-28OGLWindow: set pos and size values even it is invisibleZolnai Tamás1-7/+7
2014-04-28Introduce OpenGLContext::MakeCurrent for switching between contextsZolnai Tamás1-0/+1
2014-04-28prefer makefile-gmake-modeTakeshi Abe8-8/+8
2014-04-27OGLPlayer: use libgltf methods for playing 3D animationZolnai Tamás2-18/+12
2014-04-27OGLPlayer: no sound of OpenGL modelsZolnai Tamás1-8/+4
2014-04-27OGFrameGrabber: use a BGRA bufferZolnai Tamás1-20/+7
2014-04-27First try to render OpenGL content in a windowZolnai Tamás5-27/+52
2014-04-27avmedia: create a special SystemChildWindow for 3D modelsZolnai Tamás3-17/+46
2014-04-27avmediaogl: Use INetURLObject for URL operationsZolnai Tamás1-3/+3
2014-04-27avmediaogl: Use glTFHandle for size valuesZolnai Tamás1-1/+1
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold3-1/+11
2014-04-22gltf: Trying to re-create the temp path fails on Windows.Jan Holesovsky1-1/+1
2014-04-20Try to fix buildZolnai Tamás1-1/+5
2014-04-20Make OGLFrameGrabber workZolnai Tamás7-15/+45
2014-04-20Fix build: missing glm_headersZolnai Tamás1-0/+1
2014-04-20avmediaogl: load all needed files into buffers for gltf renderingZolnai Tamás3-1/+99
2014-04-19avmediaogl: build depends on ENABLE_GLTF insteadZolnai Tamás1-1/+1
2014-04-18avmediaogl: use a create function for playerZolnai Tamás3-9/+17
2014-04-15avmedia: sal_Bool->boolNoel Grandin4-9/+9
2014-04-10Missing includeStephan Bergmann1-0/+2
2014-04-07Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist1-20/+0
2014-04-04Fix make file headerZolnai Tamás1-1/+1
2014-04-04avmediagst: use boost::noncopyableZolnai Tamás1-3/+2
2014-04-04avmediaogl: simplify namespaceZolnai Tamás1-2/+2
2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás4-32/+83
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin6-18/+18
2014-04-02glTF 3D model embedding: Embed all external resources of *.json fileZolnai Tamás3-6/+204
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann7-8/+8
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann5-48/+48
2014-03-27Avoid unused private field errorsZolnai Tamás2-0/+2
2014-03-27Try to fix mac build: missing boost headersZolnai Tamás1-0/+2
2014-03-27Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás12-0/+781
2014-03-27avmediavlc: Remove duplicated external usageZolnai Tamás1-2/+0
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann9-110/+110
2014-03-10avmedia: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-20/+1
2014-03-03upgrade liborcusMarkus Mohrhard1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann20-258/+258
2014-02-25Remove visual noise from avmediaAlexander Wilms22-90/+90
2014-02-23Remove unneccessary commentsAlexander Wilms16-245/+169
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-4/+4