index
:
jogl.git
1.x-maint
2.1-maint
BLACKBIRD
JOGL_2_SANDBOX
JSR-231
MIPS_PORT
Sun_Microsystem
b01
b202_gl44
b22x
bug1294
bug1398
egl-gbm
glctx_deadlock
ios
java11
javafx
jogl-1-1-temp-branch
master
merging
new_gl_headers
pulled
rc
rc_five
tegra-graph-shader_dosplit_dodiscard-freeze
tegra-graph-shader_dosplit_nodiscard-ok
tegra-graph-shader_nosplit_dodiscard_original-freeze
tegra-graph-shader_nosplit_nodiscard-errorP1202
travis
v2.0-rc2-maintenance
v2.3.1_winexe
x11_xinitthreads
xcb-test
JOGL repository on http://jogamp.org/ ;
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jogl
/
classes
/
jogamp
/
opengl
/
util
/
av
/
impl
/
FFMPEGMediaPlayer.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug 1063: Uri adoption
Sven Gothel
2014-09-08
1
-5
/
+4
*
Code Clean-Up based on our Recommended Settings (jogamp-scripting c47bc86ae2e...
Sven Gothel
2014-07-03
1
-25
/
+26
*
Bug 1011 / Bug 1012: GLMediaPlayer Audio/Video stuttering w/ OSX and OpenAL/J...
Sven Gothel
2014-06-11
1
-1
/
+5
*
GLMediaPlayerImpl: Change access of most fields to private for clarity and AP...
Sven Gothel
2014-05-20
1
-9
/
+9
*
Extract FFMPEGNatives's Audio + Video formats to their own class in AV privat...
Sven Gothel
2014-05-19
1
-18
/
+18
*
FFMPEGMediaPlayer / FFMPEGv10Natives: Fix libav-10 and ffmpeg-2.x version val...
Sven Gothel
2014-05-09
1
-6
/
+11
*
FFMPEGMediaPlayer: Use 'const' qualifier in shader stub
Sven Gothel
2014-04-09
1
-4
/
+4
*
FFMPEGMediaPlayer: Add missing indentation of commit 8a032a2c1f247819bdb08382...
v2.1.4_rc01
Sven Gothel
2013-12-18
1
-7
/
+7
*
ALAudioSink GLMediaPlayerImpl FFMPEGMediaPlayer: Verbosity only w/ DEBUG flag.
Xerxes Rånby
2013-12-18
1
-0
/
+2
*
Fix Bug 902: FFMPEGMediaPlayer uses IOUtil.decodeURIIfFilePath(uri) to decode...
Sven Gothel
2013-11-28
1
-2
/
+7
*
jogl: add missing @Override annotations
Harvey Harrison
2013-10-17
1
-0
/
+1
*
jogl: remove all trailing whitespace
Harvey Harrison
2013-10-17
1
-87
/
+87
*
FFMPEGMediaPlayer: Use IOUtil.decodeFromURI(..) to unescape %20
Sven Gothel
2013-10-07
1
-1
/
+2
*
Relocate FFMPEGNatives.initIDS0() -> FFMPEGStaticNatives.initIDS0(); Cleanup ...
Sven Gothel
2013-09-11
1
-1
/
+1
*
FFMPEGMediaPlayer: Handle use-case of having [av|sw]resample lib, but not com...
Sven Gothel
2013-09-01
1
-2
/
+2
*
GLMediaPlayer enhancements: State, Camera options, detect and act on orientat...
Sven Gothel
2013-08-30
1
-6
/
+22
*
FFMPEGMediaPlayer: Handle v-flipped 'bottom-up' pictures ; Refine API doc 'ca...
Sven Gothel
2013-08-30
1
-1
/
+1
*
Enhance GLMediaPlayer: Full FFMPeg support, 'dshow' camera support on windows...
Sven Gothel
2013-08-29
1
-29
/
+76
*
Fix libav/ffmpeg compilation; FFMPEGMediaPlayer Enahncements (More YUV*, Use ...
Sven Gothel
2013-08-28
1
-87
/
+188
*
FFMPEGMediaPlayer: Fix av-audio-fmt -> AudioFormat parsing (fixedP was wrong ...
Sven Gothel
2013-08-28
1
-8
/
+7
*
GLMediaPlayer: Add camera input / FFMPEG: Fix 'av_packet' leak and add missin...
Sven Gothel
2013-08-27
1
-44
/
+82
*
libav/ffmpeg: Compile/Link 2 versions of native FFMPEGMediaPlayer methods FFM...
Sven Gothel
2013-08-26
1
-234
/
+35
*
ffmpeg/libav: Remove 'dead' audio/video frame count relation snoop-code
Sven Gothel
2013-08-26
1
-9
/
+5
*
libav/ffmpeg: version9: Add libavresample support ; Proper AudioFormat negoti...
Sven Gothel
2013-08-26
1
-60
/
+114
*
libav/ffmpeg: Prepare for lavc54.lavf54.lavu52
Sven Gothel
2013-08-25
1
-6
/
+61
*
AudioSink.init(..) abstract 'frame count' -> duration [ms] allowing non-frame...
Sven Gothel
2013-08-24
1
-19
/
+27
*
GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-6) - DONE
Sven Gothel
2013-08-24
1
-23
/
+20
*
FFMPEGMediaPlayer: Transform URI spaces '%20' to ' ' manually, libav doesn't ...
Sven Gothel
2013-08-23
1
-1
/
+1
*
GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-5) - WIP
Sven Gothel
2013-08-23
1
-117
/
+122
*
GLMediaPlayer: Use URI instead of URL / Misc refinements
Sven Gothel
2013-08-17
1
-11
/
+28
*
GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-4) - WIP
Sven Gothel
2013-08-16
1
-21
/
+38
*
GLMediaPlayer Multithreaded Decoding: GLMediaPlayer* (Part-3) - WIP
Sven Gothel
2013-08-14
1
-92
/
+140
*
GLMediaPlayer: Add multithreaded decoding w/ textureCount > 2 where available...
Sven Gothel
2013-08-10
1
-221
/
+115
*
FFMPEGMediaPlayer: Cleanup AudioPusher 'usage', i.e. disabled for now (subjec...
Sven Gothel
2013-07-20
1
-64
/
+71
*
FFMPEGMediaPlayer: Fix yuv stored in alpha shader decode on ES2 and GL2
Xerxes Rånby
2013-07-20
1
-8
/
+11
*
FFMPEGPlayer Audio Sink Refactoring ..
Sven Gothel
2013-07-19
1
-106
/
+139
*
Merge remote-tracking branch 'xranby/FFMPEGMediaPlayer'
Sven Gothel
2013-07-17
1
-11
/
+132
|
\
|
*
FFMPEGMediaPlayer: Only instance ALAudioSink if JOAL is found on the classpath.
Xerxes Rånby
2013-07-16
1
-7
/
+15
|
*
AudioSink: interface add isAudioSinkAvailable
Xerxes Rånby
2013-06-24
1
-4
/
+5
|
*
Merge remote-tracking branch 'xranby-github/FFMPEGMediaPlayer'
Xerxes Rånby
2013-06-24
1
-11
/
+123
|
|
\
|
|
*
FFMPEGMediaPlayer: Add AudioSink interface.
Xerxes Rånby
2013-06-19
1
-55
/
+18
|
|
*
FFMPEGMediaPlayer: Limit video sync delay to 47ms in order to fix audio buffe...
Xerxes Rånby
2013-05-12
1
-2
/
+2
|
|
*
FFMPEGMediaPlayer: Poor mans audio/video sync.
Xerxes Rånby
2013-05-12
1
-12
/
+98
|
|
*
FFMPEGMediaPlayer: blocking Java Sound output
Xerxes Rånby
2013-05-10
1
-16
/
+17
|
|
*
partial implementation of Java Sound output
Xerxes Rånby
2013-05-10
1
-0
/
+51
|
|
*
FFMPEGMediaPlayer: Add updateSound callback for passing decoded jni audio fra...
Xerxes Rånby
2013-05-10
1
-0
/
+3
|
|
*
FFMPEGMediaPlayer: Workaround forward seek delay caused by video sync.
Xerxes Rånby
2013-05-10
1
-1
/
+1
|
|
*
FFMPEGMediaPlayer: Workaround dropped video frames while decoding audio.
Xerxes Rånby
2013-05-10
1
-1
/
+9
*
|
|
Fix FFMPEGMediaPlayer: Only use RED for GL3ES3 profiles, otherwise stick w/ A...
Sven Gothel
2013-07-16
1
-1
/
+7
*
|
|
FFMPEGMediaPlayer: Use GL_RED instead of deprecated GL_ALPHA, otherwise won't...
Sven Gothel
2013-07-16
1
-6
/
+6
|
/
/
[next]