aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
Commit message (Expand)AuthorAgeFilesLines
* 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