Added multithreaded implementation for RGB to YUV420p color conversion
[profile/ivi/opencv.git] / modules / imgproc / src / color.cpp
2013-02-25 Daniil OsokinAdded multithreaded implementation for RGB to YUV420p...
2013-02-24 Daniil OsokinAdded implementation for RGB to YUV420p color conversion
2012-10-25 Andrey KamaevMerge pull request #74 from taka-no-me/cl2cpp
2012-10-23 Andrey KamaevMerge pull request #80 from apavlenko/android-samples...
2012-10-22 Andrey KamaevMerge pull request #76 vpisarev/test_fixes_1
2012-10-22 Andrey KamaevMerge pull request #79 from taka-no-me:warnings
2012-10-22 Andrey KamaevFix windows build warnings
2012-10-22 Andrey KamaevMerge pull request #55 from vpisarev/ocl_fixes
2012-10-17 OpenCV BuildbotNormalize line endings and whitespace
2012-10-16 Andrey KamaevMerge branch 'release2.4.3' into 2.4
2012-10-15 Ilya Lavrenovfixed bug in cvtColor RGB(BGR) <-> Lab conversion
2012-10-12 Vadim PisarevskyMerge remote-tracking branch 'origin/master'
2012-10-12 Vadim Pisarevskyfinally, a proper fix for VNG (both SSE2 and C version)
2012-10-12 Andrey KamaevMerge pull request #29 from thorikawa/feature-523
2012-10-12 Andrey KamaevMerge pull request #40 from emchristiansen/manualBRISKFREAK
2012-10-11 Vadim Pisarevskyadded recommended number of stripes to parallel_for_...
2012-10-11 Andrey KamaevMerge pull request #34 from roynos/master
2012-10-11 Andrey KamaevFix OS X build
2012-10-11 Andrey KamaevEnable parallel CvtColorLoop for all platforms
2012-10-11 Andrey KamaevFix instability of Luv/Lab color conversions
2012-10-08 Andrey KamaevFix build without SSE
2012-10-08 Ilya Lavrenovfixed Bug #2074
2012-10-05 Ilya Lavrenovparallel cvtColor for MSVS and Apple
2012-10-01 Ilya Lavrenovstable cvtColor
2012-09-28 Marius MujaMerge branch 'master' of git://code.opencv.org/opencv
2012-09-28 Ilya Lavrenovadded parallel version of CvtColorLoop - main inner...
2012-09-17 Alexander MordvintsevMerge branch 'master' of git://code.opencv.org/opencv
2012-09-11 Vadim Pisarevskyfixed possible access violation in HSV2RGB (patch ...
2012-07-02 Andrey KamaevMerged the trunk 8855,8885,8886
2012-06-29 Andrey Pavlenkofixing bug #1987(android keeps RGBA in alpha pre-multip...
2012-06-15 Andrey KamaevMerged the trunk r8589:8653 - all changes related to...
2012-06-09 Andrey KamaevWarning fixes continued
2012-05-31 Andrey KamaevMerged the trunk r8517:8524
2012-05-30 Alexander Kapustintegra::cvtRGB2HSV function was added
2012-04-13 Vadim Pisarevskymerged all the latest changes from 2.4 to trunk
2012-04-05 Andrey Kamaev#1732 Added YUV422 conversions
2012-04-05 Andrey KamaevImproved accuracy of SSE-optimized BayerXX2GRAY convers...
2012-03-31 Andrey KamaevFixed conversions from YV12 and IYUV on non-continuous...
2012-03-31 Andrey KamaevFixed typo.
2012-03-31 Andrey Kamaev#1732 Added yuv420p to RGB conversion. Thanks to Robert...
2012-03-28 Andrey Kamaev#1365 Fixed numerous bugs in Bayer2RGB_VNG_8u SSE optim...
2012-03-16 Vadim Pisarevskyfixed hundreds of warnings from MSVC 2010.
2012-02-21 Andrey KamaevFixed #1613: removed YUV420i color conversion constants
2012-01-19 Andrey KamaevTegra optimization for split, merge and some color...
2012-01-16 Andrey KamaevRefactored YUV420 to RGB/BGR/RGBA/BGRA conversion
2012-01-12 Andrey Kamaevfixed Tegra stubs in cvtColor
2012-01-09 Andrey KamaevAdded perf test for RGB(A)/BGR(A) to YCrCb conversion
2012-01-06 Andrey PavlenkoTegra optimization for some color conversion and warpAf...
2011-09-28 Andrey KamaevFixed TBB-related bug in YUV420 to RGB conversion
2011-09-06 Andrey PavlenkocvtColor: dst channels number default is set to 4 for...
2011-07-25 Andrey KamaevFixed camera output format handling
2011-06-06 Vadim Pisarevskyfixed VS2010 compile warnings and errors
2011-06-06 Vadim Pisarevskyreplaced "const InputArray&" => "InputArray"; made...
2011-06-04 Andrey KamaevYUV420i to RGB conversion is added to cvtColor
2011-06-03 Vadim Pisarevskyadded 16-bit support to Bayer2RGB & Bayer2Gray (ticket...
2011-06-02 Vadim Pisarevskyimproved CV_RGBHSV_FULL accuracy (ticket #938)
2011-04-17 Vadim Pisarevskya big patch; use special proxy types (Input/OutputArray...
2010-12-11 Vadim Pisarevskyfixed border processing bayer2rgb & bayer2gray; made...
2010-12-10 Vadim PisarevskySSE2 optimization for Bayer->RGB; added Bayer->Gray...
2010-11-24 Vadim Pisarevskyfixed canny test; fixed mhi-global test & implementatio...
2010-11-09 Vadim Pisarevskyfixed crash in color-luv when OpenCV is built using...
2010-10-25 Vadim Pisarevskyfixed crash in color-lab (ticket #627)
2010-10-22 Vadim Pisarevskyfixed crashes in color-luv & color-lab when gcc 4.2...
2010-10-21 Vadim Pisarevskyfixed bug with Mat::dataend initialization. Now morph...
2010-07-28 Vadim Pisarevskyfixed incorrect assert in RGB2Lab_b constructor
2010-07-27 Vadim Pisarevskyfixed Mat::Mat(const IplImage*, bool) constructor ...
2010-07-27 Vadim Pisarevskyrewrote color conversion functions; added sRGB<->CIE...
2010-07-21 Vadim Pisarevskyoptimized VNG demosaicing using SSE2 (got ~3x speedup)
2010-07-20 Vadim Pisarevskyadded VNG demosaicing algorithm (ticket #466)
2010-05-11 Vadim Pisarevsky"atomic bomb" commit. Reorganized OpenCV directory...