aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/av/JavaSoundAudioSink.java
Commit message (Expand)AuthorAgeFilesLines
* Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd...Sven Gothel2023-05-171-228/+0
* Bug 1031: Remove Deprecated Classes and Methods (JOGL)Sven Gothel2014-07-101-14/+8
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-9/+9
* GLMediaPlayer: Fix video stutter if using NullAudioSinkSven Gothel2014-06-091-1/+6
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-35/+35
* AudioSink: Fixe type names ; Enhance AudioFormat negotiation ; ALAudioSink ad...Sven Gothel2013-08-261-5/+15
* GLMediaPlayer/AudioSink: Add set[Audio]Volume(float v)/get[Audio]Volume() all...Sven Gothel2013-08-251-0/+14
* AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame...Sven Gothel2013-08-241-2/+2
* *AudioSink: Add byte/time calc to AudioDataFormat, *AudioFrame OO changes, Re...Sven Gothel2013-08-241-10/+18
* AudioSink: Add END_OF_STREAM_PTS, initSink(..) args: frameGrowAmount and fram...Sven Gothel2013-08-221-1/+1
* GLMediaPlayer Multithreaded Decoding: AudioSink (Part-2) - WIPSven Gothel2013-08-141-13/+75
* FFMPEGPlayer Audio Sink Refactoring ..Sven Gothel2013-07-191-32/+88
* AudioSink: interface add isAudioSinkAvailableXerxes Rånby2013-06-241-1/+2
* FFMPEGMediaPlayer: Add AudioSink interface.Xerxes Rånby2013-06-191-0/+78