linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-21 10:04:05 to 2018-08-27 07:16:13 UTC [more...]

cron job: media_tree daily build: OK
 2018-08-27  3:31 UTC 

[PATCH v6 0/4] Venus updates - PIL
 2018-08-27  3:10 UTC  (18+ messages)
` [PATCH v6 1/4] venus: firmware: add routine to reset ARM9
` [PATCH v6 2/4] venus: firmware: move load firmware in a separate function
` [PATCH v6 3/4] venus: firmware: add no TZ boot and shutdown routine
` [PATCH v6 4/4] venus: firmware: register separate platform_device for firmware loader

[PATCH 0/7] media: imx274: miscellaneous improvements
 2018-08-26 20:41 UTC  (10+ messages)
` [PATCH 1/7] media: imx274: rename IMX274_DEFAULT_MODE to IMX274_DEFAULT_BINNING
` [PATCH 2/7] media: imx274: rearrange sensor startup register tables
` [PATCH 3/7] media: imx274: don't hard-code the subdev name to DRIVER_NAME
` [PATCH 4/7] media: imx274: rename frmfmt and format to "mode"
` [PATCH 5/7] media: imx274: fix error in function docs
` [PATCH 6/7] media: imx274: add helper to read multibyte registers
` [PATCH 7/7] media: imx274: switch to SPDX license identifier

V4L2 analogue gain contol
 2018-08-26  6:52 UTC  (2+ messages)

cron job: media_tree daily build: OK
 2018-08-26  3:31 UTC 

[PATCH v2 0/5] Fix OV5640 exposure & gain
 2018-08-25 14:53 UTC  (3+ messages)
` [PATCH v2 5/5] media: ov5640: fix restore of last mode set

TRADING ACCOUNT
 2018-08-25 14:34 UTC 

[PATCHv18 00/35] Request API
 2018-08-25 13:01 UTC  (9+ messages)
` [PATCHv18 07/35] v4l2-device.h: add v4l2_device_supports_requests() helper
` [PATCHv18 22/35] videodev2.h: Add request_fd field to v4l2_buffer
` [PATCHv18 23/35] vb2: add init_buffer buffer op
` [PATCHv18 24/35] videobuf2-core: embed media_request_object

camss: camera controls missing on vfe interfaces
 2018-08-25 12:57 UTC  (6+ messages)

why does aptina_pll_calculate insist on exact division?
 2018-08-25 11:32 UTC  (7+ messages)
` [PATCH] media: aptina-pll: allow approximating the requested pix_clock

Dear
 2018-08-25  7:15 UTC 

[PATCH] uvcvideo: add a D4M camera description
 2018-08-25  5:08 UTC  (6+ messages)
  ` [PATCH v2 2/2] "

cron job: media_tree daily build: OK
 2018-08-25  3:32 UTC 

[RFC PATCH v1] media: uvcvideo: Cache URB header data before processing
 2018-08-24 22:00 UTC  (4+ messages)

[PATCH (repost) 0/5] drm/nouveau+amdgpu: add DP CEC-Tunneling-over-AUX (repost)
 2018-08-24 14:59 UTC  (5+ messages)
` [PATCH (repost) 5/5] drm/amdgpu: add DisplayPort CEC-Tunneling-over-AUX support

[PATCH 0/5] Post-v18: Request API updates
 2018-08-24 14:39 UTC  (8+ messages)
` [PATCH 1/5] media-request: return -EINVAL for invalid request_fds
` [PATCH 2/5] v4l2-ctrls: return -EACCES if request wasn't completed
` [PATCH 3/5] buffer.rst: only set V4L2_BUF_FLAG_REQUEST_FD for QBUF
` [PATCH 4/5] videodev2.h: add new capabilities for buffer types
` [PATCH 5/5] vb2: set reqbufs/create_bufs capabilities

[RFC] Request API and V4L2 capabilities
 2018-08-24  9:00 UTC  (26+ messages)

[PATCH 0/2] media: Use dma_zalloc_coherent to replace dma_alloc_coherent + memset
 2018-08-24  3:36 UTC  (5+ messages)
` [PATCH 1/2] media: ipu3-cio2: "

cron job: media_tree daily build: OK
 2018-08-24  3:31 UTC 

[PATCH] media: camss: mark PM functions as __maybe_unused
 2018-08-23 20:14 UTC  (2+ messages)

[PATCH v5 0/4] Venus updates - PIL
 2018-08-23 14:32 UTC  (8+ messages)
` [PATCH v5 1/4] venus: firmware: add routine to reset ARM9
` [PATCH v5 2/4] venus: firmware: move load firmware in a separate function
` [PATCH v5 3/4] venus: firmware: add no TZ boot and shutdown routine
` [PATCH v5 4/4] venus: firmware: register separate driver for firmware device
  ` [PATCH 4/4] venus: firmware: register separate platform_device for firmware loader

[PATCH] video_function_calls.rst: drop obsolete video-set-attributes reference
 2018-08-23 13:55 UTC 

[PATCH 00/30] v4l: add support for multiplexed streams
 2018-08-23 13:25 UTC  (31+ messages)
` [PATCH 01/30] media: entity: Use pad as a starting point for graph walk
` [PATCH 02/30] media: entity: Use pads instead of entities in the media graph walk stack
` [PATCH 03/30] media: entity: Walk the graph based on pads
` [PATCH 04/30] v4l: mc: Start walk from a specific pad in use count calculation
` [PATCH 05/30] media: entity: Move the pipeline from entity to pads
` [PATCH 06/30] media: entity: Use pad as the starting point for a pipeline
` [PATCH 07/30] media: entity: Add has_route entity operation
` [PATCH 08/30] media: entity: Add media_has_route() function
` [PATCH 09/30] media: entity: Swap pads if route is checked from source to sink
` [PATCH 10/30] media: entity: Use routing information during graph traversal
` [PATCH 11/30] media: entity: Skip link validation for pads to which there is no route to
` [PATCH 12/30] media: entity: Add an iterator helper for connected pads
` [PATCH 13/30] media: entity: Add only connected pads to the pipeline
` [PATCH 14/30] media: entity: Add debug information in graph walk route check
` [PATCH 15/30] media: entity: Look for indirect routes
` [PATCH 16/30] v4l: subdev: Add [GS]_ROUTING subdev ioctls and operations
` [PATCH 17/30] v4l: subdev: compat: Implement handling for VIDIOC_SUBDEV_[GS]_ROUTING
` [PATCH 18/30] v4l: subdev: Take routing information into account in link validation
` [PATCH 19/30] v4l: subdev: Improve link format validation debug messages
` [PATCH 20/30] v4l: mc: Add an S_ROUTING helper function for power state changes
` [PATCH 21/30] v4l: Add bus type to frame descriptors
` [PATCH 22/30] v4l: Add CSI-2 bus configuration "
` [PATCH 23/30] v4l: Add stream to frame descriptor
` [PATCH 24/30] adv748x: csi2: add translation from pixelcode to CSI-2 datatype
` [PATCH 25/30] adv748x: csi2: only allow formats on sink pads
` [PATCH 26/30] adv748x: csi2: describe the multiplexed stream
` [PATCH 27/30] adv748x: csi2: add internal routing configuration
` [PATCH 28/30] adv748x: afe: add routing support
` [PATCH 29/30] rcar-csi2: use frame description information to configure CSI-2 bus
` [PATCH 30/30] rcar-csi2: expose the subdevice internal routing

[RFC] Request API questions
 2018-08-23  9:46 UTC  (9+ messages)

[PATCHv2 0/7] vicodec improvements
 2018-08-23  8:13 UTC  (10+ messages)
` [PATCHv2 1/7] vicodec: add QP controls
` [PATCHv2 2/7] vicodec: add support for more pixel formats
` [PATCHv2 3/7] vicodec: simplify flags handling
` [PATCHv2 4/7] vicodec: simplify blocktype checking
` [PATCHv2 5/7] vicodec: improve handling of uncompressable planes
` [PATCHv2 6/7] vicodec: rename and use proper fwht prefix for codec
` [PATCHv2 7/7] vicodec: split off v4l2 specific parts for the codec
  ` [PATCHv2 8/7] codec-fwht: fix out-of-range values when decoding

[PATCH v7 0/8] Cedrus driver for the Allwinner Video Engine, using media requests
 2018-08-23  7:40 UTC  (3+ messages)

[PATCH] v4l: Add simple packed Bayer raw12 pixel formats
 2018-08-23  6:56 UTC 

cron job: media_tree daily build: OK
 2018-08-23  3:31 UTC 

[PATCH v3 0/7] Add Rockchip VPU JPEG encoder
 2018-08-22 16:59 UTC  (8+ messages)
` [PATCH v3 1/7] dt-bindings: Document the Rockchip VPU bindings
` [PATCH v3 2/7] ARM: dts: rockchip: add VPU device node for RK3288
` [PATCH v3 3/7] arm64: dts: rockchip: add VPU device node for RK3399
` [PATCH v3 4/7] v4l2-ctrls: Support dimensions override for standard controls
` [PATCH v3 5/7] media: Add JPEG_RAW format
` [PATCH v3 6/7] media: Add controls for JPEG quantization tables
` [PATCH v3 7/7] media: add Rockchip VPU JPEG encoder driver

Team for mobile apps
 2018-08-22  9:38 UTC 

[PATCH 0/9] media: cedrus: Add H264 decoding support
 2018-08-22 14:45 UTC  (14+ messages)
` [PATCH 1/9] CHROMIUM: v4l: Add H264 low-level decoder API compound controls

Apps Design
 2018-08-22  9:21 UTC 

Apps Design
 2018-08-22 10:38 UTC 

[PATCH v4 0/4] Venus updates - PIL
 2018-08-22 12:29 UTC  (9+ messages)
` [PATCH v4 1/4] venus: firmware: add routine to reset ARM9
` [PATCH v4 2/4] venus: firmware: move load firmware in a separate function
` [PATCH v4 3/4] venus: firmware: add no TZ boot and shutdown routine

We design apps
 2018-08-22  9:09 UTC 

Waiting for the photos
 2018-08-22  5:10 UTC 

[PATCH v1 0/2] Document Intel IPU3 ImgU driver and uAPI
 2018-08-22  8:22 UTC  (5+ messages)
` [PATCH v1 2/2] v4l: Document Intel IPU3 meta data uAPI

[RFP] Media Summit: Complex cameras
 2018-08-22  7:31 UTC  (2+ messages)

[PATCH] media: i2c: max2175: convert to SPDX identifiers
 2018-08-22  6:59 UTC  (2+ messages)

Question regarding optimizing pipeline in Vimc
 2018-08-22  6:49 UTC  (2+ messages)

[PATCH] media: vimc: implement basic v4l2-ctrls
 2018-08-22  6:30 UTC  (2+ messages)

I NEED A TRUSTWORTHY PARTNER
 2018-08-22  6:08 UTC 

cron job: media_tree daily build: OK
 2018-08-22  3:31 UTC 

[PATCH v5 0/2] media: usb: pwc: Don't use coherent DMA buffers for ISO transfer
 2018-08-21 19:49 UTC  (4+ messages)
` [PATCH v5 1/2] media: usb: pwc: Introduce TRACE_EVENTs for pwc_isoc_handler()
` [PATCH v5 2/2] media: usb: pwc: Don't use coherent DMA buffers for ISO transfer

[PATCH 0/2] Document memory-to-memory video codec interfaces
 2018-08-21 11:29 UTC  (9+ messages)
` [PATCH 1/2] media: docs-rst: Document memory-to-memory video decoder interface

[PATCH] media: vsp1: Remove artificial pixel limitation
 2018-08-21 11:15 UTC 

[PATCH] media: af9035: prevent buffer overflow on write
 2018-08-21  9:01 UTC 

[PATCH v4 2/2] media: usb: pwc: Don't use coherent DMA buffers for ISO transfer
 2018-08-21  8:36 UTC  (4+ messages)

[PATCH 0/6] vicodec improvements
 2018-08-21  8:33 UTC  (10+ messages)
` [PATCH 1/6] vicodec: add QP controls
` [PATCH 2/6] vicodec: add support for more pixel formats
` [PATCH 3/6] vicodec: simplify flags handling
` [PATCH 4/6] vicodec: simplify blocktype checking
` [PATCH 5/6] vicodec: improve handling of uncompressable planes
` [PATCH 6/6] vicodec: rename and use proper fwht prefix for codec
  ` [PATCH 7/6] pixfmt-compressed.rst: update vicodec-codec.h reference
    ` [PATCH 8/6] codec-fwht.h: update two cframe_hdr references in comments

[RFT 1/8] media: dt-bindings: media: rcar-vin: Add R8A77990 support
 2018-08-21  6:45 UTC  (3+ messages)


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).