index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] media: videobuf2-dma-contig: quiet sparse noise about plain integer a...
H Hartley Sweeten
2012-05-08
1
-1
/
+1
*
[media] media: videobuf2-dma-contig: include header for exported symbols
H Hartley Sweeten
2012-05-08
1
-0
/
+1
*
[media] as3645a: move relevant code under __devinit/__devexit
Andy Shevchenko
2012-05-08
1
-5
/
+5
*
[media] v4l: aptina-pll: Round up minimum multiplier factor value properly
Laurent Pinchart
2012-05-08
1
-3
/
+2
*
[media] omap3isp: resizer: Replace the crop API by the selection API
Laurent Pinchart
2012-05-08
1
-50
/
+88
*
[media] omap3isp: preview: Replace the crop API by the selection API
Laurent Pinchart
2012-05-08
1
-20
/
+54
*
[media] omap3isp: ccdc: Add selection support on output formatter source pad
Laurent Pinchart
2012-05-08
2
-13
/
+169
*
[media] omap3isp: Mark probe and cleanup functions with __devinit and __devexit
Laurent Pinchart
2012-05-08
1
-3
/
+3
*
[media] omap3isp: preview: Add support for greyscale input
Laurent Pinchart
2012-05-08
1
-22
/
+30
*
[media] omap3isp: preview: Rename last occurences of *_rgb_to_ycbcr to *_csc
Laurent Pinchart
2012-05-08
1
-3
/
+3
*
[media] omap3isp: preview: Shorten shadow update delay
Laurent Pinchart
2012-05-08
2
-108
/
+212
*
[media] omap3isp: preview: Simplify configuration parameters access
Laurent Pinchart
2012-05-08
1
-72
/
+62
*
[media] omap3isp: preview: Rename prev_params fields to match userspace API
Laurent Pinchart
2012-05-08
2
-12
/
+12
*
[media] omap3isp: preview: Remove update_attrs feature_bit field
Laurent Pinchart
2012-05-08
1
-53
/
+54
*
[media] omap3isp: preview: Merge configuration and feature bits
Laurent Pinchart
2012-05-08
2
-72
/
+57
*
[media] omap3isp: preview: Remove unused isptables_update structure definition
Laurent Pinchart
2012-05-08
1
-20
/
+0
*
[media] omap3isp: preview: Remove averager parameter update flag
Laurent Pinchart
2012-05-08
1
-2
/
+1
*
[media] omap3isp: preview: Optimize parameters setup for the common case
Laurent Pinchart
2012-05-08
1
-0
/
+6
*
[media] omap3isp: preview: Skip brightness and contrast in configuration ioctl
Laurent Pinchart
2012-05-08
1
-1
/
+1
*
[media] omap3isp: Handle omap3isp_csi2_reset() errors
Sakari Ailus
2012-05-08
1
-1
/
+3
*
[media] omap3isp: Fix frame number propagation
Laurent Pinchart
2012-05-08
5
-49
/
+6
*
[media] omap3isp: Prevent crash at module unload
Sakari Ailus
2012-05-08
1
-1
/
+3
*
[media] omap3isp: Prevent pipelines that contain a crashed entity from starting
Laurent Pinchart
2012-05-08
4
-7
/
+29
*
[media] uvcvideo: Use videobuf2 .get_unmapped_area() implementation
Laurent Pinchart
2012-05-08
1
-30
/
+13
*
[media] uvcvideo: Fix ENUMINPUT handling
Laurent Pinchart
2012-05-08
1
-1
/
+1
*
[media] pvrusb2: For querystd, start with list of hardware-supported standards
Mike Isely
2012-05-07
1
-1
/
+1
*
[media] pvrusb2: Get rid of obsolete code for video standard enumeration
Mike Isely
2012-05-07
3
-166
/
+2
*
[media] pvrusb2: Trivial tweak to get rid of some redundant dereferences
Mike Isely
2012-05-07
1
-4
/
+6
*
[media] pvrusb2: Base available video standards on what hardware supports
Mike Isely
2012-05-07
1
-4
/
+7
*
[media][trival] pvrusb2: Fix truncated video standard names
Mike Isely
2012-05-07
1
-1
/
+1
*
[media] pvrusb2: Transform video standard detection result into read-only con...
Mike Isely
2012-05-07
4
-10
/
+40
*
[media] pvrusb2: Implement querystd for videodev_ioctl2
Mike Isely
2012-05-07
1
-0
/
+9
*
[media] pvrusb2: Clean up pvr2_hdw_get_detected_std()
Mike Isely
2012-05-07
1
-0
/
+1
*
[media] pvrusb2: convert to video_ioctl2
Hans Verkuil
2012-05-07
1
-639
/
+679
*
[media] pvrusb2: Stop statically initializing reserved struct fields to zero
Mike Isely
2012-05-07
1
-2
/
+0
*
[media] uvcvideo: Drop unused ctrl member from struct uvc_control_mapping
Hans de Goede
2012-05-07
2
-3
/
+0
*
[media] uvcvideo: Send control change events for slave ctrls when the master ...
Hans de Goede
2012-05-07
1
-2
/
+56
*
[media] uvcvideo: Properly report the inactive flag for inactive controls
Hans de Goede
2012-05-07
2
-0
/
+37
*
[media] uvcvideo: Add support for control events
Hans de Goede
2012-05-07
3
-14
/
+170
*
[media] uvcvideo: Move __uvc_ctrl_get() up
Hans de Goede
2012-05-07
1
-38
/
+38
*
[media] uvcvideo: Refactor uvc_ctrl_get and query
Hans de Goede
2012-05-07
1
-28
/
+49
*
[media] uvcvideo: Fix a "ignoring return value of ‘__clear_user’" warning
Hans de Goede
2012-05-07
1
-1
/
+2
*
[media] v4l2-ctrls: Use v4l2_subscribed_event_ops
Hans de Goede
2012-05-07
3
-47
/
+36
*
[media] v4l2-event: Add v4l2_subscribed_event_ops
Hans de Goede
2012-05-07
5
-15
/
+47
*
[media] media/radio: use v4l2_ctrl_subscribe_event where possible
Hans de Goede
2012-05-07
2
-22
/
+2
*
[media] cpia2: major overhaul to get it in a working state again
Hans Verkuil
2012-05-07
5
-787
/
+363
*
[media] media/video/et61x251: Remove this deprecated driver
Hans de Goede
2012-05-07
8
-3172
/
+0
*
[media] gspca_pac7302: Improve the gain control
Hans de Goede
2012-05-07
1
-5
/
+15
*
[media] gspca_pac7302: Document some more registers
Hans de Goede
2012-05-07
1
-1
/
+15
*
[media] gspca_pac7302: Convert multi-line comments to standard kernel style
Hans de Goede
2012-05-07
1
-63
/
+79
[next]