Vadim Pisarevsky
|
6b0ea0e04e
|
define MIN macro in order to build opencv_ffmpeg*.dll.
|
2012-04-10 10:53:04 +00:00 |
|
Vadim Pisarevsky
|
38befe3336
|
avoid use of OpenCV functions (like cvRound) in cap_ffmpeg_impl*.hpp
|
2012-04-10 08:40:50 +00:00 |
|
Vadim Pisarevsky
|
b253665f8c
|
added explicit VideoWriter::release(). Fixed video stream finalization (write remaining frames); Fixed occasional crash in the case of odd-width or odd-height videos; Fixed a few problems in ffmpeg tests. Positioning still does not work well.
|
2012-04-09 23:12:52 +00:00 |
|
Alexander Shishkov
|
692b709955
|
test commit for Buildbot
|
2012-04-09 20:57:53 +00:00 |
|
Alexander Shishkov
|
d277a6a2d4
|
test commit for Buildbot
|
2012-04-09 20:17:02 +00:00 |
|
Andrey Kamaev
|
935222c58f
|
ffmpeg version info for Windows
|
2012-04-09 18:31:52 +00:00 |
|
Alexander Reshetnikov
|
05abdcd64f
|
Changes of highgui structure
|
2012-04-09 17:38:46 +00:00 |
|
Vadim Pisarevsky
|
82db65ae8f
|
avoid compile error of opencv_ffmpeg[_64].dll with v2 of FFMPEG wrappers
|
2012-04-09 17:18:00 +00:00 |
|
Alexander Reshetnikov
|
d9e4ad3f50
|
Code style refactoring for ffmpeg wrappers
|
2012-04-09 15:38:37 +00:00 |
|
Alexander Reshetnikov
|
3514042b29
|
Updated getProperty method in old ffmpeg wrapper
|
2012-04-09 15:16:59 +00:00 |
|
Alexander Reshetnikov
|
264dff5231
|
Fixed ffmpeg encoding error (ticket #1743)
|
2012-04-09 13:35:48 +00:00 |
|
Vadim Pisarevsky
|
8521f8a5ec
|
fixed crashes in videocapture and videowriter on Ubuntu 11.10
|
2012-04-09 12:50:29 +00:00 |
|
Andrey Kamaev
|
7cc7a3f37d
|
Suppressed hundreds of useless MSVC warnings (can be reenabled setting cmake variable ENABLE_NOISY_WARNINGS to ON). Fixed some of remaining warnings.
|
2012-04-08 21:49:19 +00:00 |
|
Vadim Pisarevsky
|
305b9a25e3
|
restored resolution in big video writer test
|
2012-04-06 10:15:52 +00:00 |
|
Vadim Pisarevsky
|
32d72047d5
|
reduced the video size in video writer tests; retained only most popular codecs. added ffmpeg support on MacOSX.
|
2012-04-05 18:26:49 +00:00 |
|
Alexander Reshetnikov
|
0ef71c04db
|
Fixed [swscaler ...] bad dst image pointers (tickets ##1708, 1755)
|
2012-04-05 16:29:42 +00:00 |
|
Alexander Reshetnikov
|
56e7852e2f
|
Fixed a problem with AVI reading (removed avcodec_context)
|
2012-04-05 15:53:03 +00:00 |
|
Alexander Shishkov
|
e04cd1b0cf
|
fixed #227, added support I420 format
|
2012-04-04 16:06:07 +00:00 |
|
Alexander Shishkov
|
74504e6c4d
|
fixed #1572
|
2012-04-03 00:21:09 +00:00 |
|
Alexander Reshetnikov
|
1c616f43ba
|
Fixed compilation error with ffmpeg 0.9.x & 0.10.x
|
2012-03-31 17:06:35 +00:00 |
|
Alexander Reshetnikov
|
4ec2ad91b9
|
Removed duplicated includes from ffmpeg wrappers
|
2012-03-31 15:27:48 +00:00 |
|
Alexander Reshetnikov
|
958d5a0caa
|
Solved a problem with VideoWriter in the new wrapper
|
2012-03-31 15:12:45 +00:00 |
|
Alexander Reshetnikov
|
ab0fc84781
|
Fixed compilation error under Ubuntu 11.10; added #if-#else-#endif code for some deprecated functions
|
2012-03-31 15:10:13 +00:00 |
|
Andrey Kamaev
|
72f2523d0f
|
Fixed ~20 potential errors identified by the MS complier.
|
2012-03-31 11:09:16 +00:00 |
|
Vadim Pisarevsky
|
1e5a600d13
|
fixed video capturing on Mac running Windows (ticket #988)
|
2012-03-31 08:56:48 +00:00 |
|
Vadim Pisarevsky
|
f309bafe9e
|
another fix for cap_dshow.cpp; fixed warning in facerec_demo
|
2012-03-30 20:06:06 +00:00 |
|
Alexander Reshetnikov
|
3a564d1ae8
|
Updated displayOverlay's implementation & documentation (ticket #903)
|
2012-03-30 19:58:44 +00:00 |
|
Andrey Kamaev
|
7a017973bf
|
Fixed Windows build (MSVC 10 Win32)
internal CV_CAP_PROP_ZOOM is renamed to CV_CAP_PROP_ZOOM_DSHOW
internal CV_CAP_PROP_FOCUS is renamed to CV_CAP_PROP_FOCUS_DSHOW
|
2012-03-30 19:26:15 +00:00 |
|
Vadim Pisarevsky
|
f0b8b81caa
|
applied big patch #1281 by Martin Beckett (various direct show video capture enhancements)
|
2012-03-30 18:39:03 +00:00 |
|
Alexander Reshetnikov
|
aff34adf1b
|
Updated new ffmpeg wrapper
|
2012-03-30 16:57:41 +00:00 |
|
Alexander Reshetnikov
|
e00f1e3911
|
Fixed a problem with CODEC_ID_RAWVIDEO in FFMPEG (ticket #1400)
|
2012-03-30 14:30:24 +00:00 |
|
Vadim Pisarevsky
|
38f686252c
|
added video stream positioning in QTKit-based VideoCapture backend (patch #1420)
|
2012-03-30 14:13:21 +00:00 |
|
Alexander Reshetnikov
|
554e0051e8
|
Fixed error with color space switching for IEEE1394 cameras (patch #766)
|
2012-03-29 16:15:55 +00:00 |
|
Alexander Shishkov
|
0ac70e6883
|
fixed #1421
|
2012-03-29 13:46:54 +00:00 |
|
Vadim Pisarevsky
|
0404b2989e
|
fixed line clipping (ticket #1284)
|
2012-03-29 13:06:38 +00:00 |
|
Alexander Reshetnikov
|
1564fe9a83
|
Fixed segfault problem with cap_unicap (ticket #1112)
|
2012-03-29 12:20:06 +00:00 |
|
Alexander Reshetnikov
|
ee8c4aeb4b
|
Updated close method for ieee1394 cameras
|
2012-03-29 11:56:53 +00:00 |
|
Andrey Kamaev
|
d46f44b48a
|
#1695 fixed arrow key events with the Qt backend
|
2012-03-28 22:22:02 +00:00 |
|
Alexander Reshetnikov
|
2a68228b66
|
changed icvSetVideoSize function (ticket #1067)
|
2012-03-28 16:14:36 +00:00 |
|
Alexander Reshetnikov
|
cff117c08b
|
Updated saving paths for highgui tests
|
2012-03-28 15:27:55 +00:00 |
|
Alexander Reshetnikov
|
76852a499d
|
Minor refactoring of video i/o tests: fixed error with indexes
|
2012-03-28 14:05:26 +00:00 |
|
Alexander Reshetnikov
|
8313095734
|
Changed saving paths for another highgui tests
|
2012-03-28 13:49:55 +00:00 |
|
Alexander Reshetnikov
|
07ec83cd1f
|
Updated ffmpeg test for big video writing (changed saving paths + added removing files)
|
2012-03-28 12:15:25 +00:00 |
|
Alexander Reshetnikov
|
a185302c5d
|
Updated test_video_pos.cpp
|
2012-03-28 11:33:36 +00:00 |
|
Andrey Kamaev
|
9941cf7c95
|
Fixed MSCV2005 build with TBB enabled.
|
2012-03-27 23:17:53 +00:00 |
|
Vadim Pisarevsky
|
8513ed08d0
|
probably fixed multi-threaded capturing from DShow cameras (ticket #1470)
|
2012-03-27 12:50:56 +00:00 |
|
Maria Dimashova
|
f70d171cef
|
changed default parameter
|
2012-03-27 08:37:39 +00:00 |
|
Maria Dimashova
|
550fd8e57c
|
added image and depth synchronization
|
2012-03-27 07:41:48 +00:00 |
|
Alexander Reshetnikov
|
1d7e09a9d5
|
Removed duplicated ifdef code from ffmpeg wrappers
|
2012-03-26 13:51:05 +00:00 |
|
Alexander Reshetnikov
|
1a04d09140
|
Fixed compilation error for ffmpeg tests
|
2012-03-26 12:27:00 +00:00 |
|