Fix null check after deref
[platform/core/uifw/libtdm.git] / src / tdm_capture.c
2016-05-03 Changyeon LeeFix null check after deref 34/68334/1
2016-04-22 Boram Parkenhance log 85/66985/2
2016-04-21 Boram Parkfix deadlock and enhance lock/unlock to protect the... 08/66808/2
2016-04-11 Boram Parkreturn error during DPMS off 35/65535/1
2016-04-11 Boram Parksupport client API for wait_vblank 33/65533/1
2016-04-11 Boram Parksupport thread 31/65531/1
2016-04-11 Boram Parkreturn TDM_ERROR_NOT_IMPLEMENTED if backend doesn't... 27/65527/1
2016-04-11 Boram Parkuse macro to debug mutex lock 25/65525/1
2016-03-17 Boram Parkunref buffer when destroyed 07/62607/2
2016-03-17 Boram Parkreturn error if a buffer is attached twice 00/62600/2
2016-03-10 Boram Parkfix TDM buffer management 94/61794/1
2016-03-09 Boram Parkenhance log for buffer debugging 80/61580/1
2016-02-29 Boram Parkapply wayland coding style 36/60536/1
2016-02-14 Boram Parkseperate tdm_func_ouput, tdm_func_layer from tdm_func_d...
2015-12-29 Boram Parkadd doxygen document 52/55752/1
2015-12-22 Boram Parkchange buffer type from tdm_buffer to tbm_surface 14/55214/1
2015-12-21 Boram Parkunlock mutex after try_lock 34/54934/1 accepted/tizen/mobile/20151221.101012 accepted/tizen/tv/20151221.101017 accepted/tizen/wearable/20151221.101128 submit/tizen/20151221.044415
2015-12-11 Junkyeong Kimuse tdm_buffer instead of tbm_surface for backend 63/54063/1 accepted/tizen/mobile/20151212.071108 accepted/tizen/tv/20151212.072607 accepted/tizen/wearable/20151212.073206 submit/tizen/20151211.073807
2015-12-08 Boram Parkelimiate race condition of capture callback 50/53650/1
2015-12-07 Boram ParkMerge branch 'devel' into tizen 07/53507/1 accepted/tizen/mobile/20151207.123550 accepted/tizen/tv/20151207.123609 accepted/tizen/wearable/20151207.123630 submit/tizen/20151207.055555
2015-12-04 Boram Parkchange variable names
2015-12-02 Boram Parkhide tdm_display_capability from backend
2015-12-01 Boram Parkadd tdm_caps_display
2015-11-29 Boram Parkfirst draft