aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/av/impl
Commit message (Expand)AuthorAgeFilesLines
* 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
* FFMPEGMediaPlayer: Use IOUtil.decodeFromURI(..) to unescape %20Sven Gothel2013-10-071-1/+2
* Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ...Sven Gothel2013-09-117-13/+5
* FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com...Sven Gothel2013-09-011-2/+2
* GLMediaPlayer enhancements: State, Camera options, detect and act on orientat...Sven Gothel2013-08-302-6/+23
* FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca...Sven Gothel2013-08-301-1/+1
* Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows...Sven Gothel2013-08-297-145/+306
* Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ...Sven Gothel2013-08-283-154/+286
* FFMPEGMediaPlayer: Fix av-audio-fmt -> AudioFormat parsing (fixedP was wrong ...Sven Gothel2013-08-281-8/+7
* GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin...Sven Gothel2013-08-275-56/+116
* FFMPEGNatives*: Add missing license headerSven Gothel2013-08-264-0/+108
* libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...Sven Gothel2013-08-266-247/+383
* ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-codeSven Gothel2013-08-261-9/+5