aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util
Commit message (Expand)AuthorAgeFilesLines
* Math and PMVMatrix: Cleanup and RefineSven Gothel2014-03-142-7/+1
* Bug 927: Try fix deadlock.Xerxes Rånby2014-02-251-2/+2
* Bug 927 - Multithreading (MT) issues libav/ffmpegSven Gothel2014-02-224-13/+12
* Match Bitstream changes of gluegen commit 4447232af0d95a4348d09d4ed03fbef4839...Sven Gothel2014-02-211-35/+35
* Bug 980: Use Bitsream class for JPEGDecoderSven Gothel2014-02-201-69/+32
* 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
* Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron...Sven Gothel2014-01-211-12/+12
* 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
* Bug 776 GLContext Sharing: Fix copy-ctor GLArrayDataClient: Create new instan...Sven Gothel2013-10-305-9/+7
* jogl: replce more unneeded String() constructionHarvey Harrison2013-10-201-5/+4
* jogl: add missing @Override annotationsHarvey Harrison2013-10-1725-0/+98
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-1748-914/+914
* Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2...Sven Gothel2013-10-171-11/+29
* Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat...Sven Gothel2013-10-171-8/+8
* Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0Sven Gothel2013-10-101-2/+2
* Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core...Sven Gothel2013-10-101-4/+11
* FFMPEGMediaPlayer: Use IOUtil.decodeFromURI(..) to unescape %20Sven Gothel2013-10-071-1/+2
* Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ...Sven Gothel2013-09-117-13/+5
* GLVBOArrayHandler: Remove unused importsSven Gothel2013-09-051-3/+0
* FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com...Sven Gothel2013-09-011-2/+2
* GLMediaPlayer: pause() -> pause(boolean flush): Allowing to flush buffers, ne...Sven Gothel2013-08-311-14/+16
* GLMediaPlayer enhancements: State, Camera options, detect and act on orientat...Sven Gothel2013-08-305-34/+74
* FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca...Sven Gothel2013-08-301-1/+1
* Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows...Sven Gothel2013-08-298-154/+342
* Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ...Sven Gothel2013-08-283-154/+286
* FFMPEGMediaPlayer: Fix av-audio-fmt -> AudioFormat parsing (fixedP was wrong ...Sven Gothel2013-08-281-8/+7
* GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin...Sven Gothel2013-08-276-59/+138
* FFMPEGNatives*: Add missing license headerSven Gothel2013-08-264-0/+108
* libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...Sven Gothel2013-08-266-247/+383
* ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-codeSven Gothel2013-08-261-9/+5
* libav/ffmpeg: version9: Add libavresample support ; Proper AudioFormat negoti...Sven Gothel2013-08-262-80/+171
* AudioSink: Fixe type names ; Enhance AudioFormat negotiation ; ALAudioSink ad...Sven Gothel2013-08-262-8/+28
* libav/ffmpeg: Prepare for lavc54.lavf54.lavu52Sven Gothel2013-08-252-8/+64
* NullGLMediaPlayer: Fix reported VID (fake 0), no AID, textureCount == 2Sven Gothel2013-08-251-2/+12
* AndroidGLMediaPlayerAPI14: Fix implementation to coop w/ threaded decoder / A...Sven Gothel2013-08-251-5/+8
* GLMediaPlayer/AudioSink: Add set[Audio]Volume(float v)/get[Audio]Volume() all...Sven Gothel2013-08-253-3/+76
* AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame...Sven Gothel2013-08-243-22/+30
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONESven Gothel2013-08-244-138/+204
* *AudioSink: Add byte/time calc to AudioDataFormat, *AudioFrame OO changes, Re...Sven Gothel2013-08-242-11/+27