From 9abd252b4d30e0611a360d37d228dbae427c9cd5 Mon Sep 17 00:00:00 2001
From: Sven Gothel
Date: Mon, 5 Oct 2015 13:50:33 +0200
Subject: Bug 1239: Update FFMPEGMediaPlayer API doc (versions and OSX
resources)
---
.../jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java | 19 ++++++++++++++-----
1 file changed, 14 insertions(+), 5 deletions(-)
(limited to 'src/jogl/classes/jogamp/opengl')
diff --git a/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java b/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
index b7a8dec25..cd1400a29 100644
--- a/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
+++ b/src/jogl/classes/jogamp/opengl/util/av/impl/FFMPEGMediaPlayer.java
@@ -106,11 +106,12 @@ import jogamp.opengl.util.av.VideoPixelFormat;
*
* Currently we are binary compatible w/:
*
- * libav / ffmpeg | lavc | lavf | lavu | lavr/lswr | FFMPEG* class |
+ * libav / ffmpeg | lavc | lavf | lavu | lavr/lswr | FFMPEG* class |
* 0.8 | 53 | 53 | 51 | | FFMPEGv08 |
* 9.0 / 1.2 | 54 | 54 | 52 | 01/00 | FFMPEGv09 |
* 10 / 2.[0-3] | 55 | 55 | 53/52 | 01/00 | FFMPEGv10 |
- * 11 / 2.[4-x] | 56 | 56 | 54 | 02/01 | FFMPEGv11 |
+ * 11 / 2.[4-8] | 56 | 56 | 54 | 02/01 | FFMPEGv11 |
+ * 12 / 2.[9-x] | 57 | 57 | 55 | 02/01 | TODO |
*
*
*
@@ -145,13 +146,21 @@ import jogamp.opengl.util.av.VideoPixelFormat;
*
GNU/Linux: ffmpeg or libav are deployed in most distributions.
* Windows:
*
+ * - https://ffmpeg.org/download.html#build-windows
* - http://ffmpeg.zeranoe.com/builds/ (ffmpeg) recommended, works w/ dshow
* - http://win32.libav.org/releases/ (libav)
*
- * MacOSX using Homebrew
+ * MacOSX
*
- * - https://github.com/Homebrew/homebrew/wiki/Installation
- * - https://trac.ffmpeg.org/wiki/CompilationGuide/MacOSX
+ * - Builds
+ *
+ * - https://ffmpeg.org/download.html#build-mac
+ *
+ * - Building using Homebrew *
+ *
+ * - https://github.com/Homebrew/homebrew/wiki/Installation
+ * - https://trac.ffmpeg.org/wiki/CompilationGuide/MacOSX
+ *
*
* OpenIndiana/Solaris:
* pkg set-publisher -p http://pkg.openindiana.org/sfe-encumbered.
--
cgit v1.2.3