aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGNatives.java
Commit message (Expand)AuthorAgeFilesLines
* Extract FFMPEGNatives's Audio + Video formats to their own class in AV privat...Sven Gothel2014-05-191-199/+0
* Bug 927 - Multithreading (MT) issues libav/ffmpegSven Gothel2014-02-221-7/+6
* Bug 927: Fix minor MT issues w/ libav/ffmpegSven Gothel2014-02-161-19/+25
* jogl: remove all trailing whitespaceHarvey Harrison2013-10-171-46/+46
* 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
* Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ...Sven Gothel2013-09-111-1/+0
* Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows...Sven Gothel2013-08-291-9/+10
* Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ...Sven Gothel2013-08-281-42/+85
* GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin...Sven Gothel2013-08-271-1/+1
* FFMPEGNatives*: Add missing license headerSven Gothel2013-08-261-0/+27
* libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...Sven Gothel2013-08-261-0/+188