Skip to content
The Jenkins Controller is preparing for shutdown. No new builds can be started.

Change Log History

Originally from build #731

Changes
  1. Reloc OMXGLMediaPlayer jogamp.opengl.omx -> jogamp.opengl.util.av.impl (details / cgit)
  2. AndroidWindow: Fix regression (commit c9066a6df7a0b8612a8a0b3e5c8977268a1257e8), no destruction on surface size change. (details / cgit)
  3. JOGL/Native: Add JNIEnv functions (details / cgit)
  4. StringBuffer -> StringBuilder (Local objects, no concurrency) ; Impacts: Capabilities/GLContext API 'toString(StringBuilder)' (details / cgit)
  5. TexSequence/Movie Demo's Shader: Remove profile specific 'header' files, prepare for shader code injection. (details / cgit)
  6. API Change ShaderCode/ShaderUtil: Enable optional mutable shader source / generalize shader source storage type to CharSequence[] (details / cgit)
  7. Add native tests for libav/ffmpeg and gst (details / cgit)
  8. Adding libav (ffmpeg) header file, allowing upcoming dynamic linked GLMediaPlayer impl. to be compiled (LGPL terms) (details / cgit)
  9. ShaderCode: Adding 'replaceInShaderSource  a -> b utility function (details / cgit)
  10. NEWT WindowImpl: Ensure screenChange suspense animation, even w/o having the notify method being called. (details / cgit)
  11. NEWT/Android: Add (soft) keyboard input. Complete the Android -> NEWT key translation. Minor fixes for mouse as well. (details / cgit)
  12. TextureSequence Shader Support; GLMediaPlayer uses 'int' where possible; General enhancments. (details / cgit)
  13. Adding initial Libav/FFMpeg GLMediaPlayer implementation (details / cgit)