aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
Commit message (Expand)AuthorAgeFilesLines
* GLMediaPlayer: Add printNativeInfo(..) exposing used native library informati...Sven Gothel2023-12-181-17/+27
* FFMPEGMediaPlayer: Remove unconditional DEBUG outputSven Gothel2023-10-161-1/+1
* Bug 1472: Enhance GLMediaPlayer AV Sync: Utilize SCR aware audio PTS used as ...Sven Gothel2023-10-151-21/+36
* 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-131-16/+19
* FFMPEGMediaPlayer: Cleanup API doc FFmpeg versionsSven Gothel2023-03-051-4/+4
* FFMPEGMediaPlayer: Add implementation update for FFmpeg version 4.* (Debian 1...Sven Gothel2023-02-231-66/+44
* Replace AccessController.doPrivileged() w/ SecurityUtil.doPrivileged()Sven Gothel2023-01-141-2/+2
* Bug 1420: Add FFMpeg 4.* versioned lib-names and provide optional internal li...Sven Gothel2020-01-031-0/+33
* Bug 1270 - Fix OSX El Capitan 10.11 stuttering: ALAudioSink: DEBUG: Show Open...Sven Gothel2015-11-151-7/+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
* FFMPEGMediaPlayer: Add support for libav-11 and ffmpeg 2.[4-x] (Latest releas...Sven Gothel2015-02-051-3/+13
* Fix FFMPEGMediaPlayer: static init block issue, libavresample debian8 packagingSven Gothel2015-02-051-4/+12
* Bug 682 - Relocating javax.media.opengl.* -> com.jogamp.opengl.* (Part 1)Sven Gothel2015-02-021-3/+3
* Bug 1063: Uri adoptionSven Gothel2014-09-081-5/+4
* Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...Sven Gothel2014-07-031-25/+26
* 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-201-9/+9
* Extract FFMPEGNatives's Audio + Video formats to their own class in AV privat...Sven Gothel2014-05-191-18/+18
* FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val...Sven Gothel2014-05-091-6/+11
* FFMPEGMediaPlayer: Use 'const' qualifier in shader stubSven Gothel2014-04-091-4/+4
* 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: add missing @Override annotationsHarvey Harrison2013-10-171-0/+1
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-87/+87
* FFMPEGMediaPlayer: Use IOUtil.decodeFromURI(..) to unescape %20Sven Gothel2013-10-071-1/+2
* Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ...Sven Gothel2013-09-111-1/+1
* 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-301-6/+22
* 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-291-29/+76
* Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ...Sven Gothel2013-08-281-87/+188
* 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-271-44/+82
* libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...Sven Gothel2013-08-261-234/+35
* ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-codeSven Gothel2013-08-261-9/+5
* libav/ffmpeg: version9: Add libavresample support ; Proper AudioFormat negoti...Sven Gothel2013-08-261-60/+114