| Commit message (Expand) | Author | Age | Files | Lines |
* | FFMPEGMediaPlayer: Only instance ALAudioSink if JOAL is found on the classpath. | Xerxes Rånby | 2013-07-16 | 1 | -7/+15 |
* | AudioSink: interface add isAudioSinkAvailable | Xerxes Rånby | 2013-06-24 | 4 | -5/+14 |
* | Merge remote-tracking branch 'xranby-github/FFMPEGMediaPlayer' | Xerxes Rånby | 2013-06-24 | 5 | -14/+234 |
|\ |
|
| * | FFMPEGMediaPlayer: Add AudioSink interface. | Xerxes Rånby | 2013-06-19 | 4 | -55/+125 |
| * | Merge remote-tracking branch 'xranby/github/FFMPEGMediaPlayer-audio' into FFM... | Xerxes Rånby | 2013-06-19 | 2 | -13/+163 |
| |\ |
|
| | * | FFMPEGMediaPlayer: Limit video sync delay to 47ms in order to fix audio buffe... | Xerxes Rånby | 2013-05-12 | 1 | -2/+2 |
| | * | FFMPEGMediaPlayer: Poor mans audio/video sync. | Xerxes Rånby | 2013-05-12 | 1 | -12/+98 |
| | * | FFMPEGMediaPlayer: blocking Java Sound output | Xerxes Rånby | 2013-05-10 | 1 | -16/+17 |
| | * | partial implementation of Java Sound output | Xerxes Rånby | 2013-05-10 | 1 | -0/+51 |
| | * | FFMPEGMediaPlayer: Add updateSound callback for passing decoded jni audio fra... | Xerxes Rånby | 2013-05-10 | 1 | -0/+3 |
| | * | FFMPEGMediaPlayer: Workaround forward seek delay caused by video sync. | Xerxes Rånby | 2013-05-10 | 1 | -1/+1 |
| | * | FFMPEGMediaPlayer: Workaround dropped video frames while decoding audio. | Xerxes Rånby | 2013-05-10 | 1 | -1/+9 |
| | * | FFMPEGMediaPlayer: Lookup decoded audio data_size using av_samples_get_buffer... | Xerxes Rånby | 2013-05-10 | 1 | -3/+4 |
* | | | GL*ProcAddressTable: Fix regressions: getField(..) -> getDeclaredField(..), i... | Sven Gothel | 2013-06-21 | 1 | -0/+1 |
* | | | Security: Apply security changes from GlueGen | Sven Gothel | 2013-06-21 | 2 | -26/+48 |
|/ / |
|
* | | Fix Bug 745: NPE - QTT definition shall be allowd to _follow_ SOF (frame) - R... | Sven Gothel | 2013-06-14 | 1 | -19/+53 |
* | | Adapt to GlueGen commit 1a01dce6c42b398cdd68d405828774a3ab366456 | Sven Gothel | 2013-06-11 | 1 | -1/+6 |
* | | Fix Bug 737: Add shader default precision for GLSL [1.30 .. 1.50[ - See GLSL ... | Sven Gothel | 2013-05-17 | 2 | -4/+4 |
|/ |
|
* | TextureData: Add PixelAttributes and PixelBufferProvider; ColorSink back to J... | Sven Gothel | 2013-04-27 | 1 | -2/+19 |
* | Move JPEGDecoder.PixelStorage -> TextureData.ColorSink: Appropriate name + pu... | Sven Gothel | 2013-04-27 | 1 | -16/+2 |
* | type: weather -> whether :) .. it's spring again :) | Sven Gothel | 2013-04-18 | 1 | -1/+1 |
* | Fix Bug 671: Add JPEG Decoder w/o AWT Dependencies | Sven Gothel | 2013-04-01 | 1 | -0/+1505 |
* | Update PNGJ 0.85 -> 1.12 (w/ interlace read support) ; Added PNG Interlace re... | Sven Gothel | 2012-12-31 | 50 | -1440/+3891 |
* | GLJPanel: Impl. is GLProfile agnostic; Use GLDrawableFactory.createOffscreenD... | Sven Gothel | 2012-12-16 | 1 | -0/+195 |
* | GLArrayData/ImmModeSink: Remove implicit dependency on ShaderState - allow op... | Sven Gothel | 2012-12-16 | 3 | -16/+87 |
* | Shader: Add '#define texture2D texture' for GLSL >= 130 ; TestGearsES2AWT add... | Sven Gothel | 2012-10-31 | 1 | -0/+1 |
* | EGL/EGLExt Robustness: Use NIODirectOnly for all bindings. For these internal... | Sven Gothel | 2012-10-30 | 1 | -3/+3 |
* | FixedFuncPipeline: Use proper shader version and make GLSL code compatible w/... | Sven Gothel | 2012-10-29 | 7 | -26/+57 |
* | FixedFuncPipeline: Require GLSL 1.20 (GL 2.1) due to GL driver bugs in OSX (g... | Sven Gothel | 2012-10-23 | 1 | -3/+1 |
* | FixedFuncHook/ImmModeSink: Fix *Pointer 'normalized' parameter | Sven Gothel | 2012-10-22 | 1 | -11/+10 |
* | FixedFuncPipeline GL_POINTS: Fix gl_PointSize (attribute data format), Add GL... | Sven Gothel | 2012-10-22 | 4 | -97/+91 |
* | FFP-Emu: Adding simple POINTS shader ; Adding GLRunnable2 interface, allowing... | Sven Gothel | 2012-10-20 | 4 | -61/+241 |
* | FixedFuncPipeline: Add GL_POINT* state tracking; Fix glDrawArrays(): Issued t... | Sven Gothel | 2012-10-19 | 3 | -49/+131 |
* | FixedFuncPipeline: Don't handle CullFace, ES2 impl. already takes care of dis... | Sven Gothel | 2012-10-18 | 5 | -11/+20 |
* | FixedFuncPipeline: Cache current ShaderSelectionMode, update PMVMatrix accord... | Sven Gothel | 2012-10-18 | 1 | -12/+25 |
* | FixedFuncPipeline/Hook: Add glColor4ub() w/ value conversion, make glColor4f(... | Sven Gothel | 2012-10-18 | 2 | -9/+24 |
* | Merge remote-tracking branch 'hharrison/master' | Sven Gothel | 2012-10-16 | 1 | -1/+1 |
|\ |
|
| * | jogl: fix bad format string in PngChunkTIME | Harvey Harrison | 2012-10-15 | 1 | -1/+1 |
* | | ImmModeSink: Fix buffer grow (+1 element @ named buffer), enable DEBUG_* via ... | Sven Gothel | 2012-10-16 | 1 | -6/+13 |
|/ |
|
* | FixedFuncColorTexture.fp: Remove unused local var | Sven Gothel | 2012-10-15 | 1 | -2/+0 |
* | FixedFuncPipeline: Use ES2/GL2 prelude and set default precision. Shader code... | Sven Gothel | 2012-10-14 | 6 | -37/+49 |
* | FixedFuncPipeline: Use resource efficient texture shader in AUTO mode as well | Sven Gothel | 2012-10-14 | 1 | -2/+18 |
* | FixedFuncPipeline: Optimize shader resource, if preset != ShaderSelectionMode... | Sven Gothel | 2012-10-13 | 7 | -80/+206 |
* | FixedFuncHook: Add ES2 alignment of certain GL functions, i.e. GL_QUAD_STRIP/... | Sven Gothel | 2012-10-12 | 1 | -3/+50 |
* | GLArrayData* VBO binding: Properly document and impl. bindBuffer(..) in detai... | Sven Gothel | 2012-10-12 | 7 | -89/+122 |
* | Enhance FixedFuncPipeline: Multi-Texture, Tex-Env, Alpha-Test, Lighting (fix,... | Sven Gothel | 2012-10-12 | 10 | -298/+880 |
* | Simplify GLArrayHandler and reduce VBO sideffects | Sven Gothel | 2012-10-10 | 9 | -111/+76 |
* | Fix regression of commit a644d779ab19cb1d200ae4ba567b9c042c34b337, cannot com... | Sven Gothel | 2012-10-04 | 1 | -1/+1 |
* | FixedFuncPipeline: Cleanup warnings .. | Sven Gothel | 2012-10-04 | 1 | -7/+7 |
* | Fix FFMPEGMediaPlayer: Use GL_ALPHA (texture format intern/data) instead of G... | Sven Gothel | 2012-08-16 | 3 | -12/+34 |