Commit Graph

72 Commits (1a367f3bc3a750b839c5711ecd0c9941e2c5aafa)

Author SHA1 Message Date
Hans Verkuil 11c469e616 V4L/DVB (10685): v4l2: add colorfx support to v4l2-common.c, and add to 'Changes' in spec. 16 years ago
Hans Verkuil 2ba588942c V4L/DVB (10544): v4l2-common: add comments warning that about the sort order 16 years ago
Hans Verkuil c7d29e2f53 V4L/DVB (10249): v4l2-common: added v4l2_i2c_tuner_addrs() 16 years ago
Hans Verkuil b634a93f78 V4L/DVB (10244): v4l2: replace a few snprintfs with strlcpy 16 years ago
Hans Verkuil aecde8b53b V4L/DVB (10141): v4l2: debugging API changed to match against driver name instead of ID. 16 years ago
Laurent Pinchart 74980159e7 V4L/DVB (9899): v4l2: Add missing control names 16 years ago
Hans Verkuil dd99120c71 V4L/DVB (9821): v4l2-common: add i2c helper functions 16 years ago
Alan Cox d9b01449e7 V4L/DVB (9491): rationalise addresses to one common one 16 years ago
Johannes Berg a65e5d782f remove CONFIG_KMOD from drivers 17 years ago
Hans Verkuil f723af16da V4L/DVB (8649): v4l2: add AAC bitrate control 17 years ago
Hans Verkuil e281db5862 V4L/DVB (8639): saa6752hs: cleanup and add AC-3 support 17 years ago
Hans Verkuil 1e55126666 V4L/DVB (8637): v4l2: add v4l2_ctrl_query_menu_valid_items support function 17 years ago
Hans Verkuil 69028d7096 V4L/DVB (8636): v4l2: add v4l2_ctrl_get_name control support function. 17 years ago
Hans Verkuil e6b5da88fb V4L/DVB (8635): v4l: add AC-3 audio support to the MPEG Encoding API 17 years ago
Janne Grunau 188919ac57 V4L/DVB (8634): v4l2: extend MPEG Encoding API with AVC and AAC 17 years ago
Hans Verkuil 33b687cf1d V4L/DVB (8487): videodev: replace videodev.h includes by videodev2.h where possible 17 years ago
Jean Delvare d2653e9273 i2c: Add support for device alias names 17 years ago
Harvey Harrison a6a3a17b7f media: fix integer as NULL pointer warnings 17 years ago
Mauro Carvalho Chehab 057596eea8 V4L/DVB (7133): Fix Kconfig dependencies 17 years ago
Mauro Carvalho Chehab 1a4e30c3ea V4L/DVB (7119): Remove obsolete code from v4l2-common 17 years ago
Mauro Carvalho Chehab a9254475bb V4L/DVB (7115): Fix bug #9833: regression when compiling V4L without I2C 17 years ago
Hans Verkuil 393bf55732 V4L/DVB (6467): v4l2-common: minor cleanups 17 years ago
Hans Verkuil 188f3457c2 V4L/DVB (6465): Use correct error codes when chip is not recognized 17 years ago
Hans Verkuil 8ffbc65594 V4L/DVB (6451): v4l2: add support for bus-based I2C drivers 17 years ago
Mauro Carvalho Chehab 7f1711234e V4L/DVB (6384): Replace TDA9887_SET_CONFIG by TUNER_SET_CONFIG 17 years ago
Hans Verkuil 3bcc95760c V4L/DVB (6321): Remove obsolete VIDIOC_S/G_MPEGCOMP ioctls 18 years ago
Jan Engelhardt 96de0e252c Convert files to UTF-8 and some cleanups 18 years ago
Robert P. J. Day 7568e3ce67 V4L/DVB (6289): Remove reference to dead CONFIG_UST and ust.h header 18 years ago
Hans Verkuil 01f1e44fe8 V4L/DVB (6088): cx2341x: some controls can't be changed while the device is busy 18 years ago
Hans Verkuil a46c5fbc69 V4L/DVB (5869): Add check for valid control ID to v4l2_ctrl_next. 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Hans Verkuil 3434eb7e14 V4L/DVB (5306): Add support for VIDIOC_G_CHIP_IDENT 18 years ago
Hans Verkuil 045290b2a9 V4L/DVB (5290): Add support for VIDIOC_INT_G/S_STD_OUTPUT 18 years ago
Hans Verkuil b2787845fb V4L/DVB (5289): Add support for video output overlays. 18 years ago
Hans Verkuil 5eee72e884 V4L/DVB (5268): Add support for three new MPEG controls. 18 years ago
Hans Verkuil f3502b8a19 V4L/DVB (5305): Mark VIDIOC_DBG_S/G_REGISTER as experimental 18 years ago
Hans Verkuil ada6ecd2bf V4L/DVB (5271): Add VIDIOC_TRY_ENCODER_CMD and VIDIOC_ENCODER_CMD ioctls. 18 years ago
Hans Verkuil db6eb5b334 V4L/DVB (5270): Add VIDIOC_G_ENC_INDEX ioctl 18 years ago
Hans Verkuil f3d092b84a V4L/DVB (5304): Improve chip matching in v4l2_register 18 years ago
Adrian Bunk c65eeaab1f V4L/DVB (5200): V4l_printk_ioctl_arg() is no longer used. 18 years ago
Trent Piepho e7b58f5259 V4L/DVB (5162): Change VIDIOC_DBG_[SG]_REGISTER ioctls' reg address to 64 bits 18 years ago
Trent Piepho 52ebc763d8 V4L/DVB (5146): Make VIDIOC_INT_[SG]_REGISTER ioctls no longer internal only 18 years ago
Mauro Carvalho Chehab 43db48d3d2 V4L/DVB (5068): Fix authorship references 18 years ago
Tim Schmielau cd354f1ae7 [PATCH] remove many unneeded #includes of sched.h 18 years ago
Mauro Carvalho Chehab 412297d31d V4L/DVB (5023): Fix compilation on ppc32 architecture 18 years ago
Mauro Carvalho Chehab e75f9cee32 V4L/DVB (4861): Remove the need of a STD array for drivers using video_ioctl2 18 years ago
Mauro Carvalho Chehab ed5801477a V4L/DVB (4829): v4l2_type_names table is incomplete 18 years ago
Hans Verkuil 784e8fe417 V4L/DVB (4546): Add u32 argument to VIDIOC_INT_RESET. 19 years ago
Mauro Carvalho Chehab 0dfa9abd6b V4L/DVB (4399): Fix a typo that caused some compat stuff to not work 19 years ago
Mauro Carvalho Chehab 985bc96e27 V4L/DVB (4343): Fix for compilation without V4L1 or V4L1_COMPAT 19 years ago