aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
Commit message (Expand)AuthorAgeFilesLines
* libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...Sven Gothel2013-08-261-234/+35
* 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-261-60/+114
* libav/ffmpeg: Prepare for lavc54.lavf54.lavu52Sven Gothel2013-08-251-6/+61
* AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame...Sven Gothel2013-08-241-19/+27
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONESven Gothel2013-08-241-23/+20
* 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-231-117/+122
* GLMediaPlayer: Use URI instead of URL / Misc refinementsSven Gothel2013-08-171-11/+28
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIPSven Gothel2013-08-161-21/+38
* GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIPSven Gothel2013-08-141-92/+140
* GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available...Sven Gothel2013-08-101-221/+115
* 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-191-106/+139
* Merge remote-tracking branch 'xranby/FFMPEGMediaPlayer'Sven Gothel2013-07-171-11/+132
|\
| * 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-241-4/+5
| * Merge remote-tracking branch 'xranby-github/FFMPEGMediaPlayer'Xerxes Rånby2013-06-241-11/+123
| |\
| | * FFMPEGMediaPlayer: Add AudioSink interface.Xerxes Rånby2013-06-191-55/+18
| | * 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
* | | Fix FFMPEGMediaPlayer: Only use RED for GL3ES3 profiles, otherwise stick w/ A...Sven Gothel2013-07-161-1/+7
* | | FFMPEGMediaPlayer: Use GL_RED instead of deprecated GL_ALPHA, otherwise won't...Sven Gothel2013-07-161-6/+6
|/ /
* | GL*ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), i...Sven Gothel2013-06-211-0/+1
* | Security: Apply security changes from GlueGenSven Gothel2013-06-211-13/+23
|/
* Fix FFMPEGMediaPlayer: Use GL_ALPHA (texture format intern/data) instead of G...Sven Gothel2012-08-161-8/+8
* GLMediaPlayer: Add Class / Package API doc incl. detailed info in the impleme...Sven Gothel2012-04-181-2/+43
* Add native tests for libav/ffmpeg and gstSven Gothel2012-04-161-0/+503