Alexander Alekhin
7b677bb017
videoio(dc1394): use lazy initialization on demand
...
backport eb1f3733ee into 2.4
2018-12-15 08:09:22 +00:00
Alexander Alekhin
19f4c4403a
videoio(ffmpeg): specify stream->time_base
...
backport 5128c1ff1f
2018-05-31 18:34:43 +03:00
shengyu
dd131219b2
tab to space
2018-05-10 23:14:04 +08:00
ilovezfs
99091a6246
Fix build with FFmpeg 4.0
...
Backport of https://github.com/opencv/opencv/pull/10011 .
2018-04-21 09:09:12 -07:00
Alexander Alekhin
318ac6b8c9
imgcodecs: fix RBaseStream hang on truncated inputs
...
6e8241b78d
2018-02-21 13:24:08 +03:00
Alexander Alekhin
56072c4406
imgcodecs: add more Jasper checks for supported and tested cases
...
435a3e337b
2018-02-19 16:43:47 +03:00
Alexander Alekhin
cd64b504b8
imgcodecs: add overflow checks
...
imgcodecs: remove assert() usage
Origin commits:
- be5247921d
- 8a76fadaa3
2018-02-19 16:38:08 +03:00
Alexander Alekhin
443059e371
imgcodecs(pxm): fix memcpy size
...
7bbe1a53cf
2018-02-19 16:37:51 +03:00
blendin
c46521ad65
Fix out of bounds write
2017-10-23 12:43:22 +03:00
Yaron Inger
621a1d3b09
videoio: remove AssetsLibrary dependency.
...
The entire AssetsLibrary framework is deprecated since iOS 8.0. The code
used in the camera example code can use UIKit to save videos to the
camera instead, which allows to avoid linking with PhotoKit instead to
prevent increasing the iOS deployment target.
2017-10-09 15:14:25 +03:00
berak
14b686cdc7
imgcodecs: fix 4 reading channel bmp images
2017-10-09 15:11:28 +03:00
blendin
0202e52747
Fix out of bounds write
2017-10-09 15:10:03 +03:00
Alexander Alekhin
da9395b592
imgcodecs: fix regression 9376
2017-09-19 13:05:34 +03:00
Alexander Alekhin
df1a026329
imgcodesc: fix code problems with integer overflow / address arithmetic / UB
2017-09-19 12:39:32 +03:00
Alexander Alekhin
30f7576029
Merge pull request #9383 from alalek:imgcodecs_refactoring_2.4
2017-08-22 16:36:18 +00:00
Alexander Alekhin
d25b04149a
cmake: CMP0022 NEW
2017-08-21 18:26:57 +03:00
Alexander Alekhin
72d29259ca
imgcodecs: refactoring, improve code quality
2017-08-16 18:25:09 +00:00
kvaghel1
6bafc2c598
Fix frame timestamp in VideoCapture::get
2017-07-21 17:35:20 +03:00
Alexander Alekhin
aae7621243
highgui(macos): fix video file reading via AVFoundation
2017-06-24 11:01:33 +03:00
Alexander Alekhin
fa36e769cf
Merge pull request #8979 from sabzo:issue/8305_unhandled_objective_c_exception_video_avi_playback
...
Unhandled Objective-C exception when playing video
2017-06-24 10:56:25 +03:00
Sabelo
f71bf21aaf
Unhandled Objective-C exception when playing video
2017-06-23 19:54:56 -04:00
Adam Borowski
61936eb1a4
Get rid of sysctl includes on Linux.
...
The 'sysctl' syscall has been strongly deprecated on Linux for ages.
Currently, on old architectures it will spam syslog whenever used, and on
newer ones it's missing from the headers altogether. Opencv has migrated
away on Linux already, but #includes were left lingering. This commit
removes them on non-__APPLE__, unbreaking x32 (and probably others).
2017-03-10 16:40:29 +00:00
Alexander Alekhin
d103c116db
Merge pull request #8031 from terfendail:shortline_fix_2.4
...
Backport of PR #7161 fix for drawing beyond 32768 range
2017-02-14 19:08:09 +03:00
Dabrien 'Dabe' Murphy
88bc0f7838
Fix 7606 "ld: framework not found CoreImage" Bug
...
This affects OpenCV 2.4 on older Macs with Xcode versions
before 7.0 (i.e., Mac OS X versions older than 10.11 El Capitan)
2017-01-19 17:07:01 +03:00
Vitaly Tuzov
2346ba7ea2
Backport of PR #7161 fix for drawing beyond 32768 range
2017-01-18 17:02:52 +03:00
Alexander Alekhin
cc09f5a7de
Merge pull request #7854 from alalek:backports_2016
...
(2.4) Backports from master branch (#7854 )
2016-12-15 18:09:44 +02:00
Vadim Pisarevsky
3d8395cae9
Merge pull request #7743 from alalek:cmake_ffmpeg_cleanup_2.4
2016-11-29 17:35:12 +00:00
Alexander Alekhin
32f568308a
cmake: cleanup ffmpeg detection
2016-11-28 00:21:46 +03:00
Alexander Alekhin
90da593316
highgui: g_thread_create deprecated warning
2016-11-26 18:12:04 +03:00
Maksim Shabunin
21167b1bf1
Fixed several GCC 5.x warnings
2016-11-18 15:31:05 +03:00
Alexander Alekhin
64a2d1904b
ffmpeg: backport 7213
...
Commit:
6d54abbd0f
2016-11-11 16:57:10 +03:00
Alexander Alekhin
26a32dcbf6
videoio: remove 'const' from getProperty
...
'const' is available in OpenCV 3.x only
2016-10-02 03:04:37 +03:00
Alexander Alekhin
c314178e7a
highgui/osx: backport AVFoundation support
2016-09-19 19:51:10 +03:00
Alexander Alekhin
3648c61172
highgui: clone cap_avfoundation_mac.mm from master
2016-09-19 19:46:42 +03:00
Alexander Alekhin
bb5e25ba7c
migration: github.com/opencv/opencv
2016-07-12 12:54:33 +03:00
Ilya Lavrenov
e0d64df763
fixed -Wunused-result warning
2016-06-16 12:53:59 +03:00
Kevin, Hu
db0ae2ca50
Restore 2.4 source branch for bug fix 6317.
2016-04-19 19:27:42 +08:00
Suleyman TURKMEN
194f1beae8
fix for writing 16-bit jpeg2000
2016-04-18 14:51:55 +03:00
Alexander Alekhin
6f139b4f8e
ffmpeg: interrupt callback fix
...
backport from master
2016-04-05 14:19:44 +03:00
Roman Donchenko
97ac59cb73
Fix a memory leak indirectly caused by cvDestroyWindow
2016-03-29 14:06:05 +03:00
Roman Donchenko
eb40afa26a
Add a workaround for FFmpeg's color conversion accessing past the end of the buffer
...
I delete the LIBAVFORMAT_BUILD < 5231 branch, because I couldn't even find FFmpeg with
such a small build number, let alone test with it.
2016-03-16 20:04:33 +03:00
Roman Donchenko
421fcf9e35
Rearrange CvVideoWriter_FFMPEG::writeFrame for better readability
2016-03-16 16:28:59 +03:00
Roman Donchenko
9a5d7f1a0b
Backport PR #3813 to 2.4
...
It has already been partially backported by #6199 ; this commit completes
the backport.
2016-03-16 12:34:41 +03:00
WANG Guoqin
8cfc87cf01
MacOSX / QTKit capture: trying to fix invalid timer call
2016-03-10 02:49:10 +08:00
Alexander Alekhin
a61b19b524
backport ffmpeg fixes
2016-03-02 18:42:53 +03:00
Vitaly Tuzov
389f176a67
Removed ioctl calls to query for VIDIOC_G_INPUT and VIDIOC_ENUMINPUT since information returned by the calls is never used.
...
Fixed icvCaptureFromCAM_V4L return value in case of V4L2 camera initialization failure.
2016-01-18 12:54:53 +03:00
Maksim Shabunin
eebd4cad66
Fix compilation problems with XCode 7.1.1 and cmake 3.3.2
2015-11-17 18:52:55 +03:00
Ilya Lavrenov
9e2395e7e0
return false in grabFrame failed in open method
2015-10-27 16:56:31 +03:00
Ilya Lavrenov
05945bf00e
fixed case when grabbing failed
2015-10-27 16:26:24 +03:00
Ilya Lavrenov
9d78a1ea9f
allow to retrieve videocapture properties before first frame reading
2015-10-26 14:37:38 +03:00