aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp
Commit message (Expand)AuthorAgeFilesLines
* FFMPEGNatives*: Add missing license headerSven Gothel2013-08-264-0/+108
* libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...Sven Gothel2013-08-267-250/+383
* ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-codeSven Gothel2013-08-261-9/+5
* libav/ffmpeg: version9: Add libavresample support ; Proper AudioFormat negoti...Sven Gothel2013-08-262-80/+171
* AudioSink: Fixe type names ; Enhance AudioFormat negotiation ; ALAudioSink ad...Sven Gothel2013-08-263-43/+127
* libav/ffmpeg: Prepare for lavc54.lavf54.lavu52Sven Gothel2013-08-252-8/+64
* NullGLMediaPlayer: Fix reported VID (fake 0), no AID, textureCount == 2Sven Gothel2013-08-251-2/+12
* GLAutoDrawableBase: DEBUG code - Avoid NPESven Gothel2013-08-251-2/+4
* AndroidGLMediaPlayerAPI14: Fix implementation to coop w/ threaded decoder / A...Sven Gothel2013-08-252-57/+127
* GLMediaPlayer/AudioSink: Add set[Audio]Volume(float v)/get[Audio]Volume() all...Sven Gothel2013-08-255-4/+122
* AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame...Sven Gothel2013-08-244-30/+45
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONESven Gothel2013-08-245-141/+210
* *AudioSink: Add byte/time calc to AudioDataFormat, *AudioFrame OO changes, Re...Sven Gothel2013-08-243-117/+148
* FFMPEGMediaPlayer: Transform URI spaces '%20' to ' ' manually, libav doesn't ...Sven Gothel2013-08-231-1/+1
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIPSven Gothel2013-08-237-343/+471
* AudioSink: Add END_OF_STREAM_PTS, initSink(..) args: frameGrowAmount and fram...Sven Gothel2013-08-223-60/+134
* SyncedRingbuffer moved to GlueGen, commit 30475c6bbeb9a5d48899b281ead8bb30567...Sven Gothel2013-08-221-296/+0
* GLMediaPlayer: Use URI instead of URL / Misc refinementsSven Gothel2013-08-174-31/+52
* GLMediaPlayerImpl: Refine getNextTexture(..) DEBUG output, put 'last SCR dela...Sven Gothel2013-08-161-10/+8
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIPSven Gothel2013-08-167-221/+245
* SyncedRingbuffer Cleanup: private fields, clarify reset(boolean)Sven Gothel2013-08-161-14/+12
* Fix Bug 817 (2/2): GLContextImpl's getDefaultPixelDataType()/getDefaultPixelD...Sven Gothel2013-08-161-4/+8
* SyncedRingbuffer: Add 'reset(boolean full)', simplify 'clear(..)'.Sven Gothel2013-08-151-12/+20
* Fix Bug 815: GL*: Change glIs<Buffer>Enabled() -> glIs<Buffer>Bound() to refl...Sven Gothel2013-08-141-8/+8
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIPSven Gothel2013-08-146-373/+706
* GLMediaPlayer Multithreaded Decoding: AudioSink (Part-2) - WIPSven Gothel2013-08-143-169/+506
* SyncedRingbuffer: peek() don't throw an exceptionSven Gothel2013-08-141-2/+4
* GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available...Sven Gothel2013-08-108-466/+666
* GLFBODrawableImpl.initialize(): Unrealize when already unrealized shall not t...Sven Gothel2013-08-101-1/+8
* GLDrawableFactory: Expose createDummyDrawable(..) / GLDrawableFactoryImpl: Ma...Sven Gothel2013-08-101-10/+29
* GLContext: Refine API doc (CONTEXT_NOT_CURRENT.. values) / Exception messageSven Gothel2013-08-101-2/+2
* FFMPEGMediaPlayer: Cleanup AudioPusher 'usage', i.e. disabled for now (subjec...Sven Gothel2013-07-201-64/+71
* FFMPEGMediaPlayer: Fix yuv stored in alpha shader decode on ES2 and GL2Xerxes Rånby2013-07-201-8/+11
* FFMPEGPlayer Audio Sink Refactoring ..Sven Gothel2013-07-198-277/+926
* Merge remote-tracking branch 'xranby/FFMPEGMediaPlayer'Sven Gothel2013-07-176-14/+427
|\
| * ALAudioSink: Reduce exessive CPU usage caused by polling alGetSourcei.Xerxes Rånby2013-07-161-0/+8
| * FFMPEGMediaPlayer: Only instance ALAudioSink if JOAL is found on the classpath.Xerxes Rånby2013-07-161-7/+15
| * AudioSink: interface add isAudioSinkAvailableXerxes Rånby2013-06-245-6/+16
| * ALAudioSink: Fill buffers before sourcing them.Xerxes Rånby2013-06-241-1/+0
| * Merge remote-tracking branch 'xranby-github/FFMPEGMediaPlayer'Xerxes Rånby2013-06-246-14/+402
| |\
| | * ALAudioSink: Buffer and playback audio data.Xerxes Rånby2013-06-201-22/+80
| | * FFMPEGMediaPlayer: Add AudioSink interface.Xerxes Rånby2013-06-195-55/+235
| | * Merge remote-tracking branch 'xranby/github/FFMPEGMediaPlayer-audio' into FFM...Xerxes Rånby2013-06-192-13/+163
| | |\
| | | * FFMPEGMediaPlayer: Limit video sync delay to 47ms in order to fix audio buffe...Xerxes Rånby2013-05-121-2/+2
| | | * FFMPEGMediaPlayer: Poor mans audio/video sync.Xerxes Rånby2013-05-121-12/+98
| | | * FFMPEGMediaPlayer: blocking Java Sound outputXerxes Rånby2013-05-101-16/+17
| | | * partial implementation of Java Sound outputXerxes Rånby2013-05-101-0/+51
| | | * FFMPEGMediaPlayer: Add updateSound callback for passing decoded jni audio fra...Xerxes Rånby2013-05-101-0/+3
| | | * FFMPEGMediaPlayer: Workaround forward seek delay caused by video sync.Xerxes Rånby2013-05-101-1/+1
| | | * FFMPEGMediaPlayer: Workaround dropped video frames while decoding audio.Xerxes Rånby2013-05-101-1/+9