| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show Open... | Sven Gothel | 2015-11-15 | 1 | -7/+10 |
* | Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47ac | Sven Gothel | 2015-11-15 | 1 | -0/+10 |
* | Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind... | Sven Gothel | 2015-10-05 | 1 | -3/+1 |
* | Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX resources) | Sven Gothel | 2015-10-05 | 1 | -5/+14 |
* | Bug 1239: Add support for UYVY422 (swizzled YUYV422) | Sven Gothel | 2015-10-05 | 2 | -3/+28 |
* | Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda... | Sven Gothel | 2015-10-05 | 1 | -1/+6 |
* | FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead of thr... | Sven Gothel | 2015-09-17 | 1 | -4/+8 |
* | Bug 1211: Fix regression of GLMediaPlayerImpl caused by commit 68c8e39fa8d6e7... | Sven Gothel | 2015-09-17 | 1 | -3/+12 |
* | Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter... | Sven Gothel | 2015-09-15 | 1 | -84/+93 |
* | StereoDevice (Generic/OVR): Add knowledge about LocationSensorParameter and a... | Sven Gothel | 2015-07-20 | 1 | -0/+6 |
* | Clarify code in stereo/ovr: Comments, states, names, formatting. | Sven Gothel | 2015-07-20 | 1 | -15/+6 |
* | Bug 1151 - Working OculusVR SDK 0.5.0.1 on GNU/Linux w/ Positional Tracker (DK2) | Sven Gothel | 2015-07-18 | 2 | -37/+65 |
* | Bug 1153 - Adopt to ArrayHashSet change, don't use deprecated ctor (gluegen c... | Sven Gothel | 2015-04-01 | 1 | -1/+1 |
* | Bug 1116: Add ShutdownHook for all factories and devices to StereoDeviceFacto... | Sven Gothel | 2015-03-27 | 1 | -0/+5 |
* | Bug 1116 - Add OculusVR DK2 Support - Part-1 (DK2 on DK1 SDK w/o Eye Tracker) | Sven Gothel | 2015-03-21 | 4 | -333/+129 |
* | FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas... | Sven Gothel | 2015-02-05 | 3 | -26/+131 |
* | Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packaging | Sven Gothel | 2015-02-05 | 6 | -66/+74 |
* | Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF... | Sven Gothel | 2015-02-05 | 1 | -37/+32 |
* | Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1) | Sven Gothel | 2015-02-02 | 22 | -79/+79 |
* | Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto... | Sven Gothel | 2015-01-23 | 2 | -3/+3 |
* | Bug 1106: JPEGDecoder adopt to GlueGen Bitstream change commit 9e13e8c78ed69b... | Sven Gothel | 2014-12-06 | 1 | -2/+2 |
* | Bug 1063: Uri adoption | Sven Gothel | 2014-09-08 | 3 | -18/+17 |
* | Bug 1021: Refine Stereo API; Fix GenericStereoDevice; Fix StereoDemo01 for mo... | Sven Gothel | 2014-08-07 | 2 | -21/+31 |
* | FixedFuncHook: Use downstream gl.getGLProfile().getImpl() for custom GL2ES1 i... | Sven Gothel | 2014-07-29 | 1 | -2/+2 |
* | BuildComposablePipeline: Handle synthetic isGL* and getGL* more generic, allo... | Sven Gothel | 2014-07-29 | 1 | -0/+22 |
* | Bug 1031: Remove Deprecated Classes and Methods (JOGL) | Sven Gothel | 2014-07-10 | 2 | -19/+8 |
* | StereoDevice: Don't make inner class's method private due to wrapper generati... | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs: Use inner static class where possible | Sven Gothel | 2014-07-08 | 1 | -7/+7 |
* | Findbugs: Misc minor issues (see below) | Sven Gothel | 2014-07-08 | 1 | -7/+7 |
* | Findbugs: Remove branches where reference cannot be null | Sven Gothel | 2014-07-08 | 1 | -13/+11 |
* | Findbugs: Use Integer.parseInt(string) for int values to avoid boxing and unb... | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Findbugs.static_final_immutable: Use final qualifier for static immutable ins... | Sven Gothel | 2014-07-08 | 1 | -3/+3 |
* | GenericStereoDevice: Cast to float before operating division, requesting floa... | Sven Gothel | 2014-07-08 | 1 | -3/+4 |
* | Findbugs.increment_volatile: Use AtomicInteger or add comment that operation ... | Sven Gothel | 2014-07-08 | 1 | -1/+1 |
* | Bug 1021: Add GenericStereoDevice* Supporting custom configurations; Hook-in ... | Sven Gothel | 2014-07-07 | 11 | -0/+1524 |
* | Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st... | Sven Gothel | 2014-07-05 | 1 | -1/+0 |
* | Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e... | Sven Gothel | 2014-07-03 | 74 | -953/+960 |
* | Bug 1011 / Bug 1012: GLMediaPlayer Audio/Video stuttering w/ OSX and OpenAL/J... | Sven Gothel | 2014-06-11 | 2 | -1/+15 |
* | GLMediaPlayer: Fix video stutter if using NullAudioSink | Sven Gothel | 2014-06-09 | 2 | -9/+61 |
* | GLMediaPlayerImpl: Change access of most fields to private for clarity and AP... | Sven Gothel | 2014-05-20 | 5 | -107/+89 |
* | Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture... | Sven Gothel | 2014-05-20 | 1 | -0/+17 |
* | Extract FFMPEGNatives's Audio + Video formats to their own class in AV privat... | Sven Gothel | 2014-05-19 | 4 | -217/+273 |
* | Texture/TextureIO: Make 'wrapping' Texture ctor public, remove same factory m... | Sven Gothel | 2014-05-19 | 1 | -5/+2 |
* | FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val... | Sven Gothel | 2014-05-09 | 2 | -10/+18 |
* | Merge remote-tracking branch 'hharrison2/master' | Sven Gothel | 2014-04-23 | 1 | -4/+4 |
|\ |
|
| * | jogl: avoid bugs with sign-extension in JPEGDecoder | Harvey Harrison | 2014-04-11 | 1 | -4/+4 |
* | | Reduce jar-size / cleanup: Replace 1 kB test-ntsc01-57x32.png w/ 400kB test-n... | Sven Gothel | 2014-04-10 | 1 | -1/+1 |
|/ |
|
* | FFMPEGMediaPlayer: Use 'const' qualifier in shader stub | Sven Gothel | 2014-04-09 | 1 | -4/+4 |
* | Add TextureSequence.isTextureAvailable(), allowing triggering action only whe... | Sven Gothel | 2014-04-09 | 1 | -0/+5 |
* | Bug 801: Reduce temp. object creation, i.e. GC load | Sven Gothel | 2014-04-02 | 1 | -6/+6 |