| Commit message (Expand) | Author | Age | Files | Lines |
* | Math and PMVMatrix: Cleanup and Refine | Sven Gothel | 2014-03-14 | 2 | -7/+1 |
* | Bug 927: Try fix deadlock. | Xerxes Rånby | 2014-02-25 | 1 | -2/+2 |
* | Bug 927 - Multithreading (MT) issues libav/ffmpeg | Sven Gothel | 2014-02-22 | 4 | -13/+12 |
* | Match Bitstream changes of gluegen commit 4447232af0d95a4348d09d4ed03fbef4839... | Sven Gothel | 2014-02-21 | 1 | -35/+35 |
* | Bug 980: Use Bitsream class for JPEGDecoder | Sven Gothel | 2014-02-20 | 1 | -69/+32 |
* | Bug 927: Fix minor MT issues w/ libav/ffmpeg | Sven Gothel | 2014-02-16 | 4 | -70/+76 |
* | GLMediaPlayer: Add user attached objects, similar to GLContext - Allowing GLM... | Sven Gothel | 2014-01-26 | 1 | -0/+19 |
* | Bug 942: GLBufferObjectTracker: Tracking GLBufferStorage accurately, synchron... | Sven Gothel | 2014-01-21 | 1 | -12/+12 |
* | JOGL Assets: Replace test-ntsc01-160x90.png w/ test-ntsc01-57x32.png (Save ~2... | Sven Gothel | 2013-12-28 | 1 | -1/+1 |
* | FFMPEGMediaPlayer: Add missing indentation of commit 8a032a2c1f247819bdb08382...v2.1.4_rc01 | Sven Gothel | 2013-12-18 | 1 | -7/+7 |
* | ALAudioSink GLMediaPlayerImpl FFMPEGMediaPlayer: Verbosity only w/ DEBUG flag. | Xerxes Rånby | 2013-12-18 | 2 | -2/+6 |
* | Bug 918: Fix EOS Regression: Only use pts>duration for EOS if duration > 0 (c... | Sven Gothel | 2013-12-11 | 1 | -2/+2 |
* | Bug 918 (2/2): Determine StreamWorker usage after stream-init ; Fix seek(..) ... | Sven Gothel | 2013-12-11 | 1 | -87/+174 |
* | Bug 918: GLMediaPlayer: Fix Deadlock if EOS happens after pause/resume (seek)... | Sven Gothel | 2013-12-11 | 1 | -10/+18 |
* | Bug 918 (1/2): Use StreamWorker in 'Audio Only' mode, since no 'getNextTextur... | Sven Gothel | 2013-12-11 | 1 | -1/+1 |
* | Fix Bug 902: FFMPEGMediaPlayer uses IOUtil.decodeURIIfFilePath(uri) to decode... | Sven Gothel | 2013-11-28 | 1 | -2/+7 |
* | Bug 890 - Fix GLES3 Profile Mapping, i.e. GL2ES2 queries and mappings; Valida... | Sven Gothel | 2013-11-07 | 1 | -1/+3 |
* | Bug 885 - GLMediaPlayer: Allow single threaded mode - Especially where multip... | Sven Gothel | 2013-11-01 | 2 | -47/+109 |
* | GLDrawableFactory: createDummy*(..) Pass GLCapabilitiesImmutable + GLCapabili... | Sven Gothel | 2013-10-31 | 1 | -5/+5 |
* | Bug 776 GLContext Sharing: Fix copy-ctor GLArrayDataClient: Create new instan... | Sven Gothel | 2013-10-30 | 5 | -9/+7 |
* | jogl: replce more unneeded String() construction | Harvey Harrison | 2013-10-20 | 1 | -5/+4 |
* | jogl: add missing @Override annotations | Harvey Harrison | 2013-10-17 | 25 | -0/+98 |
* | jogl: remove all trailing whitespace | Harvey Harrison | 2013-10-17 | 48 | -914/+914 |
* | Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2... | Sven Gothel | 2013-10-17 | 1 | -11/+29 |
* | Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat... | Sven Gothel | 2013-10-17 | 1 | -8/+8 |
* | Bug 852: Validate CPU sourced data API is allowed, throw exception if not. GL...v2.1.0 | Sven Gothel | 2013-10-10 | 1 | -2/+2 |
* | Bug 852: Remove CPU sourced data API entry where not allowed (ES3 and GL core... | Sven Gothel | 2013-10-10 | 1 | -4/+11 |
* | FFMPEGMediaPlayer: Use IOUtil.decodeFromURI(..) to unescape %20 | Sven Gothel | 2013-10-07 | 1 | -1/+2 |
* | Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ... | Sven Gothel | 2013-09-11 | 7 | -13/+5 |
* | GLVBOArrayHandler: Remove unused imports | Sven Gothel | 2013-09-05 | 1 | -3/+0 |
* | FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com... | Sven Gothel | 2013-09-01 | 1 | -2/+2 |
* | GLMediaPlayer: pause() -> pause(boolean flush): Allowing to flush buffers, ne... | Sven Gothel | 2013-08-31 | 1 | -14/+16 |
* | GLMediaPlayer enhancements: State, Camera options, detect and act on orientat... | Sven Gothel | 2013-08-30 | 5 | -34/+74 |
* | FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca... | Sven Gothel | 2013-08-30 | 1 | -1/+1 |
* | Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows... | Sven Gothel | 2013-08-29 | 8 | -154/+342 |
* | Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ... | Sven Gothel | 2013-08-28 | 3 | -154/+286 |
* | FFMPEGMediaPlayer: Fix av-audio-fmt -> AudioFormat parsing (fixedP was wrong ... | Sven Gothel | 2013-08-28 | 1 | -8/+7 |
* | GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin... | Sven Gothel | 2013-08-27 | 6 | -59/+138 |
* | FFMPEGNatives*: Add missing license header | Sven Gothel | 2013-08-26 | 4 | -0/+108 |
* | libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM... | Sven Gothel | 2013-08-26 | 6 | -247/+383 |
* | ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-code | Sven Gothel | 2013-08-26 | 1 | -9/+5 |
* | libav/ffmpeg: version9: Add libavresample support ; Proper AudioFormat negoti... | Sven Gothel | 2013-08-26 | 2 | -80/+171 |
* | AudioSink: Fixe type names ; Enhance AudioFormat negotiation ; ALAudioSink ad... | Sven Gothel | 2013-08-26 | 2 | -8/+28 |
* | libav/ffmpeg: Prepare for lavc54.lavf54.lavu52 | Sven Gothel | 2013-08-25 | 2 | -8/+64 |
* | NullGLMediaPlayer: Fix reported VID (fake 0), no AID, textureCount == 2 | Sven Gothel | 2013-08-25 | 1 | -2/+12 |
* | AndroidGLMediaPlayerAPI14: Fix implementation to coop w/ threaded decoder / A... | Sven Gothel | 2013-08-25 | 1 | -5/+8 |
* | GLMediaPlayer/AudioSink: Add set[Audio]Volume(float v)/get[Audio]Volume() all... | Sven Gothel | 2013-08-25 | 3 | -3/+76 |
* | AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame... | Sven Gothel | 2013-08-24 | 3 | -22/+30 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONE | Sven Gothel | 2013-08-24 | 4 | -138/+204 |
* | *AudioSink: Add byte/time calc to AudioDataFormat, *AudioFrame OO changes, Re... | Sven Gothel | 2013-08-24 | 2 | -11/+27 |