Release version 0.1.6
[libam7xxx.git] / examples /
2015-11-17 Antonio OspiteStrip trailing spaces here and there
2015-11-17 Antonio Ospiteam7xxx-play: fix warning about deprecated fields in...
2015-11-17 Antonio Ospiteam7xxx-play: don't dump the last frame unconditionally
2015-11-17 Antonio Ospiteam7xxx-play: fix runtime warnings from ffmpeg
2015-11-17 Antonio Ospiteam7xxx-play: fix an error message, we now use am7xxx_se...
2015-11-07 Antonio OspiteFix some format string warnings from clang
2015-11-07 Andreas Cadhalpunam7xxx-play: Replace deprecated FFmpeg API symbol PIX_F...
2015-06-26 Antonio Ospiteam7xxx-modeswitch: fix the Length field in the switch...
2015-06-10 Antonio Ospiteam7xxx-modeswitch: add a blank line for readability
2015-06-10 Antonio Ospiteam7xxx-modeswitch: set USB configuration following...
2015-06-10 Antonio Ospiteam7xxx-modeswitch: reorder declarations of variables
2015-06-10 Antonio Ospiteam7xxx-modeswitch: remove unneeded assignment
2015-06-10 Antonio Ospiteam7xxx-modeswitch: improve messages relative to libusb...
2015-06-10 Antonio Ospiteam7xxx-modeswitch: use LIBUSB_LOG_LEVEL_INFO instead...
2015-06-10 Antonio Ospiteam7xxx-modeswitch: use libusb_set_auto_detach_kernel_dr...
2015-04-20 Antonio Ospiteam7xxx: fix the coding style used to represent pointers
2014-12-30 Antonio Ospiteexamples: fix handling optional libraries in target_lin...
2014-11-22 Antonio Ospiteam7xxx-play: improve a comment
2014-11-22 Antonio Ospiteam7xxx-play: fix a possible case of use before initiali...
2014-07-07 Antonio Ospiteexamples: the examples were always meant to be all...
2014-05-12 Antonio Ospiteam7xxx-play: port to libav10
2014-05-08 Antonio OspiteUpdate email address and copyright years
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
2013-09-07 Antonio Ospiteam7xxx-play: cosmetics, fix coding style
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 Ospitepicoproj: get rid of exit(), return more meaningful...
2013-07-27 Antonio OspiteRename am7xxx_mode_switch to am7xxx-modeswitch
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 Ospiteexamples: silence a couple of clang warnings
2013-07-20 Antonio Ospiteam7xxx-play: use am7xxx_send_image_async()
2013-07-20 Antonio Ospitepicoproj: remove an unreachable break statement
2013-07-20 Antonio Ospiteam7xxx-play: uniform coding style
2013-05-26 Antonio Ospitepicoproj: remove an unneeded blank line
2013-05-26 Antonio Ospiteexamples: print the usage message when a required optio...
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-23 Antonio Ospiteam7xxx_mode_switch: release interface only if claimed
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'
2012-10-14 Antonio Ospitepicoproj: clarify that when AM7XXX_ZOOM_TEST is set...
2012-09-17 Antonio Ospiteexamples: support multiple devices
2012-07-27 Antonio OspiteMerge branch 'am7xxx_set_zoom_mode'
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-play: support setting the zoom mode
2012-07-08 Antonio Ospitepicoproj: support setting the zoom mode
2012-05-22 Antonio Ospiteam7xxx-play: check if strtok_r is available
2012-05-22 Antonio Ospiteam7xxx-play: check if sigaction is available
2012-05-22 Antonio Ospiteam7xxx-play: add a fallback definition for ENOTSUP
2012-05-22 Antonio Ospiteam7xxx-play: get the framerate from the video stream
2012-05-11 Antonio OspiteAdd a simple usb_mode_switch clone for am7xxx devices
2012-05-10 Antonio OspiteMerge branch 'mingw-port'
2012-05-10 Antonio Ospitepicoproj: replace mmap() with more portable file stream...
2012-05-10 Antonio Ospitepicoproj: fix a typo
2012-05-10 Antonio Ospitepicoproj: issue a warning when passing "-f" more than...
2012-05-10 Antonio Ospitepicoproj: use MAP_PRIVATE in the mmap call
2012-05-10 Antonio OspiteMerge remote-tracking branch 'origin/rettichschnidi...
2012-05-06 Antonio Ospitepicoproj: add a note about image dimensions and native...
2012-04-16 Reto SchneiderStop CMake if function avformat_open_input not available,
2012-04-16 Reto SchneiderMake example programs optional.
2012-03-28 Antonio Ospiteexamples: keep the -h option as the last one in am7xxx...
2012-03-28 Antonio Ospiteexamples: add power level setting to picoproj
2012-03-26 Antonio OspiteMerge branch 'unstable'
2012-03-23 Antonio Ospiteexamples: rephrase picoproj example description
2012-03-23 Antonio Ospiteexamples: make picoproj usage look more like am7xxx...
2012-03-23 Antonio Ospitedoc: add examples to the Doxygen documentation
2012-03-23 Antonio Ospitesm7xxx-play: add missing newline on some error messages
2012-03-21 Antonio OspiteMerge remote-tracking branch 'origin/rettichschnidi...
2012-03-21 Antonio Ospiteexamples: set proper return codes in am7xxx-play
2012-03-21 Antonio Ospiteexamples: add a -l option to am7xxx-play
2012-03-20 Reto SchneiderRemove douled semicolons
2012-03-20 Reto SchneiderCheck the user submitted value for the rescaling method.
2012-03-20 Reto SchneiderFix the wording of the help message for the rescaling...
2012-03-20 Reto SchneiderUpdate the help message to make it clear that the quali...
2012-03-20 Reto SchneiderLet the user set the power mode via the switch '-p...
2012-03-20 Reto SchneiderMerge remote-tracking branch 'origin/unstable' into...
2012-03-18 Reto SchneiderLink to all ffmpeg libraries, not just to avdevice.
2012-03-16 Reto SchneiderMerge branch 'unstable' into rettichschnidi
2012-03-15 Antonio Ospiteexamples: add a am7xxx-play example program
2012-03-08 Antonio Ospitepicoproj: move it to an example/ directory