| Commit message (Expand) | Author | Age | Files | Lines |
* | FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com... | Sven Gothel | 2013-09-01 | 1 | -2/+2 |
* | ffmpeg_impl_template: Remove DEBUG line .. | Sven Gothel | 2013-09-01 | 1 | -1/+1 |
* | FFMPEG/GLMediaPlayer: Fix compiler errors w/ new MingW 4.8.1: 'strsafe.h' -> ... | Sven Gothel | 2013-08-31 | 2 | -4/+10 |
* | GLMediaPlayer enhancements: State, Camera options, detect and act on orientat... | Sven Gothel | 2013-08-30 | 2 | -34/+47 |
* | FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca... | Sven Gothel | 2013-08-30 | 3 | -33/+52 |
* | Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows... | Sven Gothel | 2013-08-29 | 6 | -136/+638 |
* | Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ... | Sven Gothel | 2013-08-28 | 3 | -119/+127 |
* | Fix libav/ffmpeg compilation: Use 'dot less' dir/file names; Compile ffmpeg v... | Sven Gothel | 2013-08-28 | 7 | -79/+80 |
* | Fix libav/ffmpeg compilation across platforms: Move header back to 'stub_incl... | Sven Gothel | 2013-08-27 | 119 | -27966/+0 |
* | GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin... | Sven Gothel | 2013-08-27 | 2 | -60/+123 |
* | libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM... | Sven Gothel | 2013-08-26 | 124 | -63/+28166 |
* | ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-code | Sven Gothel | 2013-08-26 | 2 | -190/+4 |
* | libav/ffmpeg: version9: Add libavresample support ; Proper AudioFormat negoti... | Sven Gothel | 2013-08-26 | 2 | -28/+207 |
* | libav/ffmpeg: Prepare for lavc54.lavf54.lavu52 | Sven Gothel | 2013-08-25 | 2 | -10/+46 |
* | AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame... | Sven Gothel | 2013-08-24 | 2 | -4/+4 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONE | Sven Gothel | 2013-08-24 | 2 | -20/+28 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIP | Sven Gothel | 2013-08-23 | 2 | -62/+437 |
* | GLMediaPlayer: Use URI instead of URL / Misc refinements | Sven Gothel | 2013-08-17 | 1 | -16/+4 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIP | Sven Gothel | 2013-08-16 | 2 | -31/+90 |
* | GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIP | Sven Gothel | 2013-08-14 | 2 | -79/+163 |
* | Fix regression of commit 6332e13b2f0aa9818d37802302f04c90a4fa4239 causing opt... | Sven Gothel | 2013-08-14 | 3 | -5/+7 |
* | GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available... | Sven Gothel | 2013-08-10 | 3 | -20/+55 |
* | FFMPEGPlayer Audio Sink Refactoring .. | Sven Gothel | 2013-07-19 | 2 | -57/+34 |
* | Merge remote-tracking branch 'xranby/FFMPEGMediaPlayer' | Sven Gothel | 2013-07-17 | 1 | -20/+110 |
|\ |
|
| * | Merge remote-tracking branch 'xranby/github/FFMPEGMediaPlayer-audio' into FFM... | Xerxes Rånby | 2013-06-19 | 1 | -20/+110 |
| |\ |
|
| | * | FFMPEGMediaPlayer: fix audio pts for varying audio frame format. | Xerxes Rånby | 2013-05-12 | 1 | -1/+1 |
| | * | FFMPEGMediaPlayer: Poor mans audio/video sync. | Xerxes Rånby | 2013-05-12 | 1 | -6/+32 |
| | * | FFMPEGMediaPlayer: blocking Java Sound output | Xerxes Rånby | 2013-05-10 | 1 | -4/+6 |
| | * | FFMPEGMediaPlayer: Add updateSound callback for passing decoded jni audio fra... | Xerxes Rånby | 2013-05-10 | 1 | -1/+13 |
| | * | FFMPEGMediaPlayer: Decode all frames inside video packet. | Xerxes Rånby | 2013-05-10 | 1 | -5/+29 |
| | * | FFMPEGMediaPlayer: Lookup decoded audio data_size using av_samples_get_buffer... | Xerxes Rånby | 2013-05-10 | 1 | -6/+18 |
| | * | FFMPEGMediaPlayer: Use the Audio codec to decode audio. Also prevent double f... | Xerxes Rånby | 2013-05-10 | 1 | -3/+5 |
| | * | FFMPEGMediaPlayer: Decode audio frames. | Xerxes Rånby | 2013-05-10 | 1 | -7/+19 |
* | | | Add Support for GL 4.3 (Bug 716) and ES 3.0 (Bug 717) | Sven Gothel | 2013-07-15 | 1 | -4/+4 |
|/ / |
|
* | | Fix Bug 753: Stuttering caused by lack of GL resource synchronization between... | Sven Gothel | 2013-06-17 | 1 | -32/+31 |
* | | timespec.c/h: Add 'long timespec_microseconds(..)' | Sven Gothel | 2013-06-17 | 2 | -0/+8 |
|/ |
|
* | FFMPEGMediaPlayer: Fix mpeg seek using time_base.num 1 , time_base.den 90000 | Xerxes Rånby | 2013-04-15 | 1 | -3/+5 |
* | OSX/CALayer Threading Part4: Stream all JAWT Root CALayer Operations on OSX M... | Sven Gothel | 2013-04-04 | 1 | -12/+12 |
* | OSX CALayer minor edit: Call [super setFrame..] directly | Sven Gothel | 2013-04-03 | 1 | -1/+2 |
* | MyNSOpenGLContext::dealloc: Avoid 'invalid context' | Sven Gothel | 2013-03-19 | 1 | -3/+25 |
* | OSX CGL: Don't issue [NSOpenGLContext clearDrawable] for [NSOpenGLContext set... | Sven Gothel | 2013-03-18 | 1 | -3/+10 |
* | Remodel OSX/CALayer Threading (commit 896e8b021b39e9415040a57a1d540d7d24b02db... | Sven Gothel | 2013-03-15 | 2 | -81/+87 |
* | OSX/CALayer: Simplify FixCALayerLayout()/layoutSurfaceLayer() call, no more n... | Sven Gothel | 2013-03-14 | 1 | -62/+1 |
* | OSX/CALayer: Revise CALayer 'RunOnMainThread' utilization, avoiding deadlocks | Sven Gothel | 2013-03-14 | 1 | -21/+15 |
* | Bug 665: Allow re-association of GLContext/GLEventListener to a GLDrawable (P... | Sven Gothel | 2013-03-13 | 1 | -7/+10 |
* | Fix CALayer pos/size and animation.b01 | Sven Gothel | 2013-02-22 | 2 | -65/+133 |
* | OSX/Java7/CALayer + JAWT: Partially Fix AWT/NEWT CALayer 'out of sight' bug, ... | Sven Gothel | 2013-02-20 | 1 | -7/+17 |
* | Fix Bug 691 (part-3): NSOpenGLLayer::openGLContextForPixelFormat(..) on main-... | Sven Gothel | 2013-02-16 | 1 | -6/+22 |
* | Fix Bug 691 (part-2): Extra '[subLayer release]' is wrong, since 'CGL.release... | Sven Gothel | 2013-02-15 | 1 | -10/+15 |
* | Fix OSX CALayer Bug 690 and Bug 691: Occasional Freeze on CVDisplayLinkStop; ... | Sven Gothel | 2013-02-14 | 1 | -31/+85 |