aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/av
Commit message (Expand)AuthorAgeFilesLines
* Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show Open...Sven Gothel2015-11-151-7/+10
* Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47acSven Gothel2015-11-151-0/+10
* Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind...Sven Gothel2015-10-051-3/+1
* Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX resources)Sven Gothel2015-10-051-5/+14
* Bug 1239: Add support for UYVY422 (swizzled YUYV422)Sven Gothel2015-10-052-3/+28
* Bug 1239: Fix GLMediaPlayer.CameraInputScheme API doc; GLMediaPlayerImpl.upda...Sven Gothel2015-10-051-1/+6
* FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead of thr...Sven Gothel2015-09-171-4/+8
* Bug 1211: Fix regression of GLMediaPlayerImpl caused by commit 68c8e39fa8d6e7...Sven Gothel2015-09-171-3/+12
* Bug 1211: Hardening Condition-Wait from Spurious-Wakeups and unintended Inter...Sven Gothel2015-09-151-84/+93
* FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas...Sven Gothel2015-02-053-26/+131
* Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packagingSven Gothel2015-02-056-66/+74
* Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF...Sven Gothel2015-02-051-37/+32
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-026-19/+19
* Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto...Sven Gothel2015-01-232-3/+3
* Bug 1063: Uri adoptionSven Gothel2014-09-083-18/+17
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-102-19/+8
* Findbugs: Remove branches where reference cannot be nullSven Gothel2014-07-081-13/+11
* Findbugs: Use Integer.parseInt(string) for int values to avoid boxing and unb...Sven Gothel2014-07-081-1/+1
* Findbugs.increment_volatile: Use AtomicInteger or add comment that operation ...Sven Gothel2014-07-081-1/+1
* Bug 1021: Make OVR access vendor agnostic: Package 'com.jogamp.opengl.util.st...Sven Gothel2014-07-051-1/+0
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-0312-138/+140
* Bug 1011 / Bug 1012: GLMediaPlayer Audio/Video stuttering w/ OSX and OpenAL/J...Sven Gothel2014-06-112-1/+15
* GLMediaPlayer: Fix video stutter if using NullAudioSinkSven Gothel2014-06-092-9/+61
* GLMediaPlayerImpl: Change access of most fields to private for clarity and AP...Sven Gothel2014-05-205-107/+89
* Bug 801: Refine commit 9a15aad0e5388a4b927e44d3d2ce136f32474bc2 cache Texture...Sven Gothel2014-05-201-0/+17
* Extract FFMPEGNatives's Audio + Video formats to their own class in AV privat...Sven Gothel2014-05-194-217/+273
* Texture/TextureIO: Make 'wrapping' Texture ctor public, remove same factory m...Sven Gothel2014-05-191-5/+2
* FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val...Sven Gothel2014-05-092-10/+18
* Reduce jar-size / cleanup: Replace 1 kB test-ntsc01-57x32.png w/ 400kB test-n...Sven Gothel2014-04-101-1/+1
* FFMPEGMediaPlayer: Use 'const' qualifier in shader stubSven Gothel2014-04-091-4/+4
* Add TextureSequence.isTextureAvailable(), allowing triggering action only whe...Sven Gothel2014-04-091-0/+5
* Bug 927: Try fix deadlock.Xerxes Rånby2014-02-251-2/+2
* Bug 927 - Multithreading (MT) issues libav/ffmpegSven Gothel2014-02-224-13/+12
* Bug 927: Fix minor MT issues w/ libav/ffmpegSven Gothel2014-02-164-70/+76
* GLMediaPlayer: Add user attached objects, similar to GLContext - Allowing GLM...Sven Gothel2014-01-261-0/+19
* JOGL Assets: Replace test-ntsc01-160x90.png w/ test-ntsc01-57x32.png (Save ~2...Sven Gothel2013-12-281-1/+1
* FFMPEGMediaPlayer: Add missing indentation of commit 8a032a2c1f247819bdb08382...v2.1.4_rc01Sven Gothel2013-12-181-7/+7
* ALAudioSink GLMediaPlayerImpl FFMPEGMediaPlayer: Verbosity only w/ DEBUG flag.Xerxes Rånby2013-12-182-2/+6
* Bug 918: Fix EOS Regression: Only use pts>duration for EOS if duration > 0 (c...Sven Gothel2013-12-111-2/+2
* Bug 918 (2/2): Determine StreamWorker usage after stream-init ; Fix seek(..) ...Sven Gothel2013-12-111-87/+174
* Bug 918: GLMediaPlayer: Fix Deadlock if EOS happens after pause/resume (seek)...Sven Gothel2013-12-111-10/+18
* Bug 918 (1/2): Use StreamWorker in 'Audio Only' mode, since no 'getNextTextur...Sven Gothel2013-12-111-1/+1
* Fix Bug 902: FFMPEGMediaPlayer uses IOUtil.decodeURIIfFilePath(uri) to decode...Sven Gothel2013-11-281-2/+7
* Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida...Sven Gothel2013-11-071-1/+3
* Bug 885 - GLMediaPlayer: Allow single threaded mode - Especially where multip...Sven Gothel2013-11-012-47/+109
* GLDrawableFactory: createDummy*(..) Pass GLCapabilitiesImmutable + GLCapabili...Sven Gothel2013-10-311-5/+5
* jogl: replce more unneeded String() constructionHarvey Harrison2013-10-201-5/+4
* jogl: add missing @Override annotationsHarvey Harrison2013-10-174-0/+9
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1713-485/+485
* Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2...Sven Gothel2013-10-171-11/+29