47 Commits (3c7e94b27594c8bdfdd9a9541da5f1580246279c)

Author SHA1 Message Date
Alexander Smorkalov c9671da732 Do not release user-provided buffer, if decoder failed. 10 months ago
tantei3 8336a96cb9
Merge pull request #23446 from tantei3:bmp_fix 2 years ago
Alexander Alekhin f0df78b7e7 imgcodecs: ensure parameters are key-value pairs, fix HDR encoder 2 years ago
Berke 3929e26276 spng encoder/decoder added as optional png codec 2 years ago
Alexander Alekhin 381d9bafdf imgcodecs: disable OpenEXR in runtime for 3rdparty source code 3 years ago
Harvey 9267536fee
Merge pull request #20875 from Harvey-Huang:master 3 years ago
Harvey ce68291d83 32bit rgb bmp file should not copy data as rgba 3 years ago
Stefan Dragnev b13b5d86f6
Merge pull request #19109 from tailsu:sd/imdecode-jp2k-codestream 4 years ago
StefanBruens 8d78400052
Merge pull request #16494 from StefanBruens:jpeg2000_openjpeg_port 5 years ago
Alexander Alekhin 02bfd20760 imgcodecs(test): add OpenEXR I/O test 6 years ago
Alexander Alekhin 43c68d1864 imgcodecs: OPENCV_IO_ENABLE_JASPER runtime parameter 6 years ago
pasbi 9f5f64e14e Merge pull request #12192 from pasbi:pfm 6 years ago
Alexander Enaldiev 84584002f2 Merge pull request #11417 from Turim:imgcodecs_cmake_decoders_customize_formats 7 years ago
Alexander Alekhin 76ac7ab4ef imgcodecs: added test for imwrite parameter types 7 years ago
Alexander Alekhin a22ee76b45 imgcodecs: exclude rle8.bmp from GDAL tests 7 years ago
Alexander Alekhin 4a297a2443 ts: refactor OpenCV tests 7 years ago
Vinay Sharma 5aac909046 Merge pull request #10352 from vinay0410:write_pbm 7 years ago
Alexander Alekhin 78a310630f imgproc(test): add checks for remove() call 7 years ago
Maksim Shabunin 87b569d812 Rewritten some tests in videoio and imgcodecs modules 8 years ago
Dimitrios Katsaros 41431e11f5 Imgcodecs: Implemented simple tests for PAM format 8 years ago
mrquorr a88bf4e5aa test added, only if HAVE_GDCM is on 8 years ago
Patrick Spettel 84e1712659 Fix temporary file removal in imdecode for tiff 8 years ago
micalan 0a306f8804 Camera orientation handling is added for jpeg files 9 years ago
Andreas Stührk c9481b0fd7 Don't allocate lots of memory when reading TIFFs with infinite rows per strip. 10 years ago
Alexander Smorkalov 6e1a595342 GCC 4.8 warning array subscript is above array bounds fixed. 10 years ago
Ashod Nakashian f75f2ffd48 Jpeg2k color to greyscale conversion on non-Windows is done post decoding because system libjasper segfaults when decoding color images as greyscale. 10 years ago
Ashod Nakashian 6fd2fdc2e6 Jasper unit-tests and removed a superfluous assertion. 10 years ago
Maksim Shabunin 036b13ee05 Fixed GDAL loader check 10 years ago
Vladislav Vinogradov c120001178 fix -Wsign-compare warnings 10 years ago
Ashod Nakashian 473964806c Added imread and imreadmulti regression tests. 10 years ago
Maksim Shabunin e85ae5f2f0 Fixed imgcodecs tests 10 years ago
Adil Ibragimov 8a4a1bb018 Several type of formal refactoring: 10 years ago
Kobi Gurkan 6cac76bfe4 fixes tab indentation - replacing with 4 spaces 10 years ago
Kobi Gurkan fc8f0e341b adding support for 16-bit 4 channel tiffs 10 years ago
Sergey Nikulov 9d107fb2d5 fixed test compilation 11 years ago
Sergey Nikulov bd144cfa64 upmerged pull req #2974 to master - added more jpeg options to imgcodecs 11 years ago
vbystricky d58f736935 Split highgui module to videoio and highgui 11 years ago
vbystricky 4286f60387 Extract imgcodecs module from highgui 11 years ago
Ilya Lavrenov aa5326c231 cv::norm -> cvtest::norm in tests 11 years ago
Nicolas Gryman da34f1d58c added jpeg with optimized coding support. 11 years ago
Nicolas Gryman b211e1d989 added jpeg progressive support. 11 years ago
Alexander Smorkalov dbb7aa7856 Highgui_Tiff.decode_tile16384x16384 disabled for Android. 11 years ago
Matti Picus dc50dc7254 fix merge 11 years ago
Matti Picus 46d128e073 add test (needs updated opencv_extra repo) 11 years ago
Stuart Cunningham 8bbce0a2a2 Fix reading of 16-bit TIFF images on big endian host. 11 years ago
Fedor Morozov c9ace38897 Docs updated, added InputArray, fixes for makePtr,... 11 years ago
Alexander Shishkov e354fa3fd1 fixed test data in highgui test for HDR 11 years ago
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 11 years ago
Fedor Morozov 302bf23f82 All hdr functions as Algorithms 11 years ago