summaryrefslogtreecommitdiff
path: root/drivers/media/video
AgeCommit message (Expand)AuthorFilesLines
2018-06-01media: cpia2: Fix a couple off by one bugsDan Carpenter1-2/+2
2018-03-03media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logicDaniel Mentz2-259/+464
2018-03-03media: v4l2-compat-ioctl32.c: don't copy back the result for certain errorsHans Verkuil1-0/+3
2018-03-03media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer typeHans Verkuil1-4/+0
2018-03-03media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32Hans Verkuil1-19/+40
2018-03-03media: v4l2-compat-ioctl32: Copy v4l2_window->global_alphaDaniel Mentz1-2/+5
2018-03-03media: v4l2-compat-ioctl32.c: fix ctrl_is_pointerHans Verkuil1-19/+32
2018-03-03media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32Hans Verkuil1-8/+22
2018-03-03media: v4l2-compat-ioctl32.c: avoid sizeof(type)Hans Verkuil1-34/+31
2018-03-03media: v4l2-compat-ioctl32.c: move 'helper' functions to __get/put_v4l2_format32Hans Verkuil1-73/+21
2018-03-03media: v4l2-compat-ioctl32.c: fix the indentationHans Verkuil1-97/+97
2018-03-03media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUFHans Verkuil1-0/+1
2018-03-03media: v4l2-ioctl.c: don't copy back the result for -ENOTTYHans Verkuil1-2/+4
2018-03-03media: v4l2-compat-ioctl32.c: add capabilities field to, v4l2_input32Hans Verkuil1-1/+2
2018-03-03media: v4l2-compat-ioctl32: fix missing reserved field copy in put_v4l2_create32Tiffany Lin1-1/+2
2018-03-03v4l2-compat-ioctl32: fix alignment for ARM64Andrzej Hajda1-4/+5
2018-03-03V4L2: fix VIDIOC_CREATE_BUFS 32-bit compatibility mode data copy-backGuennadi Liakhovetski1-4/+6
2018-03-03v4l2-compat-ioctl32: fix sparse warningsHans Verkuil1-9/+17
2018-02-13cx231xx: Fix the max number of interfacesMauro Carvalho Chehab1-2/+1
2018-02-13media: omap_vout: Fix a possible null pointer dereference in omap_vout_open()Markus Elfring1-1/+2
2017-11-26cx231xx-cards: fix NULL-deref on missing association descriptorJohan Hovold1-1/+1
2017-11-26media: em28xx: calculate left volume level correctlyColin Ian King1-1/+1
2017-11-26media: uvcvideo: Prevent heap overflow when accessing mapped controlsGuenter Roeck1-0/+7
2017-10-12saa7164: fix double fetch PCIe access conditionSteven Toth1-12/+1
2017-10-12saa7164: fix sparse warningsHans Verkuil6-58/+74
2017-10-12saa7164: fix endian conversion in saa7164_bus_set()Dan Carpenter1-2/+2
2017-09-15vb2: Fix an off by one error in 'vb2_plane_vaddr'Christophe JAILLET1-1/+1
2017-09-15vb2: fix plane index sanity check in vb2_plane_cookie()Zhaowei Yuan1-1/+1
2017-08-26ov2640: fix vflip controlFrank Schaefer1-2/+4
2017-08-26zr364xx: enforce minimum size when reading headerAlyssa Milburn1-0/+8
2017-08-26cx231xx-audio: fix NULL-deref at probeJohan Hovold1-2/+15
2017-08-26cx231xx-audio: fix init error pathJohan Hovold1-11/+13
2017-08-26cx231xx-cards: fix NULL-deref at probeJohan Hovold1-6/+40
2017-08-26cx231xx: fix double free and leaks on failure path in cx231xx_usb_probe()Alexey Khoroshilov1-53/+57
2017-08-26usbvision: fix NULL-deref at probeJohan Hovold1-1/+8
2017-08-26gspca: konica: add missing endpoint sanity checkJohan Hovold1-0/+3
2017-08-26pvrusb2: reduce stack usage pvr2_eeprom_analyze()Arnd Bergmann1-9/+4
2017-03-16DaVinci-VPFE-Capture: fix error handlingArnd Bergmann1-0/+1
2017-02-23cx231xx: fix GPIOs for Pixelview SBTVD hybridMauro Carvalho Chehab2-2/+3
2017-02-23cx231xx: don't return error on successMauro Carvalho Chehab1-1/+4
2016-11-20usbvision: revert commit 588afcc1Vladis Dronov1-7/+0
2016-05-01bttv: Width must be a multiple of 16 when capturing planar formatsHans de Goede1-6/+20
2016-05-01saa7134: Fix bytesperline not being set correctly for planar formatsHans de Goede1-6/+12
2016-05-01pwc: Add USB id for Philips Spc880nc webcamHans de Goede1-0/+6
2016-02-27saa7134-alsa: Only frees registered sound cardsMauro Carvalho Chehab1-1/+4
2016-02-13usbvision: fix crash on detecting device with invalid configurationVladis Dronov1-1/+15
2016-02-13usbvision fix overflow of interfaces arrayOliver Neukum1-0/+7
2016-02-13usbvision: fix leak of usb_dev on failure paths in usbvision_probe()Alexey Khoroshilov1-7/+17
2016-02-13usbvision-video: fix memory leak of alt_max_pkt_sizeAlexey Khoroshilov1-0/+2
2016-02-13gspca: ov534/topro: prevent a division by 0Antonio Ospite2-3/+12