libam7xxx.git
2012-02-21 Antonio OspiteREADME.asciidoc: Acer C120 is not based on AM7XXX
2012-02-20 Antonio OspiteREADME.asciidoc: rephrase the part about USB IDs
2012-02-20 Antonio OspiteREADME.asciidoc: fix a typo s/trasfers/transfers/
2012-02-20 Antonio OspiteREADME.asciidoc: mention Thomas Baquet's project and...
2012-02-20 Antonio Ospitecontrib: add some udev rules to let normal users access...
2012-02-20 Antonio OspiteREADME.asciidoc: highlight USB IDs by using an unformat...
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 OspiteAdd info about transfer direction in debug messages...
2012-01-25 Antonio Ospitepicoproj: make the -f option mandatory
2012-01-25 Antonio OspiteImplement am7xxx_set_power_mode()
2012-01-25 Antonio OspiteIndent header_data fields when dumping headers
2012-01-25 Antonio OspiteDocument in_80chars() and remove reference_image_header[]
2012-01-25 Antonio OspiteDump the data only in DEBUG builds
2012-01-25 Antonio OspiteAdd a HACKING.asciidoc file
2012-01-25 Antonio OspiteSerialize struct am7xxx_header properly before sending...
2012-01-25 Antonio Ospitepicoproj: exit with success when the -h option is used
2012-01-25 Antonio OspiteDocument usb_modeswitch command to change the device...
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-21 Reto SchneiderStop build process if a warning shows up
2012-01-15 Reto Schneidercorrected some spelling mistakes
2012-01-15 Antonio OspiteRelicense under GPLv2+
2012-01-15 Antonio OspiteAdd a TODO file
2012-01-15 Antonio OspiteAdd a README.asciidoc
2012-01-15 Antonio OspiteFix Copyright year
2012-01-15 Antonio OspiteAdd GPL-3 license text
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
2012-01-12 Antonio OspiteSplit am7xxx functions and definitions
2012-01-07 Antonio OspiteAdd backup and changelog rules to Makefile
2012-01-07 Antonio OspiteAdd initial support for USB output communication
2012-01-07 Antonio OspiteAdd support for sending an actual JPEG image
2012-01-07 Antonio OspiteImage size is always unsigned
2012-01-07 Antonio OspiteWrap lines when dumping big buffers
2012-01-07 Antonio OspiteAdd some command line options
2012-01-07 Antonio OspiteMinor Makefile cleanup
2012-01-07 Antonio OspiteRewrite to support different packet types
2012-01-07 Antonio OspiteFix a typo
2012-01-06 Antonio OspiteInitial import