summaryrefslogtreecommitdiff
path: root/app/video
AgeCommit message (Collapse)Author
2010-10-26typo spotted by espieJacob Meuser
2010-10-15typos. "ouput" typos spotted by Jan Stary.Jacob Meuser
2010-10-15oops. start with an undefined encoding instead of yuy2. lets the codeJacob 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-15declare the global vars as static to not conflict with symbols fromJacob Meuser
libraries
2010-09-26s/\.Xx/.Xr/ such that "Xv(3)" doesn't get lost;Ingo Schwarze
found by mandoc -Tlint
2010-09-26support for gamma and sharpness/acutance controls.Jacob Meuser
also from Martin Pieuchot, thanks!
2010-09-25list all libraries needed and in the correct order so this buildsJacob Meuser
on static archs from todd@
2010-09-13no more anonymous unions in video(4)Jacob Meuser
2010-07-26$OpenBSD$ and compare width to width, not width to heightJacob Meuser
2010-07-26sort 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-24do not add the same size twice, and do not fall of the end ofJacob Meuser
the frame sizes array. reported/tested mglocker
2010-07-23allow "make build" to work, ok matthieu@Chris Kuethe
2010-07-23import video(1), an application for recording and/or displayingJacob Meuser
images from a video(4) device ok matthieu, todd; prodding from deraadt