Hanusz Leszek
|
32635a6834
|
using unsigned char instead of uint8_t to compile under windows
|
11 years ago |
Hanusz Leszek
|
cf39ba5801
|
Allow to read PNG image of color_type PNG_COLOR_TYPE_PALETTE with alpha channel
Correct reading PNG color type palette with or without alpha imread flags -1 or 1
Better not using pnginfo.h, using png_get_tRNS instead
|
11 years ago |
Andrey Kamaev
|
55b90d7bae
|
Modify decode_tile16384x16384 test to not fail when available memory is not enough for test
|
12 years ago |
Andrey Kamaev
|
11871528ce
|
Solve conflict between tiff.h and opencv2/core/types_c.h
Сonflict exists between some versions of libtiff and opencv headers
|
12 years ago |
Andrey Kamaev
|
b4d0dff4c5
|
Added minimal support for tiff encoder parameters and test for issue #2161
|
12 years ago |
Andrey Kamaev
|
255cd61a8c
|
Improve error reporting of JPEG image encoder
OpenCV issue #2604
After this patch applied an attempt to encode empty images produces exception
saying "Raw image encoder error: Empty JPEG image (DNL not supported)"
|
12 years ago |
OpenCV Buildbot
|
04384a71e4
|
Normalize line endings and whitespace
|
12 years ago |
Vadim Pisarevsky
|
5b2271c6fb
|
another fix for #2332 test
|
12 years ago |
Vadim Pisarevsky
|
78a0b9787c
|
fixed build errors on Mac; moved test for #2332 from imgproc to highgui
|
12 years ago |
Vadim Pisarevsky
|
58fb8692c3
|
added test for png encoding bug #2352
|
12 years ago |
Marina Kolpakova
|
162f9fd7ea
|
merged the trunk r8735:8766, r8769, r8777:8780, r8790 and r8800:8811
|
13 years ago |
Andrey Kamaev
|
d9c74f63e1
|
All tests writing temporary files are updated to use cv::tempfile() function
|
13 years ago |
Vadim Pisarevsky
|
d5a0088bbe
|
merged 2.4 into trunk
|
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 |
Andrey Kamaev
|
2bedf5bfd5
|
Refactored build conditionals in highgui tests
|
13 years ago |
Alexander Shishkov
|
0ac70e6883
|
fixed #1421
|
13 years ago |
Vadim Pisarevsky
|
846e37ded5
|
fixed many warnings from GCC 4.6.1
|
13 years ago |
Andrey Kamaev
|
4168a698f6
|
Fixed highgui tests for Android
|
13 years ago |