Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.impl | Sven Gothel | 2012-04-12 | 1 | -252/+0 |
| | |||||
* | GLMediaPlayer*: Revised - Working on buggy MediaPlayer impl. (Android ICS Tegra) | Sven Gothel | 2012-04-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | GLMediaPlayer: Merging 'initStream()' and 'initGL()' to 'initGLStream()' due to incompatible/buggy implementations (Android/Tegra) requiring the GL texture being setup before preparing the stream. This also implies that w/o an GL context we cannot fetch the stream information (size, ..) hence we need to evaluate this detail (FIXME). 'getNextTexture(GL gl, boolean blocking)' can request the impl. to block GLMediaEventListener: The TextureFrame not yet available, adding 'when' | ||||
* | GLMediaPlayer: API and implementation update. First working version on ↵ | Sven Gothel | 2012-04-03 | 1 | -0/+252 |
Android API 14 - Introduce states - Customize / Access texture target,count,features. - Expose TextureFrame. - Use 'long' for all time values in msec. - Mark information optional in API doc (fps, bps, ..) |