| Commit message (Expand) | Author | Age | Files | Lines |
* | Bug 1492: GLMediaPlayer: Add playStream(..) variant passing desired audio- an... | Sven Göthel | 2024-02-05 | 1 | -44/+89 |
* | Bug 1494 - GLMediaPlayer/GraphUI: Support Displaying Bitmap'ed Subtitles (PGS... | Sven Göthel | 2024-02-02 | 1 | -206/+303 |
* | FFMPEGPlayer: Prep for bitmap'ed subtitles: Use glEnable()/glBindTexture() fu... | Sven Göthel | 2024-01-28 | 1 | -52/+97 |
* | FFMPEGMediaPlayer/GraphUI MediaButton: AVSubtitles's start/end are relative t... | Sven Göthel | 2024-01-28 | 1 | -2/+2 |
* | FFMPEGMediaPlayer (native): Simplify subtitle handling in readNextPacket0() | Sven Göthel | 2024-01-28 | 1 | -26/+10 |
* | FFMPEGMediaPlayer (native): Set used sid to none if not selected (missed) | Sven Göthel | 2024-01-28 | 1 | -0/+3 |
* | GLMediaPlayer/FFMPEGMediaPlayer: Add working subtitle (text + ass/saa) suppor... | Sven Göthel | 2024-01-28 | 1 | -8/+145 |
* | GLMediaPlayer: Support tile metadata | Sven Göthel | 2024-01-27 | 1 | -3/+13 |
* | GLMediaPlayer: Add initial subtitle support, track audio/video/subtitle strea... | Sven Göthel | 2024-01-27 | 1 | -21/+130 |
* | GLMediaPlayer/FFMPEGMediaPlayer: Add chapter metadata support and use com.jog... | Sven Gothel | 2023-12-30 | 1 | -6/+80 |
* | FFMpeg: Just be nice and flush GL stream, no finish sync required | Sven Gothel | 2023-12-04 | 1 | -2/+8 |
* | FFMpeg: Fix and clarify 'resend package' and 'continue draining frames' states | Sven Gothel | 2023-12-04 | 1 | -21/+30 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Fix FFMPEGMediaPlayer's audio resamp... | Sven Gothel | 2023-10-15 | 1 | -3/+6 |
* | Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ... | Sven Gothel | 2023-10-15 | 1 | -22/+44 |
* | Bug 1470 - FFmpeg / JNI: Perform exception check and rethrow for all Java Cal... | Sven Gothel | 2023-10-02 | 1 | -1/+7 |
* | Bug 1469 - FFmpeg binding uses ReleaseStringChars instead of ReleaseStringUTF... | Sven Gothel | 2023-10-02 | 1 | -12/+14 |
* | GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ... | Sven Gothel | 2023-03-13 | 1 | -0/+21 |
* | 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 | 1 | -396/+412 |
* | 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 |
* | 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 |
* | Bug 927 - Multithreading (MT) issues libav/ffmpeg | Sven Gothel | 2014-02-22 | 1 | -49/+71 |
* | Bug 927: Fix minor MT issues w/ libav/ffmpeg | Sven Gothel | 2014-02-16 | 1 | -20/+59 |
* | [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 |
* | Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ... | Sven Gothel | 2013-09-11 | 1 | -85/+36 |
* | ffmpeg_impl_template: Remove DEBUG line .. | Sven Gothel | 2013-09-01 | 1 | -1/+1 |
* | GLMediaPlayer enhancements: State, Camera options, detect and act on orientat... | Sven Gothel | 2013-08-30 | 1 | -34/+46 |
* | FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca... | Sven Gothel | 2013-08-30 | 1 | -30/+49 |
* | Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows... | Sven Gothel | 2013-08-29 | 1 | -92/+324 |
* | 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 | 1 | -0/+1332 |