Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | GLMediaPlayer: API and implementation update. First working version on ↵ | Sven Gothel | 2012-04-03 | 1 | -252/+0 |
| | | | | | | | | | | | | | | 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, ..) | ||||
* | Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing ↵ | Sven Gothel | 2012-04-02 | 1 | -0/+252 |
Android API 14 MediaPlayer impl of GLMediaPlayer. Android API 14 MediaPlayer allows usage of OMX AL direct decode to texture via libstagefright (OMX AL usage included). Status: Untested, not working - Need to fix native OMX IL (stream detect and split) and/or GStreamer implementation. |