| Commit message (Expand) | Author | Age | Files | Lines |
* | GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ... | Sven Gothel | 2023-03-13 | 2 | -0/+23 |
* | FFmpeg: Fix using 'av_channel_layout_uninit', use own loaded linked 'sp_av_ch... | Sven Gothel | 2023-02-26 | 1 | -1/+1 |
* | FFMPEGMediaPlayer: Add implementation update for FFmpeg version 4.* (Debian 1... | Sven Gothel | 2023-02-23 | 6 | -455/+442 |
* | Bug 1239: Fix comment in c-code 'how to set preferred pixel_format' | Sven Gothel | 2015-10-05 | 1 | -1/+1 |
* | Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind... | Sven Gothel | 2015-10-05 | 1 | -0/+5 |
* | Bug 1239: Add support for UYVY422 (swizzled YUYV422) | Sven Gothel | 2015-10-05 | 1 | -2/+4 |
* | FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas... | Sven Gothel | 2015-02-05 | 1 | -0/+33 |
* | Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packaging | Sven Gothel | 2015-02-05 | 1 | -3/+4 |
* | Bug 1011 / Bug 1012: GLMediaPlayer Audio/Video stuttering w/ OSX and OpenAL/J... | Sven Gothel | 2014-06-11 | 1 | -1/+5 |
* | FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val... | Sven Gothel | 2014-05-09 | 1 | -0/+0 |
* | Bug 927 - Multithreading (MT) issues libav/ffmpeg | Sven Gothel | 2014-02-22 | 2 | -65/+71 |
* | Bug 927: Fix minor MT issues w/ libav/ffmpeg | Sven Gothel | 2014-02-16 | 2 | -20/+74 |
* | [Jogl|Nativewindow|Newt]Common: Align all *Common_GetJNIEnv()/_ReleaseJNIEnv(... | Sven Gothel | 2014-01-11 | 1 | -2/+2 |
* | Bug 918 (2/2): Determine StreamWorker usage after stream-init ; Fix seek(..) ... | Sven Gothel | 2013-12-11 | 1 | -5/+11 |
* | Bug 918 (1/2): Use StreamWorker in 'Audio Only' mode, since no 'getNextTextur... | Sven Gothel | 2013-12-11 | 1 | -6/+1 |
* | JNI Code: Call DeleteLocalRef(..) manually. | Sven Gothel | 2013-11-05 | 1 | -0/+1 |
* | Complete commit 4b866d2686ab9c3fd7cf6708925b4663ad81e359: Relocate FFMPEGNati... | Sven Gothel | 2013-09-13 | 1 | -0/+50 |
* | Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ... | Sven Gothel | 2013-09-11 | 3 | -98/+86 |
* | 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 | 1 | -79/+81 |
* | 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 |
* | GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available... | Sven Gothel | 2013-08-10 | 2 | -14/+53 |
* | FFMPEGPlayer Audio Sink Refactoring .. | Sven Gothel | 2013-07-19 | 2 | -57/+34 |
* | 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 |
* | FFMPEGMediaPlayer: Fix mpeg seek using time_base.num 1 , time_base.den 90000 | Xerxes Rånby | 2013-04-15 | 1 | -3/+5 |
* | C code: remove warnings | Sven Gothel | 2012-07-06 | 1 | -3/+3 |