summaryrefslogtreecommitdiff
path: root/app/video
AgeCommit message (Expand)Author
2016-06-06Comparing maximum frame buffer size after VIDIOC_DQBUF ioctl againstMarcus Glocker
2016-06-06To match the encoding type, compare against 'pixelformat' instead ofMarcus Glocker
2016-06-04Add 'q' option to just display the device properties and quit.Marcus Glocker
2016-06-02mmap(2) failure is indicated by MAP_FAILED, not NULL.Theo Buehler
2016-06-02Just try to unmap a buffer when something has been mapped before.Marcus Glocker
2016-05-31Guard against using tp_start uninitialized in case no frame wasTheo Buehler
2016-05-31Add mmap(2) support for frame grabbing and make it default over read(2).Marcus Glocker
2014-11-30Escape "Rv" when passed as an argument to a macro in order to avoidIngo Schwarze
2014-10-23Now that gcc2 is gone revert the removal of anonymous unions.Brad Smith
2012-08-14Typo in warn() argument. Reported by Artturi Alm. Thanks.Matthieu Herrb
2012-08-05Typo. From Pappe Kaugummi via jmc@.Matthieu Herrb
2011-06-23switch to installing source manuals:Christian Weisgerber
2011-04-11add the -R option to usage()Jacob Meuser
2011-04-11* use VIDIOC_ENUM_FRAMEINTERVALS to get the supported frame intervalsJacob Meuser
2011-03-18lexicographically sort keys.Igor Sobrado
2011-03-08xcb is no longer optional.Matthieu Herrb
2010-11-27Explicitely link libxcb when needed for static arches.Matthieu Herrb
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
2010-10-15declare the global vars as static to not conflict with symbols fromJacob Meuser
2010-09-26s/\.Xx/.Xr/ such that "Xv(3)" doesn't get lost;Ingo Schwarze
2010-09-26support for gamma and sharpness/acutance controls.Jacob Meuser
2010-09-25list all libraries needed and in the correct order so this buildsJacob Meuser
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
2010-07-24do not add the same size twice, and do not fall of the end ofJacob Meuser
2010-07-23allow "make build" to work, ok matthieu@Chris Kuethe
2010-07-23import video(1), an application for recording and/or displayingJacob Meuser