linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-03-07 21:42:17 to 2015-03-09 21:47:40 UTC [more...]

[PATCH v3 0/2] V4L2: add CCF support to v4l2_clk
 2015-03-09 21:46 UTC  (6+ messages)
` [PATCH v3 2/2] V4L: add CCF support to the v4l2_clk API
    ` [PATCH v4 "

[PATCH 00/18] marvell-ccic + ov7670 fixes
 2015-03-09 21:22 UTC  (19+ messages)
` [PATCH 01/18] marvell-ccic: fix vb2 warning
` [PATCH 02/18] marvell-ccic: fill in bus_info
` [PATCH 03/18] marvell-ccic: webcam drivers shouldn't support g/s_std
` [PATCH 04/18] ov7670: check for valid width/height in ov7670_enum_frame_interval
` [PATCH 05/18] marvell-ccic: fill in colorspace
` [PATCH 06/18] marvell-ccic: control handler fixes
` [PATCH 07/18] marvell-ccic: switch to struct v4l2_fh
` [PATCH 08/18] marvell-ccic: implement control events
` [PATCH 09/18] marvell-ccic: use vb2 helpers and core locking
` [PATCH 10/18] marvell-ccic: add create_bufs support
` [PATCH 11/18] marvell-ccic: add DMABUF support for all three DMA modes
` [PATCH 12/18] marvell-ccic: fix streaming issues
` [PATCH 13/18] marvell-ccic: correctly requeue buffers
` [PATCH 14/18] marvell-ccic: add planar support to dma-vmalloc
` [PATCH 15/18] marvell-ccic: drop V4L2_PIX_FMT_JPEG dead code
` [PATCH 16/18] ov7670: use colorspace SRGB instead of JPEG
` [PATCH 17/18] marvell-ccic: fix the bytesperline and sizeimage calculations
` [PATCH 18/18] marvell-ccic: fix Y'CbCr ordering

[PATCH v4 1/2] media/v4l2-ctrls: Always run s_ctrl on volatile ctrls
 2015-03-09 16:45 UTC  (4+ messages)

[RFC v2 0/7] HDMI CEC framework
 2015-03-09 16:43 UTC  (12+ messages)
` [RFC v2 2/7] media: rc: Add cec protocol handling
` [RFC v2 3/7] cec: add new framework for cec support

[PATCH 00/19] embed video_device struct
 2015-03-09 16:34 UTC  (20+ messages)
` [PATCH 01/19] ivtv: embed video_device
` [PATCH 02/19] vim2m: "
` [PATCH 03/19] saa7146: "
` [PATCH 04/19] radio-bcm2048: "
` [PATCH 05/19] dt3155v4l: "
` [PATCH 06/19] cx88: "
` [PATCH 07/19] meye: "
` [PATCH 08/19] bttv: "
` [PATCH 09/19] cx18: "
` [PATCH 10/19] sta2x11: "
` [PATCH 11/19] m2m-deinterlace: "
` [PATCH 12/19] em28xx: "
` [PATCH 13/19] wl128x: "
` [PATCH 14/19] gadget/uvc: "
` [PATCH 15/19] hdpvr: "
` [PATCH 16/19] tm6000: "
` [PATCH 17/19] uvc: "
` [PATCH 18/19] usbvision: "
` [PATCH 19/19] cx231xx: "

[PATCH 00/29] vivid: add support for 4:2:0 formats
 2015-03-09 16:07 UTC  (31+ messages)
` [PATCH 01/29] vivid: the overlay API wasn't disabled completely for multiplanar
` [PATCH 02/29] vivid: fix typo in plane size checks
` [PATCH 03/29] vivid: wrong top/bottom order for FIELD_ALTERNATE
` [PATCH 04/29] vivid: use TPG_MAX_PLANES instead of hardcoding plane-arrays
` [PATCH 05/29] vivid: fix test pattern movement for V4L2_FIELD_ALTERNATE
` [PATCH 06/29] vivid: add new checkboard patterns
` [PATCH 07/29] vivid-tpg: don't add offset when switching to monochrome
` [PATCH 08/29] vivid: do not allow video loopback for SEQ_TB/BT
` [PATCH 09/29] vivid-tpg: separate planes and buffers
` [PATCH 10/29] vivid-tpg: add helper functions for single buffer planar formats
` [PATCH 11/29] vivid-tpg: add hor/vert downsampling fields
` [PATCH 12/29] vivid-tpg: precalculate downsampled lines
` [PATCH 13/29] vivid-tpg: correctly average the two pixels in gen_twopix()
` [PATCH 14/29] vivid-tpg: add hor/vert downsampling support to tpg_gen_text
` [PATCH 15/29] vivid-tpg: finish hor/vert downsampling support
` [PATCH 16/29] vivid-tpg: add support for more planar formats
` [PATCH 17/29] vivid-tpg: add support for V4L2_PIX_FMT_GREY
` [PATCH 18/29] vivid-tpg: add helper functions to simplify common calculations
` [PATCH 19/29] vivid-tpg: add const where appropriate
` [PATCH 20/29] vivid-tpg: add a new tpg_draw_params structure
` [PATCH 21/29] vivid-tpg: move common parameters to tpg_draw_params
` [PATCH 22/29] vivid-tpg: move pattern-related fields to struct tpg_draw_params
` [PATCH 23/29] vivid-tpg: move 'extras' parameters to tpg_draw_params
` [PATCH 24/29] vivid-tpg: move the 'extras' drawing to a separate function
` [PATCH 25/29] vivid-tpg: split off the pattern drawing code
` [PATCH 26/29] vivid: add new format fields
` [PATCH 27/29] vivid: add support for single buffer planar formats
` [PATCH 28/29] vivid: add downsampling support
` [PATCH 29/29] vivid: add the new planar and monochrome formats

[PATCH] v4l: mt9v032: Add OF support
 2015-03-09 16:03 UTC  (9+ messages)

[RFC 00/18] Device tree support for omap3isp, N9[50] primary camera
 2015-03-09 15:22 UTC  (37+ messages)
` [RFC 01/18] omap3isp: Fix error handling in probe
` [RFC 02/18] omap3isp: Avoid a BUG_ON() in media_entity_create_link()
` [RFC 03/18] omap3isp: Separate external link creation from platform data parsing
` [RFC 05/18] omap3isp: Platform data could be NULL
` [RFC 06/18] omap3isp: Refactor device configuration structs for Device Tree
` [RFC 07/18] omap3isp: Rename regulators to better suit the "
` [RFC 08/18] omap3isp: Calculate vpclk_div for CSI-2
` [RFC 09/18] omap3isp: Replace mmio_base_phys array with the histogram block base
` [RFC 10/18] omap3isp: Move the syscon register out of the ISP register maps
` [RFC 11/18] omap3isp: Replace many MMIO regions by two
` [RFC 12/18] dt: bindings: Add lane-polarity property to endpoint nodes
` [RFC 13/18] v4l: of: Read lane-polarity endpoint property
` [RFC 14/18] dt: bindings: Add bindings for omap3isp
` [RFC 15/18] omap3isp: Add support for the Device Tree
` [RFC 16/18] arm: dts: omap3: Add DT entries for OMAP 3
` [RFC 17/18] arm: dts: n950, n9: Add primary camera support
` [RFC 18/18] omap3isp: Deprecate platform data support

[PATCH v3][RFC] add raw video stream support for Samsung SUR40
 2015-03-09 14:02 UTC  (13+ messages)

[PATCH/RFC v12 00/19] LED / flash API integration
 2015-03-09 13:45 UTC  (14+ messages)
` [PATCH/RFC v12 05/19] mfd: max77693: Modify flash cell name identifiers
` [PATCH/RFC v12 06/19] mfd: max77693: Remove struct max77693_led_platform_data
` [PATCH/RFC v12 07/19] mfd: max77693: add TORCH_IOUT_MASK macro
` [PATCH/RFC v12 08/19] mfd: max77693: Adjust FLASH_EN_SHIFT and TORCH_EN_SHIFT macros
` [PATCH/RFC v12 10/19] DT: Add documentation for the mfd Maxim max77693

rt-mutex usage in i2c
 2015-03-09 13:43 UTC 

[PATCHv3 0/2] Support for JPEG IP on Exynos542x
 2015-03-09 12:32 UTC  (3+ messages)
` [PATCHv3 1/2] ARM: dts: exynos5420: add nodes for jpeg codec
` [PATCHv3 2/2] media: s5p-jpeg: add 5420 family support

[PATCH] uvcvideo: Don't call vb2 mmap and get_unmapped_area with queue lock held
 2015-03-09 11:06 UTC  (3+ messages)

[PATCHv2 0/2] Support for JPEG IP on Exynos542x
 2015-03-09 10:18 UTC  (3+ messages)
` [PATCHv2 1/2] ARM: dts: exynos5420: add nodes for jpeg codec

[PATCH] v4l2-framework.txt: debug -> dev_debug
 2015-03-09  9:21 UTC  (2+ messages)

[PATCH] v4l2-ioctl: tidy up debug messages
 2015-03-09  9:22 UTC  (2+ messages)

[PATCHv2 for v4.0] cx23885: fix querycap
 2015-03-09  7:20 UTC 

[PATCH 0/4] soc-camera: Make clock start and stop operations optional
 2015-03-09  6:39 UTC  (5+ messages)
` [PATCH 1/4] soc-camera: Unregister v4l2 clock in the OF bind error path
` [PATCH 2/4] soc-camera: Make clock_start and clock_stop operations optional
` [PATCH 3/4] rcar-vin: Don't implement empty optional clock operations
` [PATCH/RFC 4/4] soc-camera: Skip v4l2 clock registration if host doesn't provide clk ops

[PATCH] [media] rtl28xxu: add [0413:6f12] WinFast DTV2000 DS Plus
 2015-03-09  5:19 UTC 

[PATCH] [media] rtl28xxu: add [0413:6f12] WinFast DTV2000 DS Plus
 2015-03-09  5:09 UTC 

cron job: media_tree daily build: WARNINGS
 2015-03-09  3:46 UTC 

[PATCH 0/3] media: atmel-isi: rework on the clock part and add runtime pm support
 2015-03-09  1:33 UTC  (5+ messages)
` [PATCH 3/3] media: atmel-isi: remove mck back compatiable code as we don't need it

LAINA
 2015-03-08 20:16 UTC 

[PATCH 0/2] media: davinci: vpif: embed video_device in channel objects
 2015-03-08 21:57 UTC  (3+ messages)
` [PATCH 1/2] media: davinci: vpif_capture: embed video_device struct in channel_obj
` [PATCH 2/2] media: davinci: vpif_display: "

[PATCH] media: omap3isp: hist: Move histogram DMA to DMA engine
 2015-03-08 21:37 UTC 

Aptina MT9V024
 2015-03-08 20:38 UTC 

[PATCH 0/3] omap3isp trivial enhancements
 2015-03-08 20:19 UTC  (4+ messages)
` [PATCH 3/3] media: omap3isp: ispvideo: use vb2_fop_mmap/poll

[PATCH for v4.0] cx23885: fix querycap
 2015-03-08 17:53 UTC 

cx23885: Missing device_caps
 2015-03-08 17:21 UTC 

[PATCH v4 00/17] media: blackfin: bfin_capture enhancements
 2015-03-08 14:40 UTC  (18+ messages)
` [PATCH v4 01/17] media: blackfin: bfin_capture: drop buf_init() callback
` [PATCH v4 02/17] media: blackfin: bfin_capture: release buffers in case start_streaming() call back fails
` [PATCH v4 03/17] media: blackfin: bfin_capture: set min_buffers_needed
` [PATCH v4 04/17] media: blackfin: bfin_capture: set vb2 buffer field
` [PATCH v4 05/17] media: blackfin: bfin_capture: improve queue_setup() callback
` [PATCH v4 06/17] media: blackfin: bfin_capture: use vb2_fop_mmap/poll
` [PATCH v4 07/17] media: blackfin: bfin_capture: use v4l2_fh_open and vb2_fop_release
` [PATCH v4 08/17] media: blackfin: bfin_capture: use vb2_ioctl_* helpers
` [PATCH v4 09/17] media: blackfin: bfin_capture: make sure all buffers are returned on stop_streaming() callback
` [PATCH v4 10/17] media: blackfin: bfin_capture: return -ENODATA for *std calls
` [PATCH v4 11/17] media: blackfin: bfin_capture: return -ENODATA for *dv_timings calls
` [PATCH v4 12/17] media: blackfin: bfin_capture: add support for vidioc_create_bufs
` [PATCH v4 13/17] media: blackfin: bfin_capture: add support for VB2_DMABUF
` [PATCH v4 14/17] media: blackfin: bfin_capture: add support for VIDIOC_EXPBUF
` [PATCH v4 15/17] media: blackfin: bfin_capture: set v4l2 buffer sequence
` [PATCH v4 16/17] media: blackfin: bfin_capture: drop bcap_get_unmapped_area()
` [PATCH v4 17/17] media: blackfin: bfin_capture: embed video_device struct in bcap_device

[PATCH] v4l: mt9v032: Consider control initialization errors as fatal
 2015-03-08 13:46 UTC 

[PATCH] v4l: mt9p031: Convert to the gpiod API
 2015-03-08 13:40 UTC 

[PATCH] media: i2c: mt9p031: add support for asynchronous probing
 2015-03-08 13:37 UTC  (2+ messages)

[RFC] Supporting DVB device in MC
 2015-03-08 12:21 UTC  (3+ messages)

[PATCH v4] media: i2c: add support for omnivision's ov2659 sensor
 2015-03-08 11:33 UTC 

[GIT PULL FOR v4.1] uvcvideo changes
 2015-03-08 11:02 UTC 

[PATCH 0/4] Colorspace fixes
 2015-03-08  7:53 UTC  (5+ messages)
` [PATCH 1/4] DocBook media: fix xv601/709 formulas
` [PATCH 2/4] DocBook media: BT.2020 RGB uses limited quantization range
` [PATCH 3/4] videodev2.h: fix comment
` [PATCH 4/4] vivid: BT.2020 R'G'B' is limited range

cron job: media_tree daily build: WARNINGS
 2015-03-08  3:46 UTC 

Anspruch €950,000.00
 2015-03-07 13:50 UTC 

[GIT PULL for v4.1] smiapp DT u64 property workaround removal
 2015-03-07 23:29 UTC  (5+ messages)
      ` [GIT PULL v2 "

[PATCH v3] media: i2c: add support for omnivision's ov2659 sensor
 2015-03-07 23:07 UTC  (3+ messages)

[GIT PULL for v4.1] smiapp sparse fix
 2015-03-07 22:59 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).