The Jenkins Controller is preparing for shutdown. No new builds can be started.
Summary
- *MediaPlayer: Adop to JOAL 39a32fd56de313c31bd197ee6022288e97f9729a (details)
- make/build-test.xml: Add JOAL to classpath (details)
- GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setChannelLimit() .. (details)
- GraphUI MediaButton: Expose AudioSink (details)
- GraphUI Scene: Drop redundant and wrong setupMatrix(pmv) for forOne(..) and forAll(..), should be setup before call by user (details)
- GraphUI Shape: Add one-shot init callback, will be called after each draw(..) until it returns true. (details)
- GraphUI UISceneDemo20: Add OpenAL spatial 3D sound features: Add SimpleSineSynth Button and have MediaButton to produce mono-only for 3D sound (details)
The file was modified | src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java (diff) |
The file was modified | src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java (diff) |
The file was modified | make/build-common.xml (diff) |
The file was modified | make/scripts/tests.sh (diff) |
The file was modified | make/build-test.xml (diff) |
The file was modified | src/jogl/classes/com/jogamp/opengl/util/av/GLMediaPlayer.java (diff) |
The file was modified | src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java (diff) |
The file was modified | src/jogl/classes/jogamp/opengl/util/av/GLMediaPlayerImpl.java (diff) |
The file was modified | src/graphui/classes/com/jogamp/graph/ui/shapes/MediaButton.java (diff) |
The file was modified | src/graphui/classes/com/jogamp/graph/ui/Scene.java (diff) |
The file was modified | src/graphui/classes/com/jogamp/graph/ui/Shape.java (diff) |
The file was modified | src/demos/com/jogamp/opengl/demos/graph/ui/UISceneDemo20.java (diff) |