summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Expand)AuthorAgeFilesLines
* libavmedia.so needs to link to librt under LinuxJeroen Nijhof2014-05-191-0/+6
* 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-164-20/+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
* The macavf code doesn't compile as 32-bit, sighTor Lillqvist2014-05-151-0/+3
* 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
* The AVFoundation framework appeared in OS X 10.7Tor Lillqvist2014-05-151-0/+2
* AOO: #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yetHerbert Dürr2014-05-151-1/+4
* The AVMedia framework is not deprecatedTor Lillqvist2014-05-151-1/+6
* Try the AVMEDIA_MANAGER_SERVICE_NAME_FALLBACK1Tor Lillqvist2014-05-151-0/+4
* We don't use Quicktime now, but QTKit insteadTor Lillqvist2014-05-151-1/+0
* 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-1517-13/+1596
* 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-1539-102/+100
* 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
* Need zlib because of collada2gltfTor Lillqvist2014-05-151-0/+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-132-3/+45
* 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
* Upgrade libgltfZolnai Tamás2014-05-065-12/+7
* Use WB_CLIPCHILDREN consistently.Jan Holesovsky2014-05-061-1/+1
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-051-4/+4
* Many spelling fixes: directories a* - g*.Pedro Giffuni2014-04-301-1/+1
* coverity#1210180 Uninitialized pointer fieldCaolán McNamara2014-04-291-0/+1
* coverity#1210188 Uninitialized pointer fieldCaolán McNamara2014-04-291-0/+1
* Slideshow: display OpenGL window also during slideshowZolnai Tamás2014-04-283-0/+14
* avmedia: make OpenGL window render model when play button is pushed.Zolnai Tamás2014-04-284-8/+16
* OGLWindow: set pos and size values even it is invisibleZolnai Tamás2014-04-281-7/+7
* Introduce OpenGLContext::MakeCurrent for switching between contextsZolnai Tamás2014-04-281-0/+1
* prefer makefile-gmake-modeTakeshi Abe2014-04-288-8/+8
* OGLPlayer: use libgltf methods for playing 3D animationZolnai Tamás2014-04-272-18/+12
* OGLPlayer: no sound of OpenGL modelsZolnai Tamás2014-04-271-8/+4