summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-04-21Use mm_util_encode_to_jpeg_memory() instead of old deprecated mm_util_jpeg_en...tizen_7.0_m2_releasetizen_6.5.m2_releasetizen_6.0.m2_releasesubmit/tizen_6.5/20211028.161601submit/tizen_6.0_hotfix/20201103.114801submit/tizen_6.0_hotfix/20201102.192501submit/tizen_6.0/20201029.205101submit/tizen/20200423.093243submit/tizen/20200422.053736accepted/tizen/unified/20200424.141606accepted/tizen/7.0/unified/hotfix/20221116.104505accepted/tizen/7.0/unified/20221110.061441accepted/tizen/6.5/unified/20211028.093603accepted/tizen/6.0/unified/hotfix/20201103.052345accepted/tizen/6.0/unified/20201030.123808tizen_7.0_hotfixtizen_7.0tizen_6.5tizen_6.0_hotfixtizen_6.0tizenaccepted/tizen_unifiedaccepted/tizen_7.0_unified_hotfixaccepted/tizen_7.0_unifiedaccepted/tizen_6.5_unifiedaccepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedhj kim2-17/+17
2020-03-18Replace GstCameraControlClass by GstCameraControlInterfacesubmit/tizen/20200320.023549accepted/tizen/unified/20200323.173039Jeongmo Yang2-33/+33
2019-01-16Merge branch 'tizen_5.0' into tizentizen_5.5.m2_releasesubmit/tizen_5.5_wearable_hotfix/20201026.184301submit/tizen_5.5_mobile_hotfix/20201026.185101submit/tizen_5.5/20191031.000010submit/tizen/20190116.063000accepted/tizen/unified/20190116.160738accepted/tizen/5.5/unified/wearable/hotfix/20201027.123506accepted/tizen/5.5/unified/mobile/hotfix/20201027.082244accepted/tizen/5.5/unified/20191031.004112tizen_5.5_wearable_hotfixtizen_5.5_tvtizen_5.5_mobile_hotfixtizen_5.5accepted/tizen_5.5_unified_wearable_hotfixaccepted/tizen_5.5_unified_mobile_hotfixaccepted/tizen_5.5_unifiedJeongmo Yang2-31/+87
2019-01-16Fix Svace issue - UNCHECKED_FUNC_RES.LIB.STRICTsubmit/tizen_5.0/20190116.063013accepted/tizen/5.0/unified/20190118.055630tizen_5.0accepted/tizen_5.0_unifiedJeongmo Yang2-31/+87
2018-04-03Fix coverity issue - Unchecked return valuesubmit/tizen_5.0/20181101.000001submit/tizen/20180403.055756accepted/tizen/unified/20180405.064417accepted/tizen/5.0/unified/20181102.012709Jeongmo Yang2-4/+13
2018-02-12Update enum for refactorying of libmm-utilitysubmit/tizen/20180212.075159accepted/tizen/unified/20180214.144614Jeongmo Yang2-2/+2
2018-02-08Fix Svace issue - [WGID:309008] MEMORY_LEAK.EXsubmit/tizen/20180208.090043Jeongmo Yang2-1/+2
2018-01-12Use V4L2 control ID definitions from kernel headersubmit/tizen/20180115.024317accepted/tizen/unified/20180115.074505Sylwester Nawrocki1-26/+1
2018-01-12Simplify _camerasrc_primary_set_metadata() functionSylwester Nawrocki1-42/+19
2018-01-12Fix sensor metadata setting in the ISP thread functionSylwester Nawrocki1-1/+1
2018-01-12Get rid of remaining hard coded V4L2 control IDsSylwester Nawrocki1-6/+9
2018-01-12Improve V4L2_CID_IS_FORCE_DONE control handlingSylwester Nawrocki1-23/+22
2018-01-12Add NULL buffer test in gst_camera_buffer_finalize() callbackSylwester Nawrocki1-5/+9
2018-01-11Change level of some traces in camerasrc_destroy_buffer()Sylwester Nawrocki1-6/+5
2018-01-11Make the code more explicit in gst_camerasrc_capture_stop()Sylwester Nawrocki1-12/+5
2018-01-11Remove unneeded assignments of local variable at end of some functionsSylwester Nawrocki1-3/+1
2018-01-11Remove unneeded return; statement at end of functionsSylwester Nawrocki2-26/+0
2018-01-11Remove unused debug code (__print_timestamp())Sylwester Nawrocki1-31/+0
2018-01-11Remove unneeded _camerasrc_release_device_buffer() callSylwester Nawrocki1-4/+1
2018-01-11Ensure there is no attempts to close incorrect file descriptorSylwester Nawrocki1-0/+3
2017-12-15Replace hard coded V4L2 control ID with V4L2_CID_IS_S_STREAMSylwester Nawrocki1-5/+5
2017-12-15Remove duplicated code from __camerasrc_close_device() functionSylwester Nawrocki1-10/+0
2017-12-15Remove unneeded local 'err' variablesSylwester Nawrocki1-37/+20
2017-12-15Move some DQBUF calls to camerasrc_stop_stream() functionSylwester Nawrocki1-26/+28
2017-12-15Fix driver close sequence for front cameraSylwester Nawrocki1-9/+13
2017-11-27Remove unused first_frame field of struct _camerasrc_handle_tsubmit/tizen/20171201.015630accepted/tizen/unified/20171205.060613Sylwester Nawrocki2-5/+0
2017-11-27Corrections of the ISP thread cancellation sequenceSylwester Nawrocki2-7/+32
2017-11-27Rename _camerasrc_set_shot_meta functionsSylwester Nawrocki1-20/+20
2017-11-27Replace malloc() + memset() with calloc()Sylwester Nawrocki2-11/+4
2017-11-27Make sure plane_num, handle_num fields of MMVideoBuffer are initializedSylwester Nawrocki1-0/+6
2017-11-23Remove isp_buf_count variableSylwester Nawrocki1-5/+1
2017-11-23Reduce number of conditional operatorsSylwester Nawrocki1-6/+13
2017-11-23Remove unused S_FMT_COUNT, BUF_LEN constantsSylwester Nawrocki1-11/+6
2017-11-23Initialize number of buffers in camerasrc_set_format()Sylwester Nawrocki2-54/+60
2017-11-23Rear camera fixesSylwester Nawrocki5-520/+702
2017-11-17Support rear camera for testJeongmo Yang5-535/+1398
2017-10-10Fix coverity issuesubmit/tizen/20171010.094851accepted/tizen/unified/20171011.065944Jeongmo Yang3-3/+11
2017-09-08remove build warningYoungjae Shin2-3/+2
2017-06-23Correct licensesubmit/tizen_4.0_unified/20170814.115522submit/tizen_4.0/20170828.110001submit/tizen_4.0/20170814.115522submit/tizen_4.0/20170811.094300submit/tizen/20170705.021418submit/tizen/20170704.003057submit/tizen/20170630.012050accepted/tizen/unified/20170705.162638accepted/tizen/4.0/unified/20170828.224344accepted/tizen/4.0/unified/20170816.014942accepted/tizen/4.0/unified/20170816.011824Jeongmo Yang4-1689/+7
2017-04-20Fix Svace issuestizen_4.0.m1_releasesubmit/tizen/20170420.061013accepted/tizen/unified/20170420.155405Jeongmo Yang3-73/+58
2017-02-21Remove Respotory Dependencysubmit/tizen/20170317.075753accepted/tizen/unified/20170317.084307accepted/tizen/mobile/20170317.084240accepted/tizen_mobileMyungJoo Ham1-3/+0
2016-08-10packaging: replace kernel-haeder pakcage namesubmit/tizen_unified/20170308.100403submit/tizen_3.0_mobile/20161015.000002submit/tizen_3.0.m2/20170104.093748submit/tizen/20160810.092531accepted/tizen/unified/20170309.031059accepted/tizen/mobile/20160810.093626accepted/tizen/3.0/mobile/20161015.033216accepted/tizen/3.0.m2/mobile/20170104.100204tizen_3.0.m2accepted/tizen_3.0_mobileaccepted/tizen_3.0.m2_mobileSeung-Woo Kim1-6/+1
2016-03-27Merge "Let vendorSpecific2[0] field be configured by the driver" into tizenJeongmo Yang1-17/+5
2016-03-22Exclude build in target-TM1 repositorysubmit/tizen/20160323.004235accepted/tizen/mobile/20160323.072827accepted/tizen/ivi/20160330.042232accepted/tizen/common/20160323.184234accepted/tizen_iviaccepted/tizen_commonJeongmo Yang1-1/+4
2016-02-29Let vendorSpecific2[0] field be configured by the driverSylwester Nawrocki1-17/+5
2015-09-08Initial releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_mobile_releasesubmit/tizen_mobile/20150909.035934submit/tizen_ivi/20160217.000001submit/tizen_ivi/20160217.000000submit/tizen_common/20160222.141210accepted/tizen/mobile/20150909.055630accepted/tizen/ivi/20160218.022815accepted/tizen/common/20160222.162206tizen_3.0.m1_mobileJeongmo Yang99-0/+28916
2015-08-26Initial empty repositoryHEADmasterKyungMi Lee0-0/+0