Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move com.jogamp.opengl.av -> com.jogamp.opengl.util.av (it's in the util ↵ | Sven Gothel | 2012-04-11 | 1 | -47/+0 |
| | | | | atomic JAR and not core) | ||||
* | GLMediaPlayer: Add (c) tag; Add NullGLMediaPlayer (dummy texture); | Sven Gothel | 2012-04-06 | 1 | -1/+30 |
| | | | | | - Factory falls back to NullGLMediaPlayer allowing to test on platforms where no player is available. - MovieSimple (c) to JogAmp since it is no more derived from the old project. | ||||
* | Initial commit for AudioVideo (com.jogamp.opengl.av) rework, introducing ↵ | Sven Gothel | 2012-04-02 | 1 | -0/+18 |
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. |