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 |
|
codeanticode
|
e855c84953
|
Simplified property setting in Capture
|
2011-10-10 21:31:01 +00:00 |
|
codeanticode
|
b3d4fc362b
|
Added fps
|
2011-10-10 21:11:51 +00:00 |
|
codeanticode
|
585c98415d
|
Rechecking GettingStartedCapture example
|
2011-10-10 21:04:16 +00:00 |
|
codeanticode
|
4abb6806e7
|
Deleting old example
|
2011-10-10 21:02:59 +00:00 |
|
codeanticode
|
8611387533
|
Deleted OS-specific capture examples
|
2011-10-10 20:50:39 +00:00 |
|
codeanticode
|
e92c45e224
|
Properly checking supported resolutions. Added Resolution.toString()
|
2011-10-10 20:35:29 +00:00 |
|
codeanticode
|
a93ffc7d98
|
Handling situation when resolutions array is null.
|
2011-10-10 18:17:43 +00:00 |
|
codeanticode
|
d5c7f19dca
|
Another example update
|
2011-10-10 18:09:01 +00:00 |
|
codeanticode
|
571ce2d37c
|
Added Linux hack for capture device detection.
|
2011-10-10 18:08:39 +00:00 |
|
codeanticode
|
5da92d6a72
|
Added newFrame() method to Capture and Movie
|
2011-10-10 17:32:53 +00:00 |
|
codeanticode
|
eaa01131a3
|
Updated getting started capture example
|
2011-10-10 17:25:06 +00:00 |
|
codeanticode
|
59643c3868
|
Reworking resolution query and reporting in Capture
|
2011-10-10 17:24:44 +00:00 |
|
codeanticode
|
8572cb73b4
|
QtKit helper class removed
|
2011-10-10 02:41:28 +00:00 |
|
codeanticode
|
8d565228af
|
qtkitvideosrc is the default capture plugin for OSX in 32 and 64 bits
|
2011-10-10 01:42:51 +00:00 |
|
codeanticode
|
73e63485ec
|
Updated gstreamer dependencies for Windows
|
2011-10-07 21:19:55 +00:00 |
|
codeanticode
|
5863632601
|
32/64 bits for video
|
2011-10-07 21:16:52 +00:00 |
|
codeanticode
|
adb52ac2c1
|
Updated Movie examples
|
2011-10-07 20:59:16 +00:00 |
|
codeanticode
|
1f1bffe70d
|
Better device selection in Capture
|
2011-10-06 04:53:36 +00:00 |
|
codeanticode
|
dc33626e6f
|
Fix seeking functionality in Movie.
|
2011-10-05 22:17:27 +00:00 |
|
Casey Reas
|
9f66d73efb
|
Reference changes propagating to .java files
|
2011-09-18 07:39:11 +00:00 |
|
Casey Reas
|
e00f80955b
|
Updates to Video library for 2.0 Reference
|
2011-09-04 04:14:24 +00:00 |
|
codeanticode
|
8efa44d0a0
|
Updated windows library path in video
|
2011-09-02 17:14:58 +00:00 |
|
codeanticode
|
5aeec953d9
|
Update comments of video examples
|
2011-09-02 17:13:39 +00:00 |
|
codeanticode
|
c9f5ea230c
|
Some minor edits in LibraryLoader
|
2011-09-02 17:05:50 +00:00 |
|
codeanticode
|
638bf8496d
|
Update windows deps for trimmed down gstreamer libs
|
2011-09-02 16:59:22 +00:00 |
|
codeanticode
|
ce24f59e86
|
Some changes in video to support new gst libs in windows
|
2011-08-26 21:02:42 +00:00 |
|
codeanticode
|
23f13ec0ae
|
Added printElements() method to Movie and Capture, updated dir structure
|
2011-08-21 17:31:25 +00:00 |
|