1. afa5411 compile: fix warnings of unused variables by Wind Yuan · 6 years ago
  2. 2a75e81 stitcher: add topview vertex modle by zongwave · 6 years ago
  3. 24b1d88 stitcher: add bowlview vertex model to support opengl render by zongwave · 6 years ago
  4. ea29510 stitcher: x direction start from 0.0 degree by Wind Yuan · 6 years ago
  5. 2a54829 stitcher: optimize the image quality by Yinhang Liu · 7 years ago
  6. 87008d9 feature-match: use variable reference for interface by Yinhang Liu · 7 years ago
  7. f3125ec feature-match: add debug info by Yinhang Liu · 7 years ago
  8. 4e686ef stitcher: revert viewpoint patch by Wind Yuan · 7 years ago
  9. 36d06f7 stitcher: simplify stitcher interface in camera info by Wind Yuan · 7 years ago
  10. d01967b stitch: add viewpoint to improve quality by Wind Yuan · 7 years ago
  11. fb20d21 stitcher: add bowl model vertex by Wind Yuan · 7 years ago
  12. 9fbfce6 headers: add xcam_std.h as xcam cplusplus first header by Wind Yuan · 7 years ago
  13. 52a3ee8 remove duplicate func <dump_buffer> by Wind Yuan · 7 years ago
  14. 0747e5d move iq tuning to module/isp/iq by Wind Yuan · 7 years ago
  15. 25b6737 map-table: uniform point structure to PointFloat2/3 by Wind Yuan · 7 years ago
  16. 5e9dc56 fix: fisheye param parser from file by Wind Yuan · 7 years ago
  17. 86f627c interface: move module/interface to xcore/interface by Yinhang Liu · 7 years ago
  18. be3be6a build: fix warnings by Yinhang Liu · 7 years ago
  19. c58ad46 fisheye-dewarp: remove useless header files by Yinhang Liu · 7 years ago
  20. ec81fad framework: add worker stop and fix handler configure by Wind Yuan · 7 years ago
  21. 48a9287 thread-pool: correct thread name and log level by Wind Yuan · 7 years ago
  22. f28ec20 safe_list: fix list pop failure by Wind Yuan · 7 years ago
  23. fced2cd fisheye-dewarp: fix non-virtual destructor error by Yinhang Liu · 7 years ago
  24. 7d95dcb soft-blender: expand mask for blending by Wind Yuan · 7 years ago
  25. e9a2071 Change angle calculation in dewarp from anti-clockwise to clockwise. by Junkai Wu · 7 years ago
  26. aeeb363 soft-blender: support overlap area different from buf-size by Wind Yuan · 7 years ago
  27. 3a62a40 fisheye-dewarp: add debug info by Wind Yuan · 7 years ago
  28. 6b4feff Eliminate hard code values in surround view dewarp and size of stitched merge window. by Junkai Wu · 7 years ago
  29. d447e22 utils: move dump-buffer to xcam utils by Wind Yuan · 7 years ago
  30. d6703de bowl-data : change radian to angle degree by Wind Yuan · 7 years ago
  31. 7f36073 xcore: add inverse method for 2x2 matrix by zongwave · 7 years ago
  32. ae43ad6 interface: add bowl data config in stitcher by Wind Yuan · 7 years ago
  33. ffccbc2 smartptr: fix reference in polymorphics by Wind Yuan · 7 years ago
  34. b376064 Convert cv::mat to libxcam mat and move surround view fisheye dewarp files to xcore/. by Junkai Wu · 7 years ago
  35. 67dc1d4 interface: initialize stitcher by Wind Yuan · 7 years ago
  36. 8011704 image-handler: fix callback constructor init by Wind Yuan · 7 years ago
  37. 07b9442 xcore: rewrite vector & matrix template by zongwave · 7 years ago
  38. 9336d1c Move calibration parser to xcore. by Junkai Wu · 7 years ago
  39. 753aa41 file-handle: fix by-pass error by Yinhang Liu · 7 years ago
  40. 6987f2b standard-OCL: remove libdrm dependence by Yinhang Liu · 7 years ago
  41. 3249096 build: Cent OS 7 make fails with errors related to inttypes.h by zongwave · 7 years ago
  42. a925d2d xcore: framework cleanup for worker and handler by Wind Yuan · 7 years ago
  43. 8554c95 xcore: add valid check for video_buffer by Wind Yuan · 7 years ago
  44. 24b388c xcore: extract vector/matrix operators by Wind Yuan · 7 years ago
  45. 6960a17 soft-image: support file read/write by Wind Yuan · 7 years ago
  46. 1cb5558 buf-pool: derive from RefObj for easy usage by Wind Yuan · 7 years ago
  47. da268cc smartptr: fix reference obj in polymorphism by Wind Yuan · 7 years ago
  48. 6b5f710 standard-OCL: remove DrmBoBuffer dependency by Yinhang Liu · 7 years ago
  49. 660eb8d soft: imporve framework for soft handler and worker by Wind Yuan · 7 years ago
  50. 196b282 module: start soft blender from guass scale by Wind Yuan · 7 years ago
  51. 009e9fb file-handle: support file init in construction by Wind Yuan · 7 years ago
  52. 0a26688 framework: fix soft handler/worker issues by Wind Yuan · 7 years ago
  53. 61b5f66 add template soft-image by Wind Yuan · 7 years ago
  54. 827c72e rename quaternion.h to vec_mat.h by Wind Yuan · 7 years ago
  55. 21789c3 framework: add base worker and image handler by Wind Yuan · 7 years ago
  56. 4f52875 framework: add thread pool by Wind Yuan · 7 years ago
  57. 1984c65 log: support output debug trace into file by zongwave · 7 years ago
  58. b78f29b smartptr: support class derived from RefObj by Wind Yuan · 7 years ago
  59. 0995e53 module: add stitcher module interface by Wind Yuan · 7 years ago
  60. a326ebd file-handle: extract common file io operations by Wind Yuan · 7 years ago
  61. 6d144ce framework: extract generic buffer functions to base by Wind Yuan · 7 years ago
  62. f488e30 cl-dvs: fix gyro-dvs bug by zongwave · 7 years ago
  63. d3bee01 cl-dvs: add video stabilization using gyroscope by zongwave · 7 years ago
  64. be50504 cl-framework: refine cl kernel handler arguments by Wind Yuan · 7 years ago
  65. 1a4c563 cl-fisheye: support option for geo table map by Wind Yuan · 7 years ago
  66. 070c759 ocl-profiling: fix profiling variables uninitialized by Yinhang Liu · 7 years ago
  67. 1ce739e test-stitch: support loop for perf tests by Wind Yuan · 7 years ago
  68. 99e5467 fix typo of copyright year by Wind Yuan · 7 years ago
  69. 226b6af buffer: support external buffer conversion by Wind Yuan · 7 years ago
  70. 3350693 build: mv pthread flags to confiugre by Wind Yuan · 7 years ago
  71. d826284 version: correct xcam version number by Yinhang Liu · 7 years ago
  72. 024a234 log: fix spelling errors/typos by Yinhang Liu · 7 years ago
  73. b7f6991 xcam-thread: fix crash issue when thread stopped by Wind Yuan · 7 years ago
  74. 9d5e6a3 cl-modules: obsolete unused handlers by Wind Yuan · 7 years ago
  75. 2457e45 cl-3d-denoise: (fix bug) 3D denoise use inappropriate tuning parameter by zongwave · 7 years ago
  76. 74f9fda cl-fisheye: support fisheye correction by Wind Yuan · 8 years ago
  77. 213b5d6 cl-framework: fix cl processor buffer queue block issue by zongwave · 8 years ago
  78. ec98937 xcamfilter: support dma buffer sharing on sink pad by Yinhang Liu · 8 years ago
  79. 5c1381c fake-input: remove isp dependency by Yinhang Liu · 8 years ago
  80. aadb8ba build: fix debian package build warings by Yinhang Liu · 8 years ago
  81. 5855e6f drm-display: remove root privilege in run-time by Yinhang Liu · 8 years ago
  82. 3d5767c log: fix printf format warnings by zongwave · 8 years ago
  83. c9babe3 cl-framework: optimize processor buffer mangement by Wind Yuan · 8 years ago
  84. 66421b6 debug: move test profiling macros to xcore by Wind Yuan · 8 years ago
  85. 1b10d6f cl-warp: enable warp perspective handler by zongwave · 8 years ago
  86. 136aa4f robust: fix klocwork issue and convenient image write by Wind Yuan · 8 years ago
  87. 0bb87ca xcore: support dma-buf conversion to drm buf by Wind Yuan · 8 years ago
  88. b3bba1f xcore: fix uninitialized variable in swap buffer by Wind Yuan · 8 years ago
  89. ee2909e drm-display: fix drm open failure in other platform by Wind Yuan · 8 years ago
  90. 8e5eaff debug: add fps caculation in gst-plugins by Yinhang Liu · 8 years ago
  91. c64ed59 framework: fix build issue by Yinhang Liu · 8 years ago
  92. 0f66be8 xcore: add image file handle for image read/write by Wind Yuan · 8 years ago
  93. e4f0384 xcore: support grey image and type-find attached-buf by Wind Yuan · 8 years ago
  94. a5e28b1 tests: add test case for pipe-manager by Yinhang Liu · 8 years ago
  95. e37a872 framework: adjust the code skeletons by Yinhang Liu · 8 years ago
  96. 98d2320 cl-wavelet-nr: add interface to enable bayes shrink by zongwave · 8 years ago
  97. f1a32a2 framework: adjust the code skeletons by Yinhang Liu · 8 years ago
  98. e90bded framework: add pipe manager by Yinhang Liu · 8 years ago
  99. cc33d31 cl-wavelet: improve performance for bayes shrink by zongwave · 8 years ago
  100. 1aa9760 robust: fix potential issues reported by klocwork by Yinhang Liu · 8 years ago