Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-08-14 | Typo in warn() argument. Reported by Artturi Alm. Thanks. | Matthieu Herrb | |
2012-08-05 | Typo. From Pappe Kaugummi via jmc@. | Matthieu Herrb | |
2011-06-23 | switch to installing source manuals: | Christian Weisgerber | |
* cope with new bsd.man.mk * update imake configuration ports use of imake remains unchanged | |||
2011-04-11 | add the -R option to usage() | Jacob Meuser | |
spotted by sobrado@ | |||
2011-04-11 | * use VIDIOC_ENUM_FRAMEINTERVALS to get the supported frame intervals | Jacob Meuser | |
and display the frame rates if at least on -v is used. * set/get the video(4) device's frame rate using VIDIOC_{S,G}_PARM. * add new option -R which dsables frame rate adjustment. only really useful for video(4) devices, to see the difference between the frame rate the device generates and what it says it's configured for ... many devices don't generate the rate they are configured if they aren't getting enough light ... * poll(2) input with INFTIM instead of 0 timeout, and handle the poll(2) call being interrupted by the frame timer. * only use usleep(3) to wait for frames if the input is a file, and in that case, sleep for a full frame interval or until interrupted by the frame timer. * update the manual to describe the new -R option, that -r now sets video(4) frame rate, and that at least one -v will display supported properties of the hardware. | |||
2011-03-18 | lexicographically sort keys. | Igor Sobrado | |
ok jakemsr@, jmc@ | |||
2011-03-08 | xcb is no longer optional. | Matthieu Herrb | |
2010-11-27 | Explicitely link libxcb when needed for static arches. | Matthieu Herrb | |
2010-10-26 | typo spotted by espie | Jacob Meuser | |
2010-10-15 | typos. "ouput" typos spotted by Jan Stary. | Jacob Meuser | |
2010-10-15 | oops. start with an undefined encoding instead of yuy2. lets the code | Jacob Meuser | |
figure out what encoding to use, based on what the hardware supports. still uses yuy2 by default if the hardware supports it. | |||
2010-10-15 | declare the global vars as static to not conflict with symbols from | Jacob Meuser | |
libraries | |||
2010-09-26 | s/\.Xx/.Xr/ such that "Xv(3)" doesn't get lost; | Ingo Schwarze | |
found by mandoc -Tlint | |||
2010-09-26 | support for gamma and sharpness/acutance controls. | Jacob Meuser | |
also from Martin Pieuchot, thanks! | |||
2010-09-25 | list all libraries needed and in the correct order so this builds | Jacob Meuser | |
on static archs from todd@ | |||
2010-09-13 | no more anonymous unions in video(4) | Jacob Meuser | |
2010-07-26 | $OpenBSD$ and compare width to width, not width to height | Jacob Meuser | |
2010-07-26 | sort options as usual in our operating system; `usage:' is lower case; | Igor Sobrado | |
improve usage()'s output; better indentation in usage() function. ok jakemsr@ | |||
2010-07-24 | do not add the same size twice, and do not fall of the end of | Jacob Meuser | |
the frame sizes array. reported/tested mglocker | |||
2010-07-23 | allow "make build" to work, ok matthieu@ | Chris Kuethe | |
2010-07-23 | import video(1), an application for recording and/or displaying | Jacob Meuser | |
images from a video(4) device ok matthieu, todd; prodding from deraadt |