summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Expand)AuthorAgeFilesLines
* Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann2014-09-121-2/+2
* fdo#82994 Added some more audio formatsDaniel Sikeler2014-09-111-2/+2
* Replace uses of old SFX_ITEM_AVAILABLE alias with SFX_ITEM_DEFAULTStephan Bergmann2014-09-101-1/+1
* fdo#82994: Changed filterlabel of .ac3-filesDaniel Sikeler2014-09-091-1/+1
* coverity#1233484 Division or modulo by float zeroCaolán McNamara2014-09-021-1/+1
* fix buildMarkus Mohrhard2014-09-021-1/+1
* Mirror vertically the texture bitmaps for OpenGLZolnai Tamás2014-08-291-2/+1
* It seems better if the caller allocates the memory for the RGBA buffer.Zolnai Tamás2014-08-291-1/+2
* Upgrade libgltf to 0.0.1Zolnai Tamás2014-08-295-32/+36
* fdo#82994: added missing media extensionsDaniel Sikeler2014-08-281-1/+6
* set names on a bunch more threads...Michael Stahl2014-08-251-1/+3
* fdo#82577: Handle KeyCodeTor Lillqvist2014-08-231-8/+8
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-221-1/+0
* STRING -> StringThomas Arnhold2014-08-181-1/+1
* libgltf: Append shader language version to the shader filesZolnai Tamás2014-08-171-12/+1
* ErrorBox AVMEDIA_ERR_URL to StringThomas Arnhold2014-08-153-8/+5
* Related: rhbz#1130264 plausible fix for reported crashCaolán McNamara2014-08-152-4/+19
* Handle collada libraries seperately: --disable-colladaZolnai Tamás2014-08-072-7/+7
* implement --with-system-gltfRene Engelhard2014-08-053-0/+12
* Upload first official libgltf release: libgltf-0.0.0Zolnai Tamás2014-08-056-49/+47
* avmedia/gstreamer: use GST_SECONDSimon Danner2014-08-032-4/+4
* simplify return argument of SfxPoolItem::GetPresentationNoel Grandin2014-07-291-2/+2
* fdo#81055: Crash due to inadequate checks for GL version / capabilitiesZolnai Tamás2014-07-211-0/+31
* Avoid a warning, return early on empty URL.Zolnai Tamás2014-07-201-0/+4
* glTF: allow to move camera also by keyboard in orbit mode.Zolnai Tamás2014-07-171-2/+29
* fdo#81182: Resizing glTF window affects camera positionZolnai Tamás2014-07-161-2/+3
* glTF: More rendering related error handlingZolnai Tamás2014-07-142-2/+12
* glTF: crash after starting a model without an OpenGL windowZolnai Tamás2014-07-111-0/+3
* glTF: Removing one model breaks an other modelZolnai Tamás2014-07-111-0/+1
* fix build errors related to AVFoundation @ OS X <10.7Douglas Mencken2014-07-071-0/+2
* glTF: camera movement constraint: use distance from the boundary boxZolnai Tamás2014-07-041-2/+2
* glTF: improve camera movement constraintZolnai Tamás2014-07-031-1/+2
* glTF: constraine camera move in orbit modeZolnai Tamás2014-07-032-0/+19
* Remove obsolete commentZolnai Tamás2014-07-031-1/+0
* avmedia: sal_Bool -> boolStephan Bergmann2014-07-013-4/+4
* Activate the "suspicious cast to sal_Bool" parts of loplugin:salboolStephan Bergmann2014-07-011-1/+1
* glTF rendering: moving in walktrough mode is to fastZolnai Tamás2014-06-251-4/+4
* Update libgltf: new build system and various fixesZolnai Tamás2014-06-256-38/+69
* glTF export: Use plural folder namesZolnai Tamás2014-06-161-1/+1
* kmz2gltf: Use LO's ZipFileAccess to unzip kmzZolnai Tamás2014-06-131-13/+30
* glTF: Avoid segmentation fault when one of the input files can't be loadedZolnai Tamás2014-06-131-1/+1
* Extract kmz and collada converter code to a seperate functionZolnai Tamás2014-06-131-60/+80
* Change glTF mime type: {application -> model}/vnd.gltf+jsonZolnai Tamás2014-06-121-1/+1
* Introduce HAVE_FEATURE_GLTF to enable/disable gltf related codeZolnai Tamás2014-06-123-1/+20
* fdo#68849: Add header guards to all include filesJens Carl2014-05-301-1/+9
* OGLFrameGrabber: use reference instead of pointerZolnai Tamás2014-05-293-8/+9
* OGLWindow: no need to call update after changes, timer takes care of itZolnai Tamás2014-05-291-7/+0
* OGLWindow: remove unused zoom levelZolnai Tamás2014-05-292-17/+3
* Remove accidently committed lineZolnai Tamás2014-05-291-1/+0
* OGLWindow: use reference instead of pointerZolnai Tamás2014-05-293-44/+46