aboutsummaryrefslogtreecommitdiff
path: root/multimedia/pwcview
Commit message (Collapse)AuthorAgeFilesLines
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | multimedia) Notes: svn path=/head/; revision=327747
* - Update devel/sdl12 to 1.2.15Marcus von Appen2012-02-181-1/+1
| | | | | | | | | | | | | | | | - Update audio/sdl_mixer to 1.2.15 - Update graphics/sdl_image to 1.2.12 - Update graphics/sdl_ttf to 2.0.11 - Update graphics/sdl_gfx to 2.0.23 - Update net/sdl_net to 1.2.8 - Bump PORTREVISIONs on ports that depend on one or more packages due to ABI and shared library version changes - Update Mk/bsd.sdl.mk accordingly for the new shared library versions Tested by: exp-run by pav Notes: svn path=/head/; revision=291667
* - remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276986
* * Fix a segfault problem with the motionbuf arry in the detectmotion() function.Koop Mast2010-10-272-7/+28
| | | | | | | | | | | | | | | When using "pwcview -s svga -f 20 -k" * When pwcview sets the resolution to use, the V4L layer will reply with the actual resolution set. As close as possible to what pwcview requested. Fix a bug in main() that it uses the wrong size value, the resolution pwcview set instead of the size the V4L layer returned. Submitted by: Ivan Brawley <ivan@brawley.id.au> Approved by: hselasky@ (maintainer) Notes: svn path=/head/; revision=263647
* - update to jpeg-8Dirk Meyer2010-02-051-2/+2
| | | | Notes: svn path=/head/; revision=249285
* Add support for more resolutions.Koop Mast2010-01-232-7/+42
| | | | | | | | Submitted by: Jung-uk Kim <jkim@FreeBSD.org> Approved by: maintainer Notes: svn path=/head/; revision=248421
* Make fetchable again.Koop Mast2010-01-181-2/+2
| | | | | | | Submitted by: Peter Jeremy <peterjeremy AT acm.org> Notes: svn path=/head/; revision=248102
* An application that you can use to view the video stream of your webcam, alterKoop Mast2010-01-165-0/+493
various settings of your webcam, take jpeg snapshots or output raw YUV420P data to stdout when motion is detected. Submitted by: Andrew Thompson <thompsa AT FreeBSD.org> Hans Petter Selasky <hselasky AT FreeBSD.org> Notes: svn path=/head/; revision=247993