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 |
|
benfry
|
4bf692c0c8
|
remove/hide several video functions that were not approved
|
2012-08-06 13:41:01 +00:00 |
|
benfry
|
7a7b856385
|
making further progress on build process
|
2012-07-20 23:21:24 +00:00 |
|
codeanticode
|
9c4195c3e4
|
completed new implementation of image cache handling
|
2012-07-16 19:12:13 +00:00 |
|
codeanticode
|
0562ca3420
|
flush before changing projection matrix, fixed load pixels in GL
|
2012-07-16 06:30:06 +00:00 |
|
codeanticode
|
b2515427b4
|
video library updates
|
2012-06-13 19:40:49 +00:00 |
|
codeanticode
|
aec914d973
|
update capture example
|
2012-06-04 18:26:15 +00:00 |
|
codeanticode
|
c6e051a818
|
Prints available resolutions in error message...
|
2012-06-04 18:26:00 +00:00 |
|
codeanticode
|
2a2759ccbe
|
Unsupported capture resolution also results in an exception.
|
2012-06-04 18:00:45 +00:00 |
|
codeanticode
|
5658c48eec
|
Capture throws runtime error when no camera is available, fix in checkResolutions() method to correctly use fps
|
2012-06-04 17:49:22 +00:00 |
|
codeanticode
|
c7305b0af7
|
put supported network protocols in static array
|
2012-06-04 02:15:06 +00:00 |
|
codeanticode
|
523d3999b1
|
video todo list
|
2012-05-11 03:18:52 +00:00 |
|
codeanticode
|
ed2a2bc8ff
|
Handling reverse playback at EOS event, and restarting rate.
|
2012-05-11 01:31:38 +00:00 |
|
codeanticode
|
50cebf56af
|
Added direct-buffer copy to video library
|
2012-01-22 02:03:35 +00:00 |
|
codeanticode
|
1d93179064
|
Added clip/noClip to P3D, replaced System.err.println() by showWarning where appropriate.
|
2011-12-08 20:45:14 +00:00 |
|
benfry
|
436a81e330
|
cleaning up warnings, specifying Java 1.6 for build in Eclipse, remove unused
|
2011-11-12 17:31:06 +00:00 |
|
benfry
|
382a7c1159
|
fancy syntax
|
2011-11-01 14:35:31 +00:00 |
|
benfry
|
d01b4e7bf4
|
trying to sort out path and bits issues for 2.0a2
|
2011-11-01 00:47:37 +00:00 |
|
codeanticode
|
3e60b4f50f
|
Using new location of video library files in exported app
|
2011-10-31 22:11:34 +00:00 |
|
codeanticode
|
dba3935059
|
Removed println
|
2011-10-31 17:59:14 +00:00 |
|
codeanticode
|
4303b1729f
|
Fixed wrong path assignment on Linux and Windows
|
2011-10-31 15:36:44 +00:00 |
|
codeanticode
|
7c20b4a698
|
Adding gstreamer bin path for exported apps
|
2011-10-31 14:43:42 +00:00 |
|
codeanticode
|
6b3910a2f3
|
Updated license/copyright notices of the video library
|
2011-10-18 02:45:13 +00:00 |
|
codeanticode
|
fdc29f6e5e
|
Removed jump to frame, length and frame methods from Movie, modified Frame example accordingly.
|
2011-10-18 00:04:48 +00:00 |
|
codeanticode
|
d103ffb028
|
Removed some libs from the LibraryLoader
|
2011-10-11 03:23:02 +00:00 |
|
codeanticode
|
b211122c23
|
Moving some methods around
|
2011-10-10 23:49:20 +00:00 |
|