aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/av/impl
Commit message (Expand)AuthorAgeFilesLines
* OMXGLMediaPlayer: Add 'printNativeInfo(..)' - completes commit d99c2d8b28470d...Sven Gothel2023-12-181-0/+6
* GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati...Sven Gothel2023-12-182-37/+74
* Bug 1479 - NativeLibrary: Add getNativeLibraryPath() returning actual native ...Sven Gothel2023-11-261-1/+6
* FFMPEGMediaPlayer: Remove unconditional DEBUG outputSven Gothel2023-10-161-1/+1
* Bug 1472: Enhance GLMediaPlayer AV Sync: Fix FFMPEGMediaPlayer's audio resamp...Sven Gothel2023-10-151-2/+4
* Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ...Sven Gothel2023-10-152-23/+53
* Bug 1473 - ALAudioSink: AV Synchronization: Adopt to JOAL ALAudioSink changesSven Gothel2023-10-041-6/+6
* FFMPEGMediaPlayer: Always use own textureLookupShader and validate its custom...Sven Gothel2023-10-031-26/+65
* FFMPEGMediaPlayer: Insert GLSL comment-line documenting the addressed VideoPi...Sven Gothel2023-09-301-1/+6
* GLMediaPlayer: Stop audio streaming to AudioSink on zero volume (Flush on mut...Sven Gothel2023-09-241-1/+1
* GLMediaPlayer: Add setAudioChannelLimit(..), correlating with AudioSink.setCh...Sven Gothel2023-05-231-1/+7
* *MediaPlayer: Adop to JOAL 39a32fd56de313c31bd197ee6022288e97f9729aSven Gothel2023-05-211-1/+1
* FFMPEGMediaPlayer: Adjust to AudioFormat changesSven Gothel2023-05-201-2/+2
* FFMPEGMediaPlayer: AudioFormat is now a stand-alone class (gluegen 2b339721a4...Sven Gothel2023-05-181-2/+2
* Common av classes (*AudioSink, ..) are promoted to gluegen (commit 270172bcbd...Sven Gothel2023-05-171-6/+5
* FFMPEGMediaPlayer: More detailed DEBUG messages on audioSinkSven Gothel2023-03-141-3/+3
* TextureSequence (API Change): Use setTextureLookupFunctionName(..) explicitly...Sven Gothel2023-03-141-11/+12
* GLMediaPlayer: Overhaul and simplify states, allow usage before stream ready ...Sven Gothel2023-03-132-18/+27
* FFMPEGMediaPlayer: Cleanup API doc FFmpeg versionsSven Gothel2023-03-051-4/+4
* FFMPEGMediaPlayer: Add implementation update for FFmpeg version 4.* (Debian 1...Sven Gothel2023-02-237-341/+196
* Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-142-4/+4
* Bug 1420: Add FFMpeg 4.* versioned lib-names and provide optional internal li...Sven Gothel2020-01-032-59/+153
* Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show Open...Sven Gothel2015-11-151-7/+10
* Bug 1268: Adapt to GlueGen commit 2034bbfac88b7d1360f9c939e173ff758f7f47acSven Gothel2015-11-151-0/+10
* Bug 1239: Support OSX input via 'avfoundation' ; Use remaining camera ID (ind...Sven Gothel2015-10-051-3/+1
* Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX resources)Sven Gothel2015-10-051-5/+14
* Bug 1239: Add support for UYVY422 (swizzled YUYV422)Sven Gothel2015-10-051-2/+27
* FFMPEGDynamicLibraryBundleInfo.initSymbols(): Just return null instead of thr...Sven Gothel2015-09-171-4/+8
* FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas...Sven Gothel2015-02-053-26/+131
* Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packagingSven Gothel2015-02-056-66/+74
* Add missing privileged section for NativeLibrary lookup: GLContextImpl and FF...Sven Gothel2015-02-051-37/+32
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-023-6/+6
* Bug 1096 - Expose EGL to public: com.jogamp.opengl.egl.EGL ; EGLDrawableFacto...Sven Gothel2015-01-231-1/+1
* Bug 1063: Uri adoptionSven Gothel2014-09-082-8/+7
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-035-45/+46
* Bug 1011 / Bug 1012: GLMediaPlayer Audio/Video stuttering w/ OSX and OpenAL/J...Sven Gothel2014-06-111-1/+5
* GLMediaPlayerImpl: Change access of most fields to private for clarity and AP...Sven Gothel2014-05-202-14/+14
* Extract FFMPEGNatives's Audio + Video formats to their own class in AV privat...Sven Gothel2014-05-192-217/+18
* FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val...Sven Gothel2014-05-092-10/+18
* FFMPEGMediaPlayer: Use 'const' qualifier in shader stubSven Gothel2014-04-091-4/+4
* Bug 927 - Multithreading (MT) issues libav/ffmpegSven Gothel2014-02-224-13/+12
* Bug 927: Fix minor MT issues w/ libav/ffmpegSven Gothel2014-02-164-70/+76
* FFMPEGMediaPlayer: Add missing indentation of commit 8a032a2c1f247819bdb08382...v2.1.4_rc01Sven Gothel2013-12-181-7/+7
* ALAudioSink GLMediaPlayerImpl FFMPEGMediaPlayer: Verbosity only w/ DEBUG flag.Xerxes RĂ„nby2013-12-181-0/+2
* Fix Bug 902: FFMPEGMediaPlayer uses IOUtil.decodeURIIfFilePath(uri) to decode...Sven Gothel2013-11-281-2/+7
* jogl: replce more unneeded String() constructionHarvey Harrison2013-10-201-5/+4
* jogl: add missing @Override annotationsHarvey Harrison2013-10-172-0/+3
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-178-236/+236
* Refine Int -> Enum conversion (commit 40863632d1428de015099b5967e5136425e99f2...Sven Gothel2013-10-171-11/+29
* Int -> Enum using EnumClass.values()[ordinal] instead of for-loop - FFMPEGNat...Sven Gothel2013-10-171-8/+8