summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2014-08-25set names on a bunch more threads...Michael Stahl1-1/+3
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-8/+8
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-08-18STRING -> StringThomas Arnhold1-1/+1
2014-08-17libgltf: Append shader language version to the shader filesZolnai Tamás1-12/+1
2014-08-15ErrorBox AVMEDIA_ERR_URL to StringThomas Arnhold3-8/+5
2014-08-15Related: rhbz#1130264 plausible fix for reported crashCaolán McNamara2-4/+19
2014-08-07Handle collada libraries seperately: --disable-colladaZolnai Tamás2-7/+7
2014-08-05implement --with-system-gltfRene Engelhard3-0/+12
2014-08-05Upload first official libgltf release: libgltf-0.0.0Zolnai Tamás6-49/+47
2014-08-03avmedia/gstreamer: use GST_SECONDSimon Danner2-4/+4
2014-07-29simplify return argument of SfxPoolItem::GetPresentationNoel Grandin1-2/+2
2014-07-21fdo#81055: Crash due to inadequate checks for GL version / capabilitiesZolnai Tamás1-0/+31
2014-07-20Avoid a warning, return early on empty URL.Zolnai Tamás1-0/+4
2014-07-17glTF: allow to move camera also by keyboard in orbit mode.Zolnai Tamás1-2/+29
2014-07-16fdo#81182: Resizing glTF window affects camera positionZolnai Tamás1-2/+3
2014-07-14glTF: More rendering related error handlingZolnai Tamás2-2/+12
2014-07-11glTF: crash after starting a model without an OpenGL windowZolnai Tamás1-0/+3
2014-07-11glTF: Removing one model breaks an other modelZolnai Tamás1-0/+1
2014-07-07fix build errors related to AVFoundation @ OS X <10.7Douglas Mencken1-0/+2
2014-07-04glTF: camera movement constraint: use distance from the boundary boxZolnai Tamás1-2/+2
2014-07-03glTF: improve camera movement constraintZolnai Tamás1-1/+2
2014-07-03glTF: constraine camera move in orbit modeZolnai Tamás2-0/+19
2014-07-03Remove obsolete commentZolnai Tamás1-1/+0
2014-07-01avmedia: sal_Bool -> boolStephan Bergmann3-4/+4
2014-07-01Activate the "suspicious cast to sal_Bool" parts of loplugin:salboolStephan Bergmann1-1/+1
2014-06-25glTF rendering: moving in walktrough mode is to fastZolnai Tamás1-4/+4
2014-06-25Update libgltf: new build system and various fixesZolnai Tamás6-38/+69
2014-06-16glTF export: Use plural folder namesZolnai Tamás1-1/+1
2014-06-13kmz2gltf: Use LO's ZipFileAccess to unzip kmzZolnai Tamás1-13/+30
2014-06-13glTF: Avoid segmentation fault when one of the input files can't be loadedZolnai Tamás1-1/+1
2014-06-13Extract kmz and collada converter code to a seperate functionZolnai Tamás1-60/+80
2014-06-12Change glTF mime type: {application -> model}/vnd.gltf+jsonZolnai Tamás1-1/+1
2014-06-12Introduce HAVE_FEATURE_GLTF to enable/disable gltf related codeZolnai Tamás3-1/+20
2014-05-30fdo#68849: Add header guards to all include filesJens Carl1-1/+9
2014-05-29OGLFrameGrabber: use reference instead of pointerZolnai Tamás3-8/+9
2014-05-29OGLWindow: no need to call update after changes, timer takes care of itZolnai Tamás1-7/+0
2014-05-29OGLWindow: remove unused zoom levelZolnai Tamás2-17/+3
2014-05-29Remove accidently committed lineZolnai Tamás1-1/+0
2014-05-29OGLWindow: use reference instead of pointerZolnai Tamás3-44/+46
2014-05-29OGLPlayer: use more assertionsZolnai Tamás1-0/+20
2014-05-27First stop the timer, then the animation.Jan Holesovsky1-1/+1
2014-05-27Use AutoTimer instead of Timer, and add some more locking.Jan Holesovsky2-2/+5
2014-05-29OGLPlayer: handle json parsing errorZolnai Tamás1-2/+16
2014-05-29OGLPlayer: check before dereferenceZolnai Tamás1-4/+7
2014-05-28glTF rendering: workaround for camera movementsZolnai Tamás1-6/+21
2014-05-28libgltf: solve this memory leak problem on a better way 2Zolnai Tamás1-1/+19
2014-05-27glTF rendering: fix texture problemsZolnai Tamás1-1/+2
2014-05-25cppcheck: unusedFunctionThomas Arnhold2-10/+0
2014-05-25avmedia: call resize before player window is createdZolnai Tamás1-0/+1