Commit Graph

123 Commits

Author SHA1 Message Date
codeanticode
7097691f8f testing non-blocking seek 2014-04-28 00:02:43 -04:00
codeanticode
7c23d482b7 some cleaner logic to allow for #2424, which should also work when video
buffers start accumulating in the cache on slower machines.
2014-04-06 10:07:54 -04:00
codeanticode
c7c20f0183 getBufferPixels() removes the buffers from the cache, fixes the #2424 2014-04-05 00:11:34 -04:00
codeanticode
cf8e03ff70 fix #2202 2014-01-16 18:04:15 -05:00
codeanticode
b57c1c489f adjust stroke weight in HsvSpace example 2014-01-16 12:11:28 -05:00
codeanticode
acaa6f50bf additional resource de-allocation in dispose, this might solve #2074 2013-10-25 15:09:57 -04:00
codeanticode
91e416b28e handle Camera.list() returning null 2013-10-24 10:19:57 -04:00
Ben Fry
7eb0f19d65 change build scripts to use built-in ecj (removes jdk req) 2013-09-12 19:21:57 -04:00
codeanticode
b850b53427 revised color conversion methods 2013-08-19 15:46:15 -04:00
boubpopsyteam
6869475650 Update Video.java
Fix RGBA to ARGB losing alpha as explained in #2021
2013-08-16 13:03:59 +02:00
codeanticode
4c943edb97 removed some debug messages 2013-07-08 09:54:09 -04:00
codeanticode
155d00a4ad reimplemented pixel access in video library when using P2D/P3D 2013-07-02 11:27:33 -04:00
Ben Fry
f5b170cc70 move video capture examples back to default renderer due to GL bug 2013-06-03 16:20:18 -04:00
Ben Fry
24e0ef10b4 add warnings about unofficial API 2013-06-03 15:44:56 -04:00
Casey Reas
1ee4d922e3 Updates for video capture examples, new keywords.txt 2013-03-05 12:53:13 -08:00
Ben Fry
eee6123135 adding ignore files 2013-01-27 10:52:36 -05:00
Casey Reas
289f46ff61 Simple reference updates 2012-12-12 04:01:33 +00:00
Casey Reas
d836b3c0c9 Two new Capture examples from David Muth 2012-12-10 05:47:25 +00:00
Casey Reas
6d29346cb9 New reference.zip for 2b7 2012-12-07 16:56:26 +00:00
Casey Reas
3090c19859 Removing redundant example, was renamed 2012-12-07 07:07:27 +00:00
benfry
0f776dfd24 notes and updating to registerMethod() 2012-10-26 18:12:51 +00:00
benfry
ab815ede89 update source/target settings in build b/c of Java 7 warnings 2012-10-19 14:48:48 +00:00
codeanticode
3c4a2f18c2 Fixes issue 1303 2012-10-11 15:22:05 +00:00
Casey Reas
7deaccfd0b Slight changes for the Capture reference page 2012-09-12 15:37:17 +00:00
Casey Reas
252ce74acf Update for 2.0 reference, including edits to source files 2012-09-12 05:17:16 +00:00
benfry
8ae1831c33 swap how image cache is handled, and use weak reference 2012-09-01 23:54:32 +00:00
Casey Reas
c92a89d93c Tweaks to the Movie examples 2012-08-31 21:39:52 +00:00
Casey Reas
ab9e6502ba Updated Movie Examples 2012-08-31 21:23:20 +00:00
Casey Reas
d564962e0f Temporarily removing Movie examples 2012-08-31 19:04:59 +00:00
codeanticode
b7e7d11b19 some code formatting 2012-08-29 18:36:30 +00:00
codeanticode
ac1e0d69f5 The gstreamer library and plugin path can be passed to the video library using the gstreamer.library.path and gstreamer.plugin.path system properties 2012-08-29 02:21:08 +00:00
codeanticode
c10b405486 missing changes? 2012-08-28 23:12:57 +00:00
codeanticode
46030c2a45 Added 30, 15, and 1 framerates 2012-08-28 22:53:15 +00:00
codeanticode
54e0b8399d Mac Hack to get list of supported resolutions from negotiated caps. 2012-08-28 22:41:02 +00:00
codeanticode
60e11e02e5 use getNegotiatedCaps instead of getCaps in Capture 2012-08-28 21:15:11 +00:00
codeanticode
6ceb83ee23 Added Capture constructor w/out arguments, re-enabled resolution check when initializing capture 2012-08-27 17:55:43 +00:00
codeanticode
0b1c9ab2e5 changes to support device name and index filtering in the caps when retrieving supported resolutions 2012-08-27 16:21:35 +00:00
codeanticode
85cb330036 Renamed playBin to playbin 2012-08-21 19:49:15 +00:00
codeanticode
9afd5c1364 renamed setGStreamerPath() back to setPath() and useOpenGL() to useGL() in video. 2012-08-16 20:25:17 +00:00
codeanticode
bc1055792a Fixed Framingham and Frames examples in Video, added ImageMask in OpenGL/Shaders 2012-08-16 17:52:27 +00:00
codeanticode
26e6038f61 Updated capture examples 2012-08-15 22:18:15 +00:00
codeanticode
a406170c1e Removed pipeline.getState() call from start(), it hangs capture on windows 2012-08-15 22:17:43 +00:00
codeanticode
7bba3e11a6 use play/pause/getState combination in listResolutions() to avoid hangs in OSX and/or Windows. Updated todo notes 2012-08-15 21:46:35 +00:00
codeanticode
2e77214547 added new Capture constructor that takes the output of list() as argument, additional validity checks (available devices, supported resolutions, etc) 2012-08-15 21:11:18 +00:00
codeanticode
42ee90895e Renamed Video.setPath() to Video.setGStreamerPath(), fixed logic in Capture.addResFromStructure() 2012-08-15 18:35:35 +00:00
codeanticode
683166a783 Reworking list() functionality in Capture class 2012-08-15 17:04:55 +00:00
codeanticode
b52b193a43 Cleaned-up Video interface 2012-08-15 05:16:28 +00:00
codeanticode
a2801bdd60 jump to multiple of framerate 2012-08-15 04:54:24 +00:00
codeanticode
15749d072c Updated Movie examples 2012-08-15 04:34:41 +00:00
codeanticode
426af4f5ea Cleaned-up Movie class API 2012-08-15 04:33:47 +00:00