summaryrefslogtreecommitdiff
path: root/v4l2-apps
AgeCommit message (Expand)Author
2007-11-24Make format output more compactMauro Carvalho Chehab
2007-11-15Improve standards print at --listMauro Carvalho Chehab
2007-11-15Improve --list commant to show the firmware typeMauro Carvalho Chehab
2007-11-14Add little firmware manipulation tool for firmware files required by theMauro Carvalho Chehab
2007-10-20v4l2-ctl: fix minor inconsistency regarding INTEGER64 handling.Hans Verkuil
2007-10-19v4l2-ctl: fix --get-sliced-vbi(-out)-cap.Hans Verkuil
2007-10-15merge: http://www.linuxtv.org/hg/~hverkuil/ivtvMauro Carvalho Chehab
2007-10-14v4l2-ctl: fix usage message.Hans Verkuil
2007-10-11Remove obsolete VIDIOC_S/G_MPEGCOMP ioctlsHans Verkuil
2007-08-20v4l2-ctl: add VIDIOC_OVERLAY support.Hans Verkuil
2007-07-12Fix tuner max rangeMauro Carvalho Chehab
2007-07-12gen_keytables.pl is too verbose.Mauro Carvalho Chehab
2007-07-31videodev2.h: remove superfluous FBUF GLOBAL_INV_ALPHA supportHans Verkuil
2007-07-25Fix v4l2-dbg option parsing bug.Hans Verkuil
2007-06-20Add another testing tool to v4l2-apps/testMauro Carvalho Chehab
2007-06-04Add inverted alpha support to v4l2-ctl.Hans Verkuil
2007-06-02Clean up formatting of v4l2-ctl output.Hans Verkuil
2007-05-29Add full crop/cropcap support to v4l2-ctlHans Verkuil
2007-05-21Backed out changeset c7cb1aaec112a3ee7d6483b54d03d6a093754f10Hans Verkuil
2007-05-19Use v4l2_pix_out_fmt instead of v4l2_pix_fmt for video output formatHans Verkuil
2007-05-17Fix v4l2-ctl: comment out top/left usageHans Verkuil
2007-05-07Add capability to test VIDIOC_[S|G]_FREQUENCY on driver-testMauro Carvalho Chehab
2007-05-012_driver.c:v4l2_enum_stds: erroneously always returns failureMauro Carvalho Chehab
2007-02-28Add VIDIOC_G_CHIP_IDENT to various i2c modulesHans Verkuil
2007-02-27Generate driver IDs and chip IDs from the headers and use that in v4l2-dbg.Hans Verkuil
2007-02-26Show v4l2_framebuffer Base address in v4l2-ctl.Hans Verkuil
2007-02-25Add v4l2-dbg debugging utility.Hans Verkuil
2007-02-25Add v4l2-ctl support for output overlays and framebuffer ioctls.Hans Verkuil
2007-02-18Use strtol instead of atol to parse the value for a control.Hans Verkuil
2007-02-04Forgot to test against V4L2_CTRL_FLAG_DISABLEDHans Verkuil
2007-01-21error check were wrong, since at userspace, error codes are positive valsMauro Carvalho Chehab
2006-12-21Improved keycode printingMauro Carvalho Chehab
2006-12-21Better not to depend at the links under v4l dir.Mauro Carvalho Chehab
2006-12-21Create keycodes dir, if not existentMauro Carvalho Chehab
2006-12-21Add gen_keytables.pl to automatically generate IR keycodes and improved keytableMauro Carvalho Chehab
2006-12-21Added a small utility to allow see/edit IR tablesMauro Carvalho Chehab
2006-12-20Improved error handling at driver-test.cMauro Carvalho Chehab
2006-12-11Add missing PAL-60 standard to v4l2-ctl -s optionHans Verkuil
2006-12-01Fix G_PARM outputMauro Carvalho Chehab
2006-12-01Fix driver_test for a non-compliance on bttv driverMauro Carvalho Chehab
2006-12-01Make v4l2-apps to run some rules defined at main MakefileMauro Carvalho Chehab
2006-12-01Added a TODO for missing ioctls at the libraryMauro Carvalho Chehab
2006-12-01Implement mmapped streaming receptionMauro Carvalho Chehab
2006-12-01Fix free buffer handlingMauro Carvalho Chehab
2006-12-01It seems that ioctl might fail without actually running the codeMauro Carvalho Chehab
2006-12-01Start adding mmap streaming into driver-testMauro Carvalho Chehab
2006-12-01Added a function to free buffers (v4l2_free_bufs)Mauro Carvalho Chehab
2006-12-01Add capture_exampe from V4L2 API spec Draft 0.20Mauro Carvalho Chehab
2006-11-16Fix v4l2_mmap_bufs and add checks for memory allocationMauro Carvalho Chehab
2006-11-16Start adding v4l2_mmap_bufs to prepare for streamMauro Carvalho Chehab