Author |
Date |
Commit |
Message |
Samuel Audet |
2014-04-25 22:15:14 +0900 |
e23dce1c15ac |
* Fixed `FFmpegFrameRecorder` not refreshing the resampler when the format of s |
Samuel Audet |
2014-03-31 22:02:08 +0900 |
9f9f82497b66 |
* Fixed `ObjectFinder` not working with recent versions of OpenCV, especially o |
Samuel Audet |
2014-03-18 20:44:27 +0900 |
beb7137485d0 |
Updated code to match latest changes in JavaCPP (issue #443) |
Samuel Audet |
2014-03-05 22:56:22 +0900 |
ca90e694049e |
Updated property names to match latest changes in JavaCPP |
Samuel Audet |
2014-03-02 14:10:54 +0900 |
78b2fee284c3 |
Updated adapters to match latest changes in JavaCPP |
Samuel Audet |
2014-03-01 19:36:00 +0900 |
d8408df7be24 |
* In `FFmpegFrameRecorder`, fixed audio encoding with the Vorbis codec (issue # |
Samuel Audet |
2014-02-15 22:39:53 +0900 |
7d217681229e |
* `FFmpegFrameGrabber` now takes into account calls to `setPixelFormat()` (issu |
Samuel Audet |
2014-02-15 19:57:13 +0900 |
e6450930b63e |
* Added a `Frame.audioChannels` field for resampling purposes in `FFmpegFrameRe |
Samuel Audet |
2014-02-09 13:14:38 +0900 |
309123802574 |
* Fixed potential thread concurrency issues and crash in the `stopRecording()` |
Samuel Audet |
2014-02-07 22:21:26 +0900 |
2da6f6b0eb1e |
* Added missing `allocateArray()` constructors to `CameraParams` and `MatchesIn |
Samuel Audet |
2014-02-02 11:33:35 +0900 |
75591364ceb4 |
* Fixed errors such as "jniopencv_nonfree.dll: Can't find dependent libraries" |
Samuel Audet |
2014-02-02 11:10:08 +0900 |
badc3b3b7d85 |
* Added support to seek in audio-only streams with `FFmpegFrameGrabber.setTimes |
Samuel Audet |
2014-01-11 18:50:12 +0900 |
ac5ea325720f |
* Updated `samples/FaceApplet.jnlp` to make it work with JDK/JRE 7u45 |
Samuel Audet |
2014-01-06 22:29:33 +0900 |
f3bb7aa577c0 |
Released version 0.7 * Upgraded support to OpenCV 2.4.8 * Upgraded supported F |
Samuel Audet |
2013-12-21 13:04:26 +0900 |
5500f7a78268 |
* Added a `Frame.sampleRate` field to allow audio samples to be resampled by `F |
Samuel Audet |
2013-12-15 16:06:58 +0900 |
0e399872bfeb |
* Incorporated `IPCameraFrameGrabber` from Greg Perry (issue #384) |
Samuel Audet |
2013-12-08 09:56:39 +0900 |
57e4a9a9a7af |
* Upgraded support to OpenCV 2.4.7 |
Samuel Audet |
2013-11-04 00:30:00 +0900 |
31e4015a2349 |
* Fixed thread safety issues with FFmpeg in `FFmpegFrameGrabber` and `FFmpegFra |
Samuel Audet |
2013-10-24 21:12:35 +0900 |
284cd7acf75d |
* Fixed memory leak in the `MotionDetector.java` sample file (issue #372) |
Samuel Audet |
2013-10-13 11:21:08 +0900 |
1f7e7fba7f36 |
* New `videoCodecName` and `audioCodecName` properties to allow users of `FFmpe |
Samuel Audet |
2013-09-16 11:15:55 +0900 |
f0467cc1b01e |
Released version 0.6 * Upgraded supported FFmpeg API to the 2.0 release branch |
Samuel Audet |
2013-08-15 09:37:49 +0900 |
cc8511e8efe3 |
* Fixed `FFmpegFrameGrabber.getFrameNumber()` and a couple of compilation issue |
Samuel Audet |
2013-07-20 13:38:17 +0900 |
a1f204f9cf10 |
Removed lots of cruft around the `@Properties` annotations thanks to new capabil |
Samuel Audet |
2013-07-15 09:57:10 +0900 |
cbd8c243bee5 |
* Upgraded support to OpenCV 2.4.6 |
Samuel Audet |
2013-06-22 23:57:13 +0900 |
b80bcf5cceac |
* Upgraded to ARToolKitPlus 2.3.0 (issue #234) * Fixed drawing issues with `Ma |
Samuel Audet |
2013-06-22 12:55:53 +0900 |
a38bec823113 |
* Fixed `FFmpegFrameGrabber.getTimestamp()` not returning values for audio fram |
Samuel Audet |
2013-06-14 23:01:08 +0900 |
25c722d1e186 |
Fixed some more wrong dependencies of OpenCV preventing correct loading |
Samuel Audet |
2013-05-26 20:27:32 +0900 |
6547f5b50524 |
* Added new `Frame.keyFrame` field returned by `FFmpegFrameGrabber.grabFrame()` |
Samuel Audet |
2013-05-11 14:36:21 +0900 |
c514ee108a3e |
* Worked around problem in `samples/RecordActivity.java` that would happen when |
Samuel Audet |
2013-05-11 14:22:30 +0900 |
345a0baa8ca1 |
* Fixed potential resource leak that could occur after `FFmpegFrameRecorder` th |
Samuel Audet |
2013-04-27 14:27:18 +0900 |
42b41d0a1b20 |
* Fixed wrong dependencies of OpenCV preventing correct loading (issue #304) |
Samuel Audet |
2013-04-14 21:09:52 +0900 |
9fab7522f590 |
* Renamed `FrameRecorder.record(Buffer[] samples)` to a cleaner `record(Buffer |
Samuel Audet |
2013-04-07 20:02:09 +0900 |
4892f0d16564 |
Released version 0.5 * Upgraded support to OpenCV 2.4.5 * Upgraded supported F |
Samuel Audet |
2013-03-24 11:26:12 +0900 |
87516e8715d4 |
* Added support for planar audio formats to `FFmpegFrameGrabber` and `FFmpegFra |
Samuel Audet |
2013-03-03 20:03:29 +0900 |
76603f14273b |
Released version 0.3 * Upgraded support to OpenCV 2.4.4 * `CanvasFrame.waitKey |
Samuel Audet |
2013-02-10 23:28:43 +0900 |
cbc566ba4d15 |
* Upgraded supported FFmpeg API to the 1.1 release branch |
Samuel Audet |
2013-01-26 18:20:32 +0900 |
ce6c88e75105 |
* Included `Sobel()`, `Scharr()`, `Laplacian()`, and `Canny()` from `opencv_img |
Samuel Audet |
2013-01-13 16:03:03 +0900 |
3fbddde33152 |
* Added new `RecordActivity.java` Android sample from Shawn Van Every and Qianl |
Samuel Audet |
2013-01-05 13:33:15 +0900 |
06b8aa39df97 |
* Added missing `allocate()` methods for `FunctionPointer` in `AVIOContext` and |
Samuel Audet |
2012-12-23 12:08:57 +0900 |
87966338a936 |
* Fixed infinite loop in `FrameGrabber.Array.grab()` (as used by ProCamCalib in |
Samuel Audet |
2012-12-15 13:36:30 +0900 |
40a5625238c2 |
* Fixed infinite loop in `FrameGrabber.Array.grab()` (as used by ProCamCalib in |
Samuel Audet |
2012-12-11 23:19:41 +0900 |
1f0b033893f3 |
* Fixed `cvQueryHistValue_1D()` and other functions that use a raw `CvArr` obje |
Samuel Audet |
2012-12-11 23:07:04 +0900 |
334b431f2ece |
* Fixed problem when subclassing `CanvasFrame` |
Samuel Audet |
2012-11-10 12:04:48 +0900 |
bd97251891f3 |
Fixed some version numbers for FFmpeg |
Samuel Audet |
2012-11-04 20:51:10 +0900 |
299184b29bef |
Released version 0.3 * Fixed functions like `Algorithm.getMat()` and `HOGDescrip |
Samuel Audet |
2012-11-03 14:17:28 +0900 |
4a420ea9dc38 |
* Implemented better, more transparent, handling of `cv::Ptr` |
Samuel Audet |
2012-10-28 10:19:00 +0900 |
ee6f17125b41 |
* Upgraded support to OpenCV 2.4.3rc (issue #233) * When allocating an empty ` |
Samuel Audet |
2012-10-13 16:32:12 +0900 |
77ec07cad70b |
* Upgraded supported FFmpeg API to the 1.0 release branch * Appended to `Strin |
Samuel Audet |
2012-10-08 11:17:31 +0900 |
0bd7962529c3 |
* Included new `Blobs` module from David Grossman and the corresponding `BlobDe |
Samuel Audet |
2012-10-08 11:14:44 +0900 |
5b4190194757 |
Fixed a few minor things related to audio support in `FFmpegFrameGrabber` |
Samuel Audet |
2012-09-15 13:15:25 +0900 |
82bf5dda01e8 |
Made a few minor tweaks to the `pom.xml` file |
Samuel Audet |
2012-09-14 23:26:07 +0900 |
084eab8cdfae |
Made a few minor tweaks to DC1394FrameGrabber, FFmpegFrameGrabber, and FlyCaptur |
Samuel Audet |
2012-09-03 22:16:38 +0900 |
8142e8212e24 |
* Added missing `opencv_core.partition()` function (issue #144) * Fixed `OpenC |
Samuel Audet |
2012-08-22 21:04:22 +0900 |
39d251265715 |
* Fixed up the samples a bit (issue #229 and issue #230) |
Samuel Audet |
2012-08-18 22:56:55 +0900 |
5b2b636d8505 |
Switched to `swresample` for audio sample conversion in `FFmpegFrameRecorder` |
Samuel Audet |
2012-08-11 23:00:01 +0900 |
42317fe589e5 |
* Switched the majority of `@Adapter` annotations to more concise ones as allow |
Samuel Audet |
2012-08-11 22:43:42 +0900 |
189a8301c8bf |
For the sake of Android, got rid of direct NIO buffer processing in `FFmpegFrame |
Samuel Audet |
2012-08-04 16:29:51 +0900 |
0e256f192bd4 |
Cleaned up the code along with a few minor changes |
Samuel Audet |
2012-07-29 18:09:36 +0900 |
62cd15ca9b6c |
* Enhanced `FFmpegFrameRecorder` to let two different threads call `record(samp |
Samuel Audet |
2012-07-27 23:50:54 +0900 |
0f48fac8fa18 |
* Enhanced `FFmpegFrameRecorder` to support converting between audio sample for |
Samuel Audet |
2012-07-21 19:42:24 +0900 |
5432460227b9 |
Released version 0.2 |
Samuel Audet |
2012-07-21 01:26:08 +0900 |
3e09f18d3bf3 |
* Additional default properties inside `pom.xml` make it easier to build JavaCV |
Samuel Audet |
2012-07-16 18:37:03 +0900 |
9589630c2cbc |
Patched up a few things for Windows and Android |
Samuel Audet |
2012-07-15 21:03:13 +0900 |
cc7177378a44 |
Fixed H.264 encoding with `FFmpegFrameRecorder` and libx264, again |
Samuel Audet |
2012-07-14 16:20:20 +0900 |
67de2b4df56f |
* Made a few minor updates for OpenCV 2.4.2 |
Samuel Audet |
2012-07-14 10:53:56 +0900 |
57c7238433f9 |
Fixed a few things related to audio in `FFmpegFrameGrabber` and `FFmpegFrameReco |
Samuel Audet |
2012-07-09 23:32:53 +0900 |
8fdb35706561 |
* Upgraded supported FFmpeg API to the 0.11 release branch |
Samuel Audet |
2012-07-01 12:17:06 +0900 |
555f77e86430 |
* New `Pointer.limit` property of JavaCPP can now be used to get the `size` of |
Samuel Audet |
2012-06-29 23:06:47 +0900 |
c10c4396e541 |
* Fixed CanvasFrame sometimes blanking out under Windows (issue #212) |
Samuel Audet |
2012-06-28 22:44:10 +0900 |
5bbb841a1d9b |
* Added audio support to `FFmpegFrameGrabber` (call `grabFrame()` instead of `g |
Samuel Audet |
2012-06-25 23:38:56 +0900 |
32d900d25495 |
* Added audio support to `FFmpegFrameRecorder` (`setAudioChannels(int)` for int |
Samuel Audet |
2012-06-23 19:54:12 +0900 |
f91e96a69104 |
* Fixed `Stitcher.stitch()/composePanorama()` |
Samuel Audet |
2012-06-17 21:02:26 +0900 |
b0b760956bee |
* Gave better default `FFmpegFrameRecorder` settings to H.263, MPEG-4, etc. cod |
Samuel Audet |
2012-06-17 12:25:27 +0900 |
3f5d87cb5d25 |
* Fixed H.264 encoding with `FFmpegFrameRecorder` and libx264 (issue #160) |
Samuel Audet |
2012-06-16 11:42:38 +0900 |
6e48db39262d |
Updated URLs to match reorganization of the Git repositories |
Samuel Audet |
2012-06-04 21:39:13 +0900 |
a76160e335b7 |
* Fixed `FlannBasedMatcher` constructor and `FaceRecognizer.train()` |
Samuel Audet |
2012-06-03 12:47:31 +0900 |
4c039aed5e15 |
* Made a few minor updates for OpenCV 2.4.1 |
Samuel Audet |
2012-06-02 13:23:39 +0900 |
44636fd2ae47 |
* Refined the `FaceApplet` sample |
Samuel Audet |
2012-05-26 21:34:40 +0900 |
f8a22d0c4a6e |
* Started using version numbers, friendly to tools like Maven, and placing pack |
Samuel Audet |
2012-05-20 12:16:50 +0900 |
a9b5593081d2 |
* JavaCV can now extract and load native dependent libraries such as `libopencv |
Samuel Audet |
2012-05-12 16:24:48 +0900 |
632398ce58f0 |
* Upgraded support to OpenCV 2.4.0 (issue #187) * Made it easier to create one |
Samuel Audet |
2012-04-22 13:09:34 +0900 |
d40508ddddb1 |
* Fixed `FaceRecognition` sample * Added a few convenience methods to avoid th |
Samuel Audet |
2012-04-21 19:45:34 +0900 |
676b05212f3f |
Made various adjustments for better Maven support (second attempt) |
Samuel Audet |
2012-04-21 19:36:01 +0900 |
6c4b447950cf |
Made various adjustments for better Maven support |
Samuel Audet |
2012-04-15 18:02:21 +0900 |
e880a2833a66 |
* `VideoInputFrameGrabber.start()` now accepts a `connection` argument such as |
Samuel Audet |
2012-04-08 20:56:16 +0900 |
02385ce192fb |
Initial commit |