| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | ffmpeg_impl_template: Remove DEBUG line .. | Sven Gothel | 2013-09-01 | 1 | -1/+1 |
| * | GLMediaPlayer: pause() -> pause(boolean flush): Allowing to flush buffers, ne... | Sven Gothel | 2013-08-31 | 4 | -20/+38 |
| * | WWW: Remove 'Meet us @ SIGGRAPH 2013' ; Siggraph 2013 link to local doc page! | Sven Gothel | 2013-08-31 | 1 | -2/+3 |
| * | GLContext: Add missing 'isGLESProfile()' and fix 'isGLcore()', i.e. GL2ES2 ->... | Sven Gothel | 2013-08-31 | 1 | -1/+2 |
| * | FFMPEG/GLMediaPlayer: Fix compiler errors w/ new MingW 4.8.1: 'strsafe.h' -> ... | Sven Gothel | 2013-08-31 | 2 | -4/+10 |
| * | Scripts/Windows: Test x32 and x64 builds w/ ffmpeg 2.x ! | Sven Gothel | 2013-08-31 | 4 | -10/+16 |
| * | Doc/HowToBuild: Windows x32 and x64 require new MingW64 Versions, tested w/ ... | Sven Gothel | 2013-08-31 | 1 | -11/+30 |
| * | GLWindow: Shorten API-doc references | Sven Gothel | 2013-08-30 | 1 | -4/+6 |
| * | GLMediaPlayer enhancements: State, Camera options, detect and act on orientat... | Sven Gothel | 2013-08-30 | 13 | -134/+318 |
| * | Texture: Add 'setMustFlipVertically(boolean)' allowing to change the flipped ... | Sven Gothel | 2013-08-30 | 1 | -4/+21 |
| * | FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca... | Sven Gothel | 2013-08-30 | 5 | -37/+59 |
| * | Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows... | Sven Gothel | 2013-08-29 | 85 | -309/+16459 |
| * | Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ... | Sven Gothel | 2013-08-28 | 11 | -287/+440 |
| * | FFMPEGMediaPlayer: Fix av-audio-fmt -> AudioFormat parsing (fixedP was wrong ... | Sven Gothel | 2013-08-28 | 1 | -8/+7 |
| * | Fix libav/ffmpeg compilation: Use 'dot less' dir/file names; Compile ffmpeg v... | Sven Gothel | 2013-08-28 | 114 | -92/+180 |
| * | Fix libav/ffmpeg compilation across platforms: Remove symbolic links | Sven Gothel | 2013-08-27 | 14 | -14/+0 |
| * | Fix libav/ffmpeg compilation across platforms: Move header back to 'stub_incl... | Sven Gothel | 2013-08-27 | 119 | -0/+0 |
| * | GLBuffers: Add forma GL_YCBCR_422_APPLE and types GL_UNSIGNED_SHORT_8_8_APPLE... | Sven Gothel | 2013-08-27 | 1 | -8/+32 |
| * | GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin... | Sven Gothel | 2013-08-27 | 18 | -149/+601 |
| * | ALAudioSink: Remove force DEBUG info | Sven Gothel | 2013-08-26 | 1 | -1/+1 |
| * | FFMPEGNatives*: Add missing license header | Sven Gothel | 2013-08-26 | 4 | -0/+108 |
| * | libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM... | Sven Gothel | 2013-08-26 | 132 | -318/+1314 |
| * | ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-code | Sven Gothel | 2013-08-26 | 3 | -199/+9 |
| * | libav/ffmpeg: version9: Add libavresample support ; Proper AudioFormat negoti... | Sven Gothel | 2013-08-26 | 4 | -108/+378 |
| * | AudioSink: Fixe type names ; Enhance AudioFormat negotiation ; ALAudioSink ad... | Sven Gothel | 2013-08-26 | 4 | -92/+247 |
| * | ffmpeg/libav: remove unsued header files | Sven Gothel | 2013-08-26 | 1 | -416/+0 |
| * | ffmpeg/libav: lavc54.lavf54.lavu52 -> lavc54.lavf54.lavu52.lavr01: Adding lib... | Sven Gothel | 2013-08-26 | 54 | -1/+1 |
| * | libav/ffmpeg: Prepare for lavc54.lavf54.lavu52 | Sven Gothel | 2013-08-25 | 5 | -18/+111 |
| * | NullGLMediaPlayer: Fix reported VID (fake 0), no AID, textureCount == 2 | Sven Gothel | 2013-08-25 | 1 | -2/+12 |
| * | libav/ffmpeg: Move current lavc53.lavf53.lavu51 (version 8) header files to t... | Sven Gothel | 2013-08-25 | 102 | -1/+14182 |
| * | GLES3Impl: Add NOP 'finalizeInit()' method, to avoid GLContentImpl not findin... | Sven Gothel | 2013-08-25 | 1 | -0/+3 |
| * | GLAutoDrawableBase: DEBUG code - Avoid NPE | Sven Gothel | 2013-08-25 | 1 | -2/+4 |
| * | AndroidGLMediaPlayerAPI14: Fix implementation to coop w/ threaded decoder / A... | Sven Gothel | 2013-08-25 | 7 | -75/+133 |
| * | GLMediaPlayer/AudioSink: Add set[Audio]Volume(float v)/get[Audio]Volume() all... | Sven Gothel | 2013-08-25 | 9 | -8/+181 |
| * | AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame... | Sven Gothel | 2013-08-24 | 7 | -56/+131 |
| * | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONE | Sven Gothel | 2013-08-24 | 16 | -267/+322 |
| * | *AudioSink: Add byte/time calc to AudioDataFormat, *AudioFrame OO changes, Re... | Sven Gothel | 2013-08-24 | 4 | -134/+216 |
| * | JOGL/Util: Add generic 'TimeFrameI' for key frame animation of 'things' basen... | Sven Gothel | 2013-08-24 | 1 | -0/+80 |
| * | FFMPEGMediaPlayer: Transform URI spaces '%20' to ' ' manually, libav doesn't ... | Sven Gothel | 2013-08-23 | 1 | -1/+1 |
| * | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIP | Sven Gothel | 2013-08-23 | 16 | -703/+1511 |
| * | TextureSequence: Add END_OF_STREAM_PTS, remove 'blocking' from getNextTexture... | Sven Gothel | 2013-08-23 | 3 | -11/+14 |
| * | Texture: Add 'toString()' and 'getTextureObject()' w/o GL instance to read ex... | Sven Gothel | 2013-08-23 | 1 | -0/+20 |
| * | AudioSink: Add END_OF_STREAM_PTS, initSink(..) args: frameGrowAmount and fram... | Sven Gothel | 2013-08-22 | 4 | -72/+151 |
| * | SyncedRingbuffer moved to GlueGen, commit 30475c6bbeb9a5d48899b281ead8bb30567... | Sven Gothel | 2013-08-22 | 1 | -296/+0 |
| * | GLMediaPlayer: Use URI instead of URL / Misc refinements | Sven Gothel | 2013-08-17 | 11 | -109/+207 |
| * | GLMediaPlayerImpl: Refine getNextTexture(..) DEBUG output, put 'last SCR dela... | Sven Gothel | 2013-08-16 | 1 | -10/+8 |
| * | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIP | Sven Gothel | 2013-08-16 | 15 | -278/+411 |
| * | SyncedRingbuffer Cleanup: private fields, clarify reset(boolean) | Sven Gothel | 2013-08-16 | 1 | -14/+12 |
| * | Fix Bug 817 (2/2): GLContextImpl's getDefaultPixelDataType()/getDefaultPixelD... | Sven Gothel | 2013-08-16 | 1 | -4/+8 |
| * | Fix Bug 817 (1/2): GLPixelAttributes checks arguments and queried bytesPerPixel | Sven Gothel | 2013-08-16 | 1 | -1/+13 |