summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-05media: staging/media: set device_caps in struct video_deviceHans Verkuil3-15/+12
2019-06-05media: vc04_services/bcm2835-camera: set device_caps in struct video_deviceHans Verkuil1-4/+2
2019-06-05media: usb/gadget/f_uvc: set device_caps in struct video_deviceHans Verkuil2-4/+1
2019-06-05media: rtl2832_sdr: set device_caps in struct video_deviceHans Verkuil1-3/+2
2019-06-05media: media/usb: set device_caps in struct video_deviceHans Verkuil20-133/+100
2019-06-05media: media/radio: set device_caps in struct video_deviceHans Verkuil20-73/+42
2019-06-05media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplaneBoris Brezillon30-128/+91
2019-06-05media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_capsBoris Brezillon12-34/+18
2019-06-03media: dt-bindings: Fix vendor-prefixes YAMLMaxime Ripard1-1/+1
2019-06-03media: staging/imx: fix two NULL vs IS_ERR() bugsDan Carpenter2-4/+4
2019-06-03media: platform: ao-cec-g12a: disable regmap fast_io for cec bus regmapNeil Armstrong1-1/+0
2019-06-03media: cx23885: remove redundant assignment to errColin Ian King1-2/+0
2019-06-03media: dvb-usb/cxusb-analog.c: fix coccinelle warning, use ktime.hHans Verkuil1-3/+2
2019-06-03media: wl128x: Fix some error handling in fm_v4l2_init_video_device()Kefeng Wang1-0/+3
2019-05-29media: Staging: media: Release the correct resource in an error handling pathChristophe JAILLET1-5/+5
2019-05-29media: omap3isp: constify platform_device_idArvind Yadav1-1/+1
2019-05-29media: staging: media: davinci_vpfe: use __func__ for function namesDiwakar Sharma1-4/+4
2019-05-29media: omap3isp: Call video_unregister_device() unconditionallySakari Ailus1-2/+1
2019-05-29media: omap3isp: Don't rely on devm for memory resource managementSakari Ailus5-23/+54
2019-05-29media: staging: media: davinci_vpfe: Replace a bit shiftArushi Singhal2-5/+5
2019-05-29media: staging: media: davinci_vpfe: - Fix for memory leak if decoder initial...Shailendra Verma1-0/+3
2019-05-29media: videobuf-dma-contig: Use size of buffer in mmap not vma sizeAndrew F. Davis1-3/+1
2019-05-29media: cx231xx-dvb: fix memory leak in dvb_fini()Young Xiao1-0/+1
2019-05-29media: em28xx: use usb_to_input_id() rather than handrolling itSean Young1-8/+3
2019-05-29media: em28xx: use common code for decoding nec scancodesSean Young1-15/+2
2019-05-29media: em28xx: give RC device proper nameSean Young1-6/+1
2019-05-29media: sun6i: Support A83T variantChen-Yu Tsai1-0/+1
2019-05-29media: dt-bindings: media: sun6i-csi: Add compatible string for A83T variantChen-Yu Tsai1-0/+1
2019-05-29media: ov8856: modify register to fix test patternShawn Tu1-6/+6
2019-05-29media: staging: imgu: Drop support for other page sizesSakari Ailus3-86/+22
2019-05-29media: staging: imgu: Address compiler / checker warnings in MMU codeSakari Ailus1-4/+35
2019-05-29media: staging: imgu: Remove redundant checksSakari Ailus1-4/+2
2019-05-29media: staging: imgu: Address a compiler warning on alignmentSakari Ailus1-1/+1
2019-05-29media: rockchip/vpu: Add support for MPEG-2 decoding on RK3288Jonas Karlman5-1/+322
2019-05-29media: rockchip/vpu: Add MPEG2 decoding support to RK3399Jonas Karlman4-1/+327
2019-05-29media: rockchip/vpu: Add infra to support MPEG-2 decodingJonas Karlman5-1/+119
2019-05-29media: rockchip/vpu: Add support for non-standard controlsEzequiel Garcia4-13/+59
2019-05-29media: rockchip/vpu: Add decoder boilerplateEzequiel Garcia4-38/+203
2019-05-29media: rockchip/vpu: Prepare things to support decodersBoris Brezillon2-202/+295
2019-05-29media: rockchip/vpu: Provide a helper to reset both src and dst formatsBoris Brezillon3-10/+12
2019-05-29media: rockchip/vpu: Move encoder logic to a common placeBoris Brezillon4-21/+21
2019-05-29media: rockchip/vpu: Rename rockchip_vpu_common.h into rockchip_vpu_v4l2.hBoris Brezillon5-7/+7
2019-05-29media: rockchip/vpu: Support the Request APIEzequiel Garcia3-0/+32
2019-05-29media: rockchip/vpu: Open-code media controller registerEzequiel Garcia2-31/+215
2019-05-29media: rockchip/vpu: Use v4l2_apply_frmsize_constraints() where appropriateBoris Brezillon1-30/+14
2019-05-29media: v4l2-common: Add an helper to apply frmsize constraintsBoris Brezillon2-0/+29
2019-05-29media: v4l2-common: Fix v4l2_fill_pixfmt[_mp]() prototypesBoris Brezillon2-6/+7
2019-05-29media: cec-adap: fix regression in ping sanity checkHans Verkuil1-1/+1
2019-05-29media: saa7164: fix remove_proc_entry warningKefeng Wang1-11/+22
2019-05-29media: mc-device.c: don't memset __user pointer contentsHans Verkuil1-2/+3