libam7xxx.git
2014-05-08 Antonio Ospitecosmetics: remove some trailing spaces
2014-05-08 Antonio OspiteREADME.asciidoc: update instructions to test libam7xxx...
2014-05-08 Antonio OspiteHACKING.asciidoc: update the build instructions for...
2014-05-08 Antonio Ospiteam7xxx: don't use partial designated initializers
2014-05-08 Antonio Ospiteam7xxx: add a portable_endian.h
2014-05-07 Antonio OspiteMerge branch 'zoom-tele-picopix'
2014-05-07 Antonio Ospiteam7xxx-play: allow setting the AM7XXX_ZOOM_TELE zoom...
2014-05-07 Antonio Ospitepicoproj: allow setting the AM7XXX_ZOOM_TELE zoom mode
2014-05-07 Antonio Ospiteam7xxx: implement the set_zoom_mode() operation for...
2014-05-07 Antonio Ospiteam7xxx: add support for a new AM7XXX_ZOOM_TELE zoom...
2014-05-07 Antonio Ospiteam7xxx: add a msleep() implementation in tools.[ch]
2013-12-04 Antonio OspiteMerge branch 'powermode-PicoPix2055'
2013-11-28 Antonio Ospiteam7xxx: add support for setting the power mode on the...
2013-11-28 Antonio Ospiteam7xxx: dump fields of unknown packet types
2013-11-28 Antonio Ospiteam7xxx: factor out a send_command() function
2013-11-28 Antonio Ospiteam7xxx: switch from device quirks to device ops
2013-11-18 Antonio Ospitedoc/lsusb_dumps: add lsusb_Philips-PicoPix-2055.log
2013-11-18 Antonio Ospitedoc/lsusb_dumps: strip trailing spaces
2013-11-18 Antonio Ospitedoc/man: misc fixes to man pages
2013-10-30 Antonio OspiteCMakeLists.txt: define DEBUG=1 only when CMAKE_BUILD_TY...
2013-10-13 Antonio OspiteHACKING.asciidoc: fix the url of the avcodec_encode_vid...
2013-09-07 Antonio Ospiteam7xxx-play: cosmetics, fix coding style
2013-08-03 Antonio Ospiteam7xxx: add quirks for Philips/Sagemcom PicoPix 2055
2013-07-28 Antonio OspiteNEWS: fix a typo s/mode/more/
2013-07-28 Antonio OspiteRelease version 0.1.4 v0.1.4
2013-07-27 Antonio Ospitecontrib: add some benchmarking data about am7xxx_send_i...
2013-07-27 Antonio Ospiteam7xxx-play: fix a crash when a packet cannot be encoded
2013-07-27 Antonio Ospiteam7xxx-play: don't initialize variables when not needed
2013-07-27 Antonio OspiteTODO: mention that atoi() must go away
2013-07-27 Antonio Ospitepicoproj: get rid of exit(), return more meaningful...
2013-07-27 Antonio OspiteHACKING.asciidoc: add commands to compile with clang
2013-07-27 Antonio OspiteHACKING.asciidoc: add an example of testing am7xxx...
2013-07-27 Antonio Ospitedoc: update Doxyfile.in
2013-07-27 Antonio Ospitecontrib: add a udev rule to invoke am7xxx-modeswitch
2013-07-27 Antonio OspiteRename am7xxx_mode_switch to am7xxx-modeswitch
2013-07-27 Antonio OspiteTODO: mention that data types could be improved in...
2013-07-27 Antonio Ospitepicoporj: fix another -Wshorten-64-to-32 warning from...
2013-07-27 Antonio Ospitepicoproj: silence a -Wshorten-64-to-32 warning from...
2013-07-27 Antonio OspiteCMakeLists.txt: disable -Wsign-conversion warnings
2013-07-27 Antonio Ospiteam7xxx: fix a clang warning
2013-07-27 Antonio Ospiteexamples: silence a couple of clang warnings
2013-07-27 Antonio Ospitedoc: mention the Top-Height/TEC PP700 in the Doxygen...
2013-07-27 Antonio Ospitedoc: add some lsusb dumps for reference
2013-07-20 Antonio Ospiteam7xxx-play: use am7xxx_send_image_async()
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...
2013-07-20 Antonio OspiteCMakeLists.txt: enable two new compiler warnings
2013-07-20 Antonio Ospiteam7xxx: add quirks for devices not supporting some...
2013-07-20 Antonio Ospitepicoproj: remove an unreachable break statement
2013-07-20 Antonio Ospiteam7xxx-play: uniform coding style
2013-07-20 Antonio OspiteCMakeLists.txt: add support for clang and isolate gcc...
2013-07-20 Antonio OspiteHACKING.asciidoc: mention the patch needed for older...
2013-06-29 Antonio OspiteREADME.asciidoc: mention the TEC PP700 projector as...
2013-05-26 Antonio Ospitepicoproj: remove an unneeded blank line
2013-05-26 Antonio Ospiteexamples: print the usage message when a required optio...
2013-05-26 Antonio OspiteCMakeLists.txt: fix enabling verbose debug output
2013-04-05 Antonio Ospiteam7xxx: use the symbolic constant for libusb log level
2013-04-05 Antonio Ospitepicoproj: show the image resolution when image does...
2013-04-05 Antonio Ospitepicoproj: remove one of two consecutive blank lines
2013-03-25 Antonio Ospitedoc, contrib: add PicoPix 2330 to the list of supported...
2013-03-25 Antonio Ospiteam7xxx: add support for Philips/Sagemcom PicoPix 2330
2013-03-25 Antonio OspiteMerge branch 'per-device-usb-config'
2013-03-23 Antonio Ospiteam7xxx: make the supported_device array const
2013-03-23 Antonio Ospiteam7xxx: improve setting USB configuration and interface...
2013-03-23 Antonio Ospiteam7xxx: reference am7xxx_usb_device_descriptor in struc...
2013-03-23 Antonio Ospiteam7xxx: fail if USB configuration or interface are...
2013-03-23 Antonio Ospiteam7xxx_mode_switch: release interface only if claimed
2013-03-18 Antonio Ospitedoc: add a man page for am7xxx_mode_switch
2013-03-14 Antonio OspiteAdd a NEWS file
2013-03-14 Antonio OspiteRelease version 0.1.3 v0.1.3
2013-03-14 Antonio Ospiteam7xxx-play: switch to avcodec_encode_video2()
2013-03-14 Antonio Ospiteam7xxx-play: remove an unreachable break
2013-03-14 Antonio Ospiteam7xxx-play: rename 'packet' to 'in_packet'
2013-03-14 Antonio Ospiteam7xxx: fix coding style
2013-03-14 Antonio Ospitecontrib: add the am7xxx-play-window.sh script
2012-12-17 Antonio OspiteMerge branch 'fix-devinfo-for-PicoPix'
2012-12-07 Antonio Ospiteam7xxx: make libam7xxx work with Philips/Sagemcom PPX...
2012-12-07 Antonio Ospiteam7xxx: cache device info in am7xxx_get_device_info()
2012-12-07 Antonio Ospiteam7xxx: detect unexpected responses to AM7XXX_PACKET_TY...
2012-12-06 Antonio OspiteFix an error when compiling with both -O0 and -Wp,...
2012-11-14 Antonio Ospiteam7xxx: don't mention AM7XXX_DIRECTION_OUT in read_header()
2012-11-14 Antonio Ospiteam7xxx: add a note on the symmetry of read_header(...
2012-11-14 Antonio Ospiteam7xxx: assign device_list next to its first use
2012-11-14 Antonio Ospiteam7xxx: print text description of the 'direction' field
2012-10-14 Antonio Ospitepicoproj: clarify that when AM7XXX_ZOOM_TEST is set...
2012-10-14 Antonio Ospiteam7xxx: add support for Philips/SagemCom PicoPix PPX...
2012-09-17 Antonio Ospiteexamples: support multiple devices
2012-09-17 Antonio Ospitedoc: update Doxygen configuration
2012-07-27 Antonio OspiteMerge branch 'am7xxx_set_zoom_mode'
2012-07-08 Antonio Ospitecontrib: add a test image to show how zoom modes work
2012-07-08 Antonio Ospiteam7xxx-play: make the help about power mode more consistent
2012-07-08 Antonio Ospitepicoproj: make the help about power mode more consistent
2012-07-08 Antonio Ospiteam7xxx: update signature and documentation of am7xxx_se...
2012-07-08 Antonio Ospiteam7xxx-play: support setting the zoom mode
2012-07-08 Antonio Ospitepicoproj: support setting the zoom mode
2012-07-08 Antonio Ospiteam7xxx: implement support for the AM7XXX_PACKET_TYPE_ZOOM
2012-07-08 Antonio OspiteMerge remote-tracking branch 'origin/rettichschnidi'
2012-07-08 Reto SchneiderAdd missing break.
2012-07-05 Reto SchneiderFix typo.
2012-06-29 Antonio Ospitecontrib: add an example of how to start displaying...
next