summaryrefslogtreecommitdiffstats
path: root/avmedia/source
Commit message (Expand)AuthorAgeFilesLines
* libgltf: solve this memory leak problem on a better way 2Zolnai Tamás2014-05-281-1/+19
* glTF rendering: fix texture problemsZolnai Tamás2014-05-271-1/+2
* cppcheck: unusedFunctionThomas Arnhold2014-05-252-10/+0
* avmedia: call resize before player window is createdZolnai Tamás2014-05-251-0/+1
* Partly revert 4ec3554a80f065c2d9c957d6ce7f577fb195be02Zolnai Tamás2014-05-252-3/+2
* libgltf: Another new version.Jan Holesovsky2014-05-241-9/+9
* avmedia: remove unused code related to fast-forwardZolnai Tamás2014-05-2315-111/+3
* avmedia: avoid segmentation fault during destruction of media windowZolnai Tamás2014-05-232-3/+5
* coverity#1210188 Uninitialized pointer fieldCaolán McNamara2014-05-231-0/+1
* Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part19Julien Nabet2014-05-222-9/+9
* glTF: download *.dae and *.kmz files to the temp folder before conversionZolnai Tamás2014-05-221-8/+33
* collada2gltf: fix URL problemsZolnai Tamás2014-05-221-12/+20
* libgltf: Updated version.Jan Holesovsky2014-05-213-10/+9
* collada2gltf: Ignore case of the extension.Jan Holesovsky2014-05-211-2/+4
* gltf: Send delta when rotating, not absolute value.Jan Holesovsky2014-05-211-1/+7
* libgltf: Update to the new version.Jan Holesovsky2014-05-212-2/+2
* glTF embedding: handle missing image on a better wayZolnai Tamás2014-05-211-6/+14
* collada2gltf: output bundle path needs to be in url formatMatúš Kukan2014-05-201-2/+3
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-191-12/+0
* Do not throw if there is no "images" child in json file tree.Matúš Kukan2014-05-191-2/+2
* OGLPlayer: comment out gltf_animation_get_timeZolnai Tamás2014-05-161-1/+1
* WaE: unused parameter 'fTime'Tor Lillqvist2014-05-161-0/+1
* OGLPlayer: fix playing of animation in edit modeZolnai Tamás2014-05-161-1/+2
* OGLPlayer: set a timer which call redrawing to show animationZolnai Tamás2014-05-162-2/+26
* OGLWindow: fix key capturing issueZolnai Tamás2014-05-161-0/+4
* Use correct header guard name in comment at #endifTor Lillqvist2014-05-161-1/+1
* Make the MacAVF code build also as 32-bitTor Lillqvist2014-05-163-17/+19
* loplugin:saloverrideStephan Bergmann2014-05-158-115/+115
* loplugin:bodynotinblockStephan Bergmann2014-05-151-0/+2
* OGLWindow: improve camera movement, make it fasterZolnai Tamás2014-05-151-10/+10
* Argh, it's <ext/hash_map> apparentlyTor Lillqvist2014-05-151-1/+1
* Use std::hash:map when building against libstdc++ (and not libc++)Tor Lillqvist2014-05-151-0/+5
* AOO: #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yetHerbert Dürr2014-05-151-1/+4
* Try the AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1Tor Lillqvist2014-05-151-0/+4
* AOO: #i124875# avoid wasteful loading of an AVAsset in MacAVF::FramegrabberHerbert Dürr2014-05-154-25/+15
* AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr2014-05-1515-11/+1548
* AOO: #i124800# switch avmedia's QuickTime component to QTKit for nowHerbert Dürr2014-05-153-21/+0
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1538-100/+98
* OGLWindow: First try to rotate cameraZolnai Tamás2014-05-152-1/+25
* OGLWindow: use update function for redrawing.Zolnai Tamás2014-05-151-6/+1
* OGLWindow: move camera only when one of the key candidates is pressedZolnai Tamás2014-05-151-32/+37
* OGLWindow: remove event listeners also when window is disposedZolnai Tamás2014-05-151-1/+6
* avmediaogl: call gltf_renderer_set_content() only onceZolnai Tamás2014-05-152-1/+1
* Add kmz support to collada2gltf and use it.Matúš Kukan2014-05-141-1/+10
* Use collada2gltf to open .dae files and convert them to .json.Matúš Kukan2014-05-131-3/+30
* glTF rendering: first try to move camera positionZolnai Tamás2014-05-135-12/+105
* More warnings related to glTF renderingZolnai Tamás2014-05-133-18/+39
* coverity#1213288 Resource leakCaolán McNamara2014-05-101-0/+3
* avmedia: fix media embedding problem in edit modeZolnai Tamás2014-05-081-2/+1
* DX canvas: provide a OutputDevice pointer as a device handler instead of HDCZolnai Tamás2014-05-081-11/+0