index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] ov9650: add support for asynchronous probing
Javier Martinez Canillas
2016-09-19
1
-1
/
+6
*
[media] usb: constify snd_pcm_ops structures
Julia Lawall
2016-09-19
5
-5
/
+5
*
[media] pci: constify snd_pcm_ops structures
Julia Lawall
2016-09-19
9
-10
/
+10
*
[media] vsp1: fix CodingStyle violations on multi-line comments
Mauro Carvalho Chehab
2016-09-19
10
-27
/
+51
*
[media] v4l: vsp1: Disable VYUY on Gen3
Laurent Pinchart
2016-09-19
4
-5
/
+12
*
[media] v4l: vsp1: Fix spinlock in mixed IRQ context function
Laurent Pinchart
2016-09-19
1
-2
/
+3
*
[media] v4l: vsp1: Support multiple partitions per frame
Kieran Bingham
2016-09-19
5
-20
/
+195
*
[media] v4l: vsp1: Determine partition requirements for scaled images
Kieran Bingham
2016-09-19
5
-0
/
+92
*
[media] v4l: vsp1: Support chained display lists
Kieran Bingham
2016-09-19
3
-20
/
+102
*
[media] v4l: vsp1: Replace .set_memory() with VSP1_ENTITY_PARAMS_PARTITION
Laurent Pinchart
2016-09-19
8
-114
/
+100
*
[media] v4l: vsp1: Pass parameter type to entity configuration operation
Laurent Pinchart
2016-09-19
12
-48
/
+78
*
[media] v4l: vsp1: Fix RPF cropping
Laurent Pinchart
2016-09-19
1
-1
/
+2
*
[media] v4l: vsp1: Disable cropping on WPF sink pad
Laurent Pinchart
2016-09-19
2
-29
/
+26
*
[media] v4l: vsp1: Use DFE instead of FRE for frame end
Kieran Bingham
2016-09-19
2
-2
/
+2
*
[media] v4l: vsp1: Repair race between frame end and qbuf handler
Kieran Bingham
2016-09-19
1
-7
/
+2
*
[media] v4l: vsp1: Ensure pipeline locking in resume path
Kieran Bingham
2016-09-19
1
-0
/
+3
*
[media] v4l: vsp1: Protect against race conditions between get and set format
Laurent Pinchart
2016-09-19
10
-49
/
+161
*
[media] v4l: vsp1: Prevent pipelines from running when not streaming
Laurent Pinchart
2016-09-19
1
-0
/
+7
*
[media] gs1662: make checkpatch happy
Mauro Carvalho Chehab
2016-09-19
1
-10
/
+16
*
[media] media Kconfig: improve the spi integration
Hans Verkuil
2016-09-19
3
-5
/
+10
*
[media] Add GS1662 driver, a video serializer
Charles-Antoine Couret
2016-09-19
5
-1
/
+484
*
[media] SDI: add flag for SDI formats and SMPTE 125M definition
Charles-Antoine Couret
2016-09-19
1
-4
/
+7
*
[media] vivid: fix error return code in vivid_create_instance()
Wei Yongjun
2016-09-19
1
-1
/
+4
*
[media] pxa_camera: remove duplicated include from pxa_camera.c
Wei Yongjun
2016-09-19
1
-1
/
+0
*
[media] pxa_camera: fix error return code in pxa_camera_probe()
Wei Yongjun
2016-09-19
1
-2
/
+6
*
[media] tw5864: constify struct video_device template
Andrey Utkin
2016-09-19
1
-1
/
+1
*
[media] tw5864: constify vb2_ops structure
Andrey Utkin
2016-09-19
1
-1
/
+1
*
[media] atmel-isc: set the format on the first open
Songjun Wu
2016-09-19
1
-12
/
+18
*
[media] vcodec: mediatek: Add V4L2_CAP_TIMEPERFRAME capability setting
Tiffany Lin
2016-09-19
1
-0
/
+3
*
[media] pxa_camera: fix spelling mistake: "dequeud" -> "dequeued"
Colin Ian King
2016-09-19
1
-1
/
+1
*
[media] pxa_camera: merge soc_mediabus.c into pxa_camera.c
Hans Verkuil
2016-09-12
2
-25
/
+459
*
[media] v4l: vsp1: Add R8A7792 VSP1V support
Sergei Shtylyov
2016-09-09
2
-0
/
+24
*
[media] v4l: vsp1: Fix tri-planar format support through DRM API
Laurent Pinchart
2016-09-09
1
-3
/
+3
*
[media] v4l: vsp1: Report device model and rev through media device information
Laurent Pinchart
2016-09-09
2
-6
/
+17
*
[media] v4l: rcar-fcp: Extend compatible list to support the FDP
Kieran Bingham
2016-09-09
1
-0
/
+1
*
[media] v4l: rcar-fcp: Keep the coding style consistent
Laurent Pinchart
2016-09-09
1
-4
/
+4
*
[media] v4l: ioctl: Clear the v4l2_pix_format_mplane reserved field
Laurent Pinchart
2016-09-09
1
-4
/
+4
*
[media] ad5820: Use bool for boolean values
Sakari Ailus
2016-09-09
1
-9
/
+10
*
[media] media: Move media_device link_notify operation to an ops structure
Laurent Pinchart
2016-09-09
3
-7
/
+16
*
[media] smiapp: Add support for 14 and 16 bits per sample depths
Sakari Ailus
2016-09-09
2
-1
/
+9
*
[media] pxa_camera: remove an unused structure pointer
Mauro Carvalho Chehab
2016-09-09
1
-3
/
+0
*
[media] pxa_camera: make soc_mbus_xlate_by_fourcc() static
Mauro Carvalho Chehab
2016-09-09
1
-2
/
+3
*
[media] pxa_camera: allow building it if COMPILE_TEST is set
Hans Verkuil
2016-09-09
1
-1
/
+2
*
[media] media: platform: pxa_camera: fix style
Robert Jarzmik
2016-09-09
1
-0
/
+2
*
[media] media: platform: pxa_camera: move pxa_camera out of soc_camera
Robert Jarzmik
2016-09-09
5
-9
/
+9
*
[media] media: platform: pxa_camera: change stop_streaming semantics
Robert Jarzmik
2016-09-09
1
-3
/
+12
*
[media] media: platform: pxa_camera: add debug register access
Robert Jarzmik
2016-09-09
1
-0
/
+32
*
[media] media: platform: pxa_camera: make a standalone v4l2 device
Robert Jarzmik
2016-09-09
2
-239
/
+516
*
[media] media: platform: pxa_camera: remove set_selection
Robert Jarzmik
2016-09-09
1
-83
/
+0
*
[media] media: platform: pxa_camera: add buffer sequencing
Robert Jarzmik
2016-09-09
1
-0
/
+5
[next]