summaryrefslogtreecommitdiff
path: root/avmedia/source
AgeCommit message (Expand)AuthorFilesLines
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-13Change glTF mime type: {application -> model}/vnd.gltf+jsonZolnai Tamás1-1/+1
2014-06-13Introduce HAVE_FEATURE_GLTF to enable/disable gltf related codeZolnai Tamás2-0/+14
2014-06-11OGLFrameGrabber: use reference instead of pointerZolnai Tamás3-8/+9
2014-06-11OGLWindow: no need to call update after changes, timer takes care of itZolnai Tamás1-7/+0
2014-06-11OGLWindow: use reference instead of pointerZolnai Tamás3-45/+46
2014-06-11OGLPlayer: use more assertionsZolnai Tamás1-0/+20
2014-06-11OGLPlayer: handle json parsing errorZolnai Tamás1-2/+16
2014-06-11OGLPlayer: check before dereferenceZolnai Tamás1-4/+7
2014-06-11glTF rendering: workaround for camera movementsZolnai Tamás1-6/+21
2014-06-11libgltf: solve this memory leak problem on a better way 2Zolnai Tamás1-1/+19
2014-06-11glTF rendering: fix texture problemsZolnai Tamás1-1/+2
2014-06-11First stop the timer, then the animation.Jan Holesovsky1-1/+1
2014-06-11Use AutoTimer instead of Timer, and add some more locking.Jan Holesovsky2-2/+5
2014-06-11libgltf: Another new version.Jan Holesovsky1-9/+9
2014-06-11glTF: download *.dae and *.kmz files to the temp folder before conversionZolnai Tamás1-8/+33
2014-06-11collada2gltf: fix URL problemsZolnai Tamás1-12/+20
2014-05-25avmedia: call resize before player window is createdZolnai Tamás1-0/+1
2014-05-25fdo#79133: avoid segmentation fault during destruction of media windowZolnai Tamás1-1/+2
2014-05-21libgltf: Updated version.Jan Holesovsky3-10/+9
2014-05-21collada2gltf: Ignore case of the extension.Jan Holesovsky1-2/+4
2014-05-21gltf: Send delta when rotating, not absolute value.Jan Holesovsky1-1/+7
2014-05-21libgltf: Update to the new version.Jan Holesovsky2-2/+2
2014-05-21glTF embedding: handle missing image on a better wayZolnai Tamás1-6/+14
2014-05-20collada2gltf: output bundle path needs to be in url formatMatúš Kukan1-2/+3
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-12/+0
2014-05-19Do not throw if there is no "images" child in json file tree.Matúš Kukan1-2/+2
2014-05-16OGLPlayer: comment out gltf_animation_get_timeZolnai Tamás1-1/+1
2014-05-16WaE: unused parameter 'fTime'Tor Lillqvist1-0/+1
2014-05-16OGLPlayer: fix playing of animation in edit modeZolnai Tamás1-1/+2
2014-05-16OGLPlayer: set a timer which call redrawing to show animationZolnai Tamás2-2/+26
2014-05-16OGLWindow: fix key capturing issueZolnai Tamás1-0/+4
2014-05-16Use correct header guard name in comment at #endifTor Lillqvist1-1/+1
2014-05-16Make the MacAVF code build also as 32-bitTor Lillqvist3-17/+19
2014-05-15loplugin:saloverrideStephan Bergmann8-115/+115
2014-05-15loplugin:bodynotinblockStephan Bergmann1-0/+2
2014-05-15OGLWindow: improve camera movement, make it fasterZolnai Tamás1-10/+10
2014-05-15Argh, it's <ext/hash_map> apparentlyTor Lillqvist1-1/+1
2014-05-15Use std::hash:map when building against libstdc++ (and not libc++)Tor Lillqvist1-0/+5
2014-05-15AOO: #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yetHerbert Dürr1-1/+4
2014-05-15Try the AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1Tor Lillqvist1-0/+4
2014-05-15AOO: #i124875# avoid wasteful loading of an AVAsset in MacAVF::FramegrabberHerbert Dürr4-25/+15
2014-05-15AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr15-11/+1548
2014-05-15AOO: #i124800# switch avmedia's QuickTime component to QTKit for nowHerbert Dürr3-21/+0
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold38-100/+98
2014-05-15OGLWindow: First try to rotate cameraZolnai Tamás2-1/+25
2014-05-15OGLWindow: use update function for redrawing.Zolnai Tamás1-6/+1