| Commit message (Expand) | Author | Age | Files | Lines |
* | V4L/DVB (9129): zoran: move zoran sources into a zoran subdirectory | Hans Verkuil | 2008-10-12 | 1 | -4649/+0 |
* | V4L/DVB (8962): zr36067: VIDIOC_S_FMT returns the colorspace value | Jean Delvare | 2008-10-12 | 1 | -0/+4 |
* | V4L/DVB (8906): v4l-dvb: fix assorted sparse warnings | Hans Verkuil | 2008-10-12 | 1 | -6/+0 |
* | V4L/DVB (8613): v4l: move BKL down to the driver level. | Hans Verkuil | 2008-10-12 | 1 | -0/+3 |
* | V4L/DVB (8961): zr36067: Fix RGBR pixel format | Jean Delvare | 2008-10-04 | 1 | -1/+1 |
* | V4L/DVB (8958): zr36067: Return proper bytes-per-line value | Jean Delvare | 2008-10-04 | 1 | -8/+5 |
* | V4L/DVB (8523): v4l2-dev: remove unused type and type2 field from video_device | Hans Verkuil | 2008-07-27 | 1 | -2/+0 |
* | V4L/DVB (8499): zr36067: Rework device memory allocation | Jean Delvare | 2008-07-26 | 1 | -2/+2 |
* | V4L/DVB (8430): videodev: move some functions from v4l2-dev.h to v4l2-common.... | Hans Verkuil | 2008-07-23 | 1 | -0/+1 |
* | V4L/DVB (8134): zoran annotations and fixes | Al Viro | 2008-07-20 | 1 | -2/+2 |
* | V4L/DVB (8095): zoran_driver.c: Removed duplicated include | Huang Weiyi | 2008-07-20 | 1 | -1/+0 |
* | V4L/DVB (7968): zoran: endianness annotations | Al Viro | 2008-06-05 | 1 | -2/+2 |
* | V4L/DVB (7901): zoran: use correct type for CPU flags | Andrew Morton | 2008-06-05 | 1 | -3/+3 |
* | byteorder: don't directly include linux/byteorder/generic.h | Harvey Harrison | 2008-05-16 | 1 | -1/+1 |
* | V4L/DVB (7584): Fix build that occurs when CONFIG_VIDEO_PMS=y and VIDEO_V4L2_... | Mauro Carvalho Chehab | 2008-04-24 | 1 | -16/+2 |
* | V4L/DVB (7518): media/video/ replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-04-24 | 1 | -2/+2 |
* | V4L/DVB (7402): add macro validation for v4l_compat_ioctl32 | Douglas Schilling Landgraf | 2008-04-24 | 1 | -0/+2 |
* | V4L/DVB (7094): static memory | Douglas Schilling Landgraf | 2008-04-24 | 1 | -1/+1 |
* | NULL noise: drivers/media | Al Viro | 2008-03-30 | 1 | -1/+1 |
* | V4L/DVB (6320): v4l core: remove the unused .hardware V4L1 field | Mauro Carvalho Chehab | 2007-10-22 | 1 | -2/+0 |
* | Use helpers to obtain task pid in printks | Pavel Emelyanov | 2007-10-19 | 1 | -2/+2 |
* | V4L/DVB (6285): Remove pointless kmalloc() return value cast in Zoran PCI con... | Jesper Juhl | 2007-10-10 | 1 | -4/+1 |
* | V4L/DVB (5981): Zoran_driver.c: fix memset in ioctl | Mariusz Kozlowski | 2007-10-09 | 1 | -1/+1 |
* | V4L/DVB (5885): zr36067: Fix problems with module parameters | Trent Piepho | 2007-10-09 | 1 | -2/+2 |
* | V4L/DVB (5884): zr36067: clean up debug function | Jean Delvare | 2007-10-09 | 1 | -15/+5 |
* | V4L/DVB (5891): zr36067: Turn off raw capture properly | Trent Piepho | 2007-07-30 | 1 | -1/+14 |
* | V4L/DVB (5890): zr36067: Add UYVY, RGB555X, RGB565X, and RGB32 formats | Trent Piepho | 2007-07-30 | 1 | -65/+80 |
* | V4L/DVB (5888): zr36067: Driver was not returning correct image size | Trent Piepho | 2007-07-30 | 1 | -3/+5 |
* | V4L/DVB (5887): zr36067: Fix poll() operation | Trent Piepho | 2007-07-30 | 1 | -26/+33 |
* | V4L/DVB (5886): zr36067: Fix problem setting norms | Trent Piepho | 2007-07-30 | 1 | -3/+3 |
* | V4L/DVB (5774a): Remove CONFIG_BIGPHYS_AREA from zoran_driver | Mauro Carvalho Chehab | 2007-07-18 | 1 | -63/+0 |
* | Clean up mutex_trylock noise | Jean Delvare | 2007-05-08 | 1 | -1/+1 |
* | [PATCH] mark struct file_operations const 4 | Arjan van de Ven | 2007-02-12 | 1 | -1/+1 |
* | [PATCH] Get rid of "double zeroing" of allocated pages | Robert P. J. Day | 2007-02-11 | 1 | -1/+0 |
* | V4L/DVB (4632): Zoran: Implement pcipci failure check | Alan Cox | 2006-09-26 | 1 | -0/+7 |
* | V4L/DVB (4605): Fixes an issue with V4L1 and make headers-install | Mauro Carvalho Chehab | 2006-09-10 | 1 | -11/+11 |
* | Remove obsolete #include <linux/config.h> | Jörn Engel | 2006-06-30 | 1 | -1/+0 |
* | V4L/DVB (4070): Zoran strncpy() fix | Eric Sesterhenn | 2006-06-25 | 1 | -13/+13 |
* | V4L/DVB (4068): Removed all references to kernel stuff from videodev.h and vi... | Mauro Carvalho Chehab | 2006-06-25 | 1 | -0/+1 |
* | V4L/DVB (3599b): Whitespace cleanups under drivers/media | Mauro Carvalho Chehab | 2006-03-25 | 1 | -8/+8 |
* | V4L/DVB (3568g): sem2mutex: zoran | Ingo Molnar | 2006-03-23 | 1 | -113/+114 |
* | V4L/DVB (3344a): Conversions from kmalloc+memset to k(z|c)alloc | Panagiotis Issaris | 2006-01-11 | 1 | -2/+1 |
* | V4L (926_2): Moves compat32 functions from fs to v4l subsystem | Arnd Bergmann | 2006-01-09 | 1 | -0/+1 |
* | [PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11 | Laurent Riffard | 2006-01-05 | 1 | -7/+7 |
* | [PATCH] prevent dmesg warning in zr36067 driver | Ronald S. Bultje | 2005-11-07 | 1 | -2/+2 |
* | [PATCH] vfree and kfree cleanup in drivers/ | Jesper Juhl | 2005-09-10 | 1 | -1/+1 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+4699 |