Vadim Pisarevsky
|
2c88791600
|
get back to single-version ffmpeg wrapper (no more v2); make sure the library builds and the tests pass on Ubuntu 10.04 that includes pretty old version of ffmpeg
|
13 years ago |
Vadim Pisarevsky
|
5e2df0d6b0
|
some more fixes in ffmpeg wrapper; now it handles big videos better.
|
13 years ago |
Vadim Pisarevsky
|
8bab09de07
|
temporary reverted av_free_packet() patch.
|
13 years ago |
Vadim Pisarevsky
|
40d8d11f45
|
fixed RGBD capture with Asus Xtion (by Gary Bradski)
|
13 years ago |
Alexander Reshetnikov
|
689c1814a5
|
Fixed VideoCapture memory leak (bug #1481)
|
13 years ago |
Vadim Pisarevsky
|
7ac713405f
|
put template Distance classes back to features2d, since they are used in GPU; fixed OpenCV build with Xcode 2.3 (which includes new libpng)
|
13 years ago |
Vadim Pisarevsky
|
f87c2e49db
|
added version number to opencv_ffmpeg dlls (it's added only when dll copied to the bin directory); it resolves #1827
|
13 years ago |
Vadim Pisarevsky
|
fcbfc030ef
|
avoid use of "AVFrame::best_effort_timestamp"
|
13 years ago |
Vadim Pisarevsky
|
bc3c49518d
|
ok, now positioning seem to work well, at least with ffmpeg 0.10.2 on MacOSX 10.7
|
13 years ago |
Vadim Pisarevsky
|
c0fcfcc7d8
|
refactored highgui_specificvideo* tests; fixed repeated libswscale context creation in videocapture & videowriter (ticket #1541)
|
13 years ago |
Alexander Reshetnikov
|
4b5b7bdb5a
|
Fixed cvRetrieveFrame memory leak under AVFoundation (ticket #1837)
|
13 years ago |
Alexander Reshetnikov
|
3d108958e7
|
Added resources release for AVT cameras (ticket #1814)
|
13 years ago |
Andrey Morozov
|
720dc231e8
|
minor fix in calculate bitrate
|
13 years ago |
Andrey Morozov
|
742668434c
|
minor fix in calculate bitrate
|
13 years ago |
Andrey Kamaev
|
0905c4f6c6
|
Minor fix for previous commit
|
13 years ago |
Andrey Kamaev
|
2bedf5bfd5
|
Refactored build conditionals in highgui tests
|
13 years ago |
Vladislav Vinogradov
|
f4b4665940
|
added VideoReader_GPU
|
13 years ago |
Alexander Shishkov
|
eb306311f1
|
fixed FFMPEG wrapper compilation on Windows
|
13 years ago |
Alexander Reshetnikov
|
4ec74414bb
|
Fixed error in frame positioning (bug #1815)
|
13 years ago |
Vladislav Vinogradov
|
70909738f4
|
added support of different surface formats to VideoWriter_GPU
added key frame handling to ffmpeg wrappers
|
13 years ago |
Vladislav Vinogradov
|
2bfaf540a1
|
added VideoWriter_GPU
|
13 years ago |
Andrey Kamaev
|
24c7bdc3d7
|
#1809 include unistd.h required for usleep
|
13 years ago |
Vadim Pisarevsky
|
2fd1e2ea57
|
merged all the latest changes from 2.4 to trunk
|
13 years ago |
Alexander Reshetnikov
|
5d4c194502
|
Removed stdio include from ffmpeg wrapper
|
13 years ago |
Alexander Reshetnikov
|
0442b3eae4
|
Updated diagnostic messages in VideoWriter (for ticket #1736)
|
13 years ago |
Andrey Morozov
|
5a21ac5ee4
|
increased bitrate of recorded video on 25%
|
13 years ago |
Andrey Morozov
|
0c273b867e
|
increased bitrate of recorded video on 25%
|
13 years ago |
Andrey Kamaev
|
97835a8f32
|
Fixed 9 more build warnings
|
13 years ago |
Andrey Kamaev
|
7a3786bad9
|
Fixed PvApi wrapper build
|
13 years ago |
Alexander Reshetnikov
|
5042f5daa7
|
Fixed compilation error under Linux (memset for pvapi was moved to constructor)
|
13 years ago |
Alexander Reshetnikov
|
6d0c022347
|
Fixed cameras segfault (patch #1771)
|
13 years ago |
Alexander Reshetnikov
|
2c3a712b43
|
Minor refactoring of condition for avformat_find_stream_info (ticket #1790)
|
13 years ago |
Andrey Kamaev
|
e4ca7118f3
|
#1782 Threading optimization of OpenNI wrapper is disabled for TBB < 3.0
|
13 years ago |
Alexander Smorkalov
|
3c08f7a14d
|
Patch #1789 access to Android camera settings applied.
|
13 years ago |
Vadim Pisarevsky
|
6b0ea0e04e
|
define MIN macro in order to build opencv_ffmpeg*.dll.
|
13 years ago |
Vadim Pisarevsky
|
38befe3336
|
avoid use of OpenCV functions (like cvRound) in cap_ffmpeg_impl*.hpp
|
13 years ago |
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.
|
13 years ago |
Alexander Shishkov
|
692b709955
|
test commit for Buildbot
|
13 years ago |
Alexander Shishkov
|
d277a6a2d4
|
test commit for Buildbot
|
13 years ago |
Alexander Reshetnikov
|
05abdcd64f
|
Changes of highgui structure
|
13 years ago |
Vadim Pisarevsky
|
82db65ae8f
|
avoid compile error of opencv_ffmpeg[_64].dll with v2 of FFMPEG wrappers
|
13 years ago |
Alexander Reshetnikov
|
d9e4ad3f50
|
Code style refactoring for ffmpeg wrappers
|
13 years ago |
Alexander Reshetnikov
|
3514042b29
|
Updated getProperty method in old ffmpeg wrapper
|
13 years ago |
Alexander Reshetnikov
|
264dff5231
|
Fixed ffmpeg encoding error (ticket #1743)
|
13 years ago |
Vadim Pisarevsky
|
8521f8a5ec
|
fixed crashes in videocapture and videowriter on Ubuntu 11.10
|
13 years ago |
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.
|
13 years ago |
Vadim Pisarevsky
|
32d72047d5
|
reduced the video size in video writer tests; retained only most popular codecs. added ffmpeg support on MacOSX.
|
13 years ago |
Alexander Reshetnikov
|
0ef71c04db
|
Fixed [swscaler ...] bad dst image pointers (tickets ##1708, 1755)
|
13 years ago |
Alexander Reshetnikov
|
56e7852e2f
|
Fixed a problem with AVI reading (removed avcodec_context)
|
13 years ago |
Alexander Shishkov
|
e04cd1b0cf
|
fixed #227, added support I420 format
|
13 years ago |