TODO: mention that atoi() must go away
[libam7xxx.git] / src / am7xxx.h
2013-07-20 Antonio Ospiteam7xxx: implement am7xxx_send_image_async()
2013-07-20 Antonio Ospiteam7xxx: fix a typo in a comment s/a am7xxx device/an...
2012-07-27 Antonio OspiteMerge branch 'am7xxx_set_zoom_mode'
2012-07-08 Antonio Ospiteam7xxx: update signature and documentation of am7xxx_se...
2012-07-08 Antonio Ospiteam7xxx: implement support for the AM7XXX_PACKET_TYPE_ZOOM
2012-03-28 Antonio Ospitecosmetics: remove some trailing spaces
2012-03-26 Antonio OspiteMerge branch 'unstable'
2012-03-21 Antonio OspiteMerge remote-tracking branch 'origin/rettichschnidi...
2012-03-20 Reto SchneiderFix typo: dimesions -> dimensions
2012-03-20 Reto SchneiderAll modes above LOW need both connectors to be plugged in.
2012-03-16 Reto SchneiderMerge branch 'unstable' into rettichschnidi
2012-03-15 Antonio Ospiteam7xxx: cosmetics, remove some useless double spaces
2012-03-15 Antonio Ospiteam7xxx: add am7xxx_calc_scaled_image_dimensions()
2012-03-07 Antonio Ospiteam7xxx, doc: add Doxygen documentation for the public API
2012-03-06 Antonio Ospiteam7xxx: rename the 'size' argument of am7xxx_send_image...
2012-03-01 Antonio Ospiteam7xxx: introduce a new am7xxx_device_info type
2012-02-29 Antonio Ospiteam7xxx: add a simple logging infrastructure
2012-02-23 Antonio Ospiteam7xxx: add multi-device support
2012-02-23 Antonio Ospiteam7xxx: change am7xx_device definition, better buffer...
2012-01-25 Antonio OspiteDon't use fixed size integer types in the public header
2012-01-25 Antonio OspiteMake struct am7xxx_header and related types private
2012-01-25 Antonio OspiteImplement am7xxx_get_device_info()
2012-01-25 Antonio OspiteImplement am7xxx_set_power_mode()
2012-01-25 Antonio OspiteSerialize struct am7xxx_header properly before sending...
2012-01-23 Reto SchneiderRenamed AM7XXX_IMAGE_FORMAT_YUV_NV12 to AM7XXX_IMAGE_FO...
2012-01-21 Reto SchneiderAdded support for imageformat YUV - NV12
2012-01-15 Antonio OspiteRelicense under GPLv2+
2012-01-15 Antonio OspiteFix Copyright year
2012-01-13 Antonio OspiteRename the header_len field to header_data_len
2012-01-13 Antonio OspiteMake including am7xxx.h in C++ code safe
2012-01-13 Antonio OspiteUse Cmake and make libam7xxx a shared library