profile/ivi/opencv.git
2012-04-10 Andrey Pavlenko#1783: test and fix for the bug
2012-04-09 Vadim Pisarevskyadded explicit VideoWriter::release(). Fixed video...
2012-04-09 Alexander Shishkovupdate FFMPEG wrapper binaries
2012-04-09 Alexander Shishkovtest commit for Buildbot
2012-04-09 Alexander Shishkovtest commit for Buildbot
2012-04-09 Alexander ReshetnikovUpdated cvconfig.h.cmake
2012-04-09 Andrey Kamaevffmpeg version info for Windows
2012-04-09 Alexander ReshetnikovChanges of highgui structure
2012-04-09 Vadim Pisarevskyupdated ffmpeg to 0.10.2
2012-04-09 Vadim Pisarevskyavoid compile error of opencv_ffmpeg[_64].dll with...
2012-04-09 Alexander Shishkovturn on CountNonZero test
2012-04-09 Alexander ReshetnikovCode style refactoring for ffmpeg wrappers
2012-04-09 Alexander ReshetnikovUpdated getProperty method in old ffmpeg wrapper
2012-04-09 Andrey KamaevMinor formatting fix in status report
2012-04-09 Andrey KamaevFixed cmake configuration for Android for case when...
2012-04-09 Vadim Pisarevskyfixed input array initialization in ArithmMaskUninitial...
2012-04-09 Andrey KamaevAdded more version information to cmake status (FFMPEG...
2012-04-09 Andrey Pavlenkoupdating Eclipse projects settings
2012-04-09 Andrey KamaevFixing TBB search and zlib version detection
2012-04-09 Ilya LysenkovDocumented a return value in cvOpenFileStorage (issue...
2012-04-09 Alexander ReshetnikovFixed ffmpeg encoding error (ticket #1743)
2012-04-09 Andrey KamaevAdded more version information to cmake status (Qt...
2012-04-09 Vadim Pisarevskyfixed crashes in videocapture and videowriter on Ubuntu...
2012-04-09 Ilya LysenkovDocumented a return value in meanShift() and CamShift...
2012-04-09 Ilya LysenkovUpdated a comment about return value in meanShift and...
2012-04-09 Alexander Shishkovnonfree is optional for Python module now
2012-04-09 Ilya LysenkovAdded documentation of old Python parameters in cv...
2012-04-09 Alexander Shishkovfixed problem with SURF loading in Python tests
2012-04-09 Andrey PavlenkoJava API: fixing tests compatibility with API level 8
2012-04-09 Andrey KamaevAdded version detection for zlib, libjpeg, libjasper...
2012-04-09 Ilya LysenkovDocumented the Python version of findContours (issue...
2012-04-09 Maria Dimashovamoved to double in EM; fixed bug
2012-04-09 Ilya LysenkovAdded a note that cv::pow() doesn't handle NaN and...
2012-04-09 Andrey PavlenkoJava API: fixing more tests
2012-04-09 Andrey PavlenkoJava API: fixing more tests
2012-04-09 Andrey PavlenkoJava API: fixing more tests
2012-04-09 Andrey PavlenkoJava API: fixing more tests
2012-04-09 Andrey KamaevAdded TBB version detection to CMake
2012-04-09 Alexander SmorkalovAutofocus issues on Android ICS fixed. Continuous-video...
2012-04-08 Andrey KamaevSuppressed hundreds of useless MSVC warnings (can be...
2012-04-08 Andrey KamaevFixed python detection on Windows with both 32bit and...
2012-04-08 Andrey Pavlenkoremoving Java tests for removed classes
2012-04-08 Andrey Pavlenkofixing Android build error in Java API
2012-04-07 Marina Kolpakovafixed build with gcc 4.5+ (#1774)
2012-04-07 Marina Kolpakovaadditional android logging for output gtest xml file
2012-04-07 Marina Kolpakovafixed few warnings
2012-04-07 Marina KolpakovaFix for #1773
2012-04-07 Ivan KorolevJava API: Fixed some bugs in the ImgprocTest.java
2012-04-06 Andrey KamaevFixed problem with backslashes in embedded build inform...
2012-04-06 Andrey Kamaev#1765 Fixed solvePoly for polynomials having coeffs...
2012-04-06 Maria Dimashovaadded assert
2012-04-06 Maria Dimashovafixed em log likelihood
2012-04-06 Vadim Pisarevskymodified EM interface; updated tests & samples
2012-04-06 Andrey Kamaev#645 Added cv::getBuildInformation function (with sampl...
2012-04-06 Ivan KorolevFixed some bugs in the ImgprocTest.java module.
2012-04-06 Alexander Shishkovfixed problem in solvePnPRansac with TBB
2012-04-06 Vadim Pisarevskyhandle single-point sets in kmeans properly
2012-04-06 Maria Dimashovaremoved EM from python and java bindings
2012-04-06 Andrey KamaevFixed perf tests crash in case of corrupted sanity...
2012-04-06 Alexander Shishkovfixed RAND test for float values
2012-04-06 Vadim Pisarevskyrestored resolution in big video writer test
2012-04-06 Vadim Pisarevskyfixed a few VS2010 warnings in EM
2012-04-06 Andrey PavlenkoJava API: changing CvVectorXxx to MatOfXxx
2012-04-06 Andrey PavlenkoJava API: changing CvVectorXxx to MatOfXxx
2012-04-06 Maria Dimashovaadded cv::EM, moved CvEM to legacy, added/updated tests
2012-04-05 Vadim Pisarevskyfixed crash in I/O tests on Windows by making sure...
2012-04-05 Vadim Pisarevskyreduced the video size in video writer tests; retained...
2012-04-05 Alexander ReshetnikovFixed [swscaler ...] bad dst image pointers (tickets...
2012-04-05 Andrey KamaevFixed ugly bug in AlgorithmInfo initialisation order
2012-04-05 Alexander ReshetnikovFixed a problem with AVI reading (removed avcodec_context)
2012-04-05 Alexander SmorkalovNative camera shared libraries updated after autofocus...
2012-04-05 Alexander SmorkalovAutofocus issue on Android ICS fixed.
2012-04-05 Vadim Pisarevskyprobably, ultimately fixed the problem of empty cluster...
2012-04-05 Andrey KamaevAdded option to automatically run all accuracy tests...
2012-04-05 Andrey KamaevMerged the trunk r7844
2012-04-05 Andrey PavlenkoJava API: minor bug-fixes and improvements in CvVector...
2012-04-05 Andrey Kamaev#1732 Added YUV422 conversions
2012-04-05 Andrey KamaevImproved accuracy of SSE-optimized BayerXX2GRAY convers...
2012-04-04 Alexander Shishkovfixed #227, added support I420 format
2012-04-04 Andrey PavlenkoJava API: fixing Objdetect tests
2012-04-04 Andrey PavlenkoJava API: fixing Highgui and Video tests
2012-04-04 Andrey PavlenkoJava API: fixing Calib3d tests
2012-04-04 Andrey PavlenkoJava API: fixing Core tests; minor enchantments in...
2012-04-04 Andrey KamaevFix for #1730
2012-04-04 Andrey KamaevFixed bug in reading zero-size Mat from FileStorage
2012-04-04 Andrey KamaevAdded test for reading empty Mat from FileStorage
2012-04-04 Andrey PavlenkoJava API: changing C++ vector<T> handling;
2012-04-04 Vadim Pisarevskymake Mat::Mat(CvMat* m) return empty matrix when m...
2012-04-04 Vadim Pisarevskyadded notice about the changed behavior of copyMakeBord...
2012-04-04 Vadim Pisarevskysupport in-place warpAffine, warpPerspective & remap...
2012-04-04 Vadim Pisarevskyadded test for ticket #1719 and added a note about...
2012-04-04 Andrey KamaevUpdated performance tests sanity data; fixed some tests
2012-04-04 Vadim Pisarevskyrestore support of vector<float> as possible output...
2012-04-04 Andrey KamaevRemoved unneded dependency between objdetect and calib3d
2012-04-03 Andrey KamaevMerged the trunk r7794
2012-04-03 Vadim Pisarevskyadded initModule_features2d(). Possibly solved problem...
2012-04-03 Vadim Pisarevskyrestored try-catch in the i/o test
2012-04-03 Vadim Pisarevskyfixed a few bugs in XML/YAML input/output.
2012-04-03 Maria Dimashovafixed Algorithm
2012-04-03 Vladislav Vinogradovupdated gpu docs
next