linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-06-26 11:27:56 to 2019-06-28 14:34:26 UTC [more...]

[RFC] Stateful codecs and requirements for compressed formats
 2019-06-28 14:34 UTC 

[PATCH v2 00/11] Venus stateful Codec API
 2019-06-28 14:32 UTC  (17+ messages)
` [PATCH v2 01/11] venus: venc: amend buffer size for bitstream plane
` [PATCH v2 02/11] venus: helpers: export few helper functions
` [PATCH v2 03/11] venus: hfi: add type argument to hfi flush function
` [PATCH v2 04/11] venus: hfi: export few HFI functions
` [PATCH v2 05/11] venus: hfi: return an error if session_init is already called
` [PATCH v2 06/11] venus: helpers: add three more helper functions
` [PATCH v2 07/11] venus: vdec_ctrls: get real minimum buffers for capture
` [PATCH v2 08/11] venus: vdec: allow bigger sizeimage set by clients
` [PATCH v2 09/11] venus: make decoder compliant with stateful codec API
` [PATCH v2 10/11] venus: helpers: handle correctly vbuf field
` [PATCH v2 11/11] venus: dec: populate properly timestamps and flags for capture buffers

[v4 0/6] platform: dwc: Adding DesignWare MIPI CSI-2 Host and D-PHY
 2019-06-28 14:13 UTC  (3+ messages)
` [v4 1/6] dt-bindings: media: Document bindings for DW MIPI CSI-2 Host

[PATCH 00/31] staging: bcm2835-camera: Improvements
 2019-06-28 14:08 UTC  (32+ messages)
` [PATCH 01/31] staging: bcm2835-camera: Ensure H264 header bytes get a sensible timestamp
` [PATCH 02/31] staging: bcm2835-camera: Check the error for REPEAT_SEQ_HEADER
` [PATCH 03/31] staging: bcm2835-camera: Replace spinlock protecting context_map with mutex
` [PATCH 04/31] staging: bcm2835-camera: Do not bulk receive from service thread
` [PATCH 05/31] staging: bcm2835-camera: Correctly denote key frames in encoded data
` [PATCH 06/31] staging: bcm2835-camera: Return early on errors
` [PATCH 07/31] staging: bcm2835-camera: Remove dead email addresses
` [PATCH 08/31] staging: bcm2835-camera: Fix comment style violations
` [PATCH 09/31] staging: bcm2835-camera: Fix spacing around operators
` [PATCH 10/31] staging: bcm2835-camera: Reduce length of enum names
` [PATCH 11/31] staging: bcm2835-camera: Fix multiple line dereference errors
` [PATCH 12/31] staging: bcm2835-camera: Fix brace style issues
` [PATCH 13/31] staging: bcm2835-camera: Fix missing lines between items
` [PATCH 14/31] staging: bcm2835-camera: Fix open parenthesis alignment
` [PATCH 15/31] staging: bcm2835-camera: Ensure all buffers are returned on disable
` [PATCH 16/31] staging: bcm2835-camera: Remove check of the number of buffers supplied
` [PATCH 17/31] staging: bcm2835-camera: Handle empty EOS buffers whilst streaming
` [PATCH 18/31] staging: bcm2835-camera: Set sequence number correctly
` [PATCH 19/31] staging: bcm2835-camera: Ensure timestamps never go backwards

[PATCH 1/2] v4l: Add Genicam 12-bit bayer packed formats
 2019-06-28 14:02 UTC  (3+ messages)
` [PATCH 2/2] uvc: "

[PATCH 0/3] fix leaked of_node references in drivers/media
 2019-06-28 12:45 UTC  (5+ messages)
` [PATCH 1/3] media: xilinx: fix leaked of_node references
` [PATCH 2/3] media: exynos4-is: "
` [PATCH 3/3] media: ti-vpe: "

[PATCH] [v2] media: dib0700: fix link error for dibx000_i2c_set_speed
 2019-06-28 12:14 UTC 

[PATCH] media: dib0700: fix link error for dibx000_i2c_set_speed
 2019-06-28 12:14 UTC  (3+ messages)

[PATCH v4 0/8] Rework V4L2 fwnode parsing; add defaults and avoid iteration
 2019-06-28 12:00 UTC  (9+ messages)
` [PATCH v4 1/8] davinci-vpif: Don't dereference endpoint after putting it, fix refcounting
` [PATCH v4 2/8] v4l2-async: Get fwnode reference when putting it to the notifier's list
` [PATCH v4 3/8] v4l2-async: Add v4l2_async_notifier_add_fwnode_remote_subdev
` [PATCH v4 4/8] omap3isp: Rework OF endpoint parsing
` [PATCH v4 5/8] v4l2-async: Safely clean up an uninitialised notifier
` [PATCH v4 6/8] ipu3-cio2: Clean up notifier's subdev list if parsing endpoints fails
` [PATCH v4 7/8] ipu3-cio2: Proceed with notifier init even if there are no subdevs
` [PATCH v4 8/8] ipu3-cio2: Parse information from firmware without using callbacks

[PATCH v2 0/9] Rework V4L2 fwnode parsing; add defaults and avoid iteration
 2019-06-28 11:57 UTC  (13+ messages)
` [PATCH v2 2/9] v4l2-async: Use endpoint node, not device node, for fwnode match
` [PATCH v2 3/9] v4l2-async: Get fwnode reference when putting it to the notifier's list
` [PATCH v2 4/9] v4l2-async: Add v4l2_async_notifier_add_fwnode_remote_subdev
` [PATCH v2 9/9] ipu3-cio2: Parse information from firmware without using callbacks

hdpvr mutex deadlock on kernel 5.1.x
 2019-06-28 11:57 UTC  (8+ messages)

[PATCH RFC] DT support for omap4-iss
 2019-06-28 11:04 UTC  (2+ messages)

[PATCH 1/2] media: i2c: ov5640: Check for devm_gpiod_get_optional() error
 2019-06-28 11:00 UTC  (2+ messages)
` [PATCH 2/2] media: i2c: ov5640: Fix the order for enabling regulators

[PATCH] media: davinci-vpbe: remove obsolete includes
 2019-06-28 10:51 UTC 

[PATCH v3 0/8] Rework V4L2 fwnode parsing; add defaults and avoid iteration
 2019-06-28 10:33 UTC  (9+ messages)
` [PATCH v3 1/8] davinci-vpif: Don't dereference endpoint after putting it, fix refcounting
` [PATCH v3 2/8] v4l2-async: Get fwnode reference when putting it to the notifier's list
` [PATCH v3 3/8] v4l2-async: Add v4l2_async_notifier_add_fwnode_remote_subdev
` [PATCH v3 4/8] omap3isp: Rework OF endpoint parsing
` [PATCH v3 5/8] v4l2-async: Safely clean up an uninitialised notifier
` [PATCH v3 6/8] ipu3-cio2: Clean up notifier's subdev list if parsing endpoints fails
` [PATCH v3 7/8] ipu3-cio2: Proceed with notifier init even if there are no subdevs
` [PATCH v3 8/8] ipu3-cio2: Parse information from firmware without using callbacks

[PATCH v3] keytable: Add keymap test
 2019-06-28  9:45 UTC 

[PATCH v5 00/10] Rename Rockchip VPU driver to Hantro, add initial i.MX8M support
 2019-06-28  8:43 UTC  (4+ messages)
` [PATCH v5 08/10] media: dt-bindings: Document i.MX8MQ and i.MX8MM VPU bindings

[PATCH 27/31] staging: mmal-vchiq: Avoid use of bool in structures
 2019-06-28  8:12 UTC  (6+ messages)
` [PATCH 28/31] staging: bcm2835-camera: Fix stride on RGB3/BGR3 formats
` [PATCH 29/31] staging: bcm2835-camera: Add sanity checks for queue_setup/CREATE_BUFS
` [PATCH 30/31] staging: bcm2835-camera: Set the field value within ach buffer
` [PATCH 31/31] staging: bcm2835-camera: Correct ctrl min/max/step/def to 64bit

[PATCH] input/touchscreen/sur40: use COLORSPACE_RAW
 2019-06-28  7:17 UTC  (4+ messages)

[PATCH v2 0/3] media: uapi: h264: First batch of adjusments
 2019-06-28  5:35 UTC  (8+ messages)
` [PATCH v2 2/3] media: uapi: h264: Add the concept of decoding mode
` [PATCH v2 3/3] media: uapi: h264: Get rid of the p0/b0/b1 ref-lists

cron job: media_tree daily build: ERRORS
 2019-06-28  3:45 UTC 

[PATCH 32/87] usb: pvrusb2: replace kmalloc and memset with kzalloc in pvrusb2-eeprom.c
 2019-06-28  3:44 UTC  (2+ messages)

[PATCH v2 12/27] media: use kzalloc instead of kmalloc and memset
 2019-06-28  2:47 UTC 

[PATCH v2 11/27] media: remove memset after dma_alloc_coherent/pci_alloc_consistent
 2019-06-28  2:47 UTC 

[PATCH v3] media: imx: mipi csi-2: Don't fail if initial state times-out
 2019-06-28  1:28 UTC  (2+ messages)

[PATCH] media: gp8psk: check return value in gp8psk_power_ctrl
 2019-06-27 22:20 UTC 

[PATCH v2] media: imx: mipi csi-2: Don't fail if initial state times-out
 2019-06-27 22:17 UTC  (2+ messages)

[PATCH] media: imx: mipi csi-2: Don't fail if initial state times-out
 2019-06-27 22:16 UTC  (17+ messages)

[PATCH v2] keytable: Add keymap test
 2019-06-27 19:33 UTC  (2+ messages)

[PATCH 20/31] staging: bcm2835-camera: Add multiple inclusion protection to headers
 2019-06-27 19:06 UTC  (7+ messages)
` [PATCH 21/31] staging: bcm2835-camera: Unify header inclusion defines
` [PATCH 22/31] staging: bcm2835-camera: Fix multiple assignments should be avoided
` [PATCH 23/31] staging: bcm2835-camera: Fix up mmal-parameters.h
` [PATCH 24/31] staging: bcm2835-camera: Use enums for max value in controls
` [PATCH 25/31] staging: bcm2835-camera: Correct V4L2_CID_COLORFX_CBCR behaviour
` [PATCH 26/31] staging: bcm2835-camera: Remove/amend some obsolete comments

[RFC] media: uapi: Add VP8 low-level decoder API compound controls
 2019-06-27 18:57 UTC  (3+ messages)

[PATCH 00/34] treewide: simplify getting the adapter of an I2C client
 2019-06-27 18:28 UTC  (2+ messages)

[PATCH 1/2] media: ov5645: Remove unneeded regulator_set_voltage()
 2019-06-27 18:24 UTC  (5+ messages)
` [PATCH 2/2] media: ov5645: Use regulator_bulk() functions

[PATCH v2 1/2] media: ov5645: Remove unneeded regulator_set_voltage()
 2019-06-27 18:22 UTC  (2+ messages)
` [PATCH v2 2/2] media: ov5645: Use regulator_bulk() functions

[PATCH 33/87] usb: pvrusb2: replace kmalloc and memset with kzalloc
 2019-06-27 17:38 UTC 

[PATCH 31/87] media: exynos4-is: remove memset after dma_alloc_coherent in fimc-is.c
 2019-06-27 17:38 UTC 

[PATCH 30/87] pci: ngene: remove memset after pci_alloc_consistent in ngene-core.c
 2019-06-27 17:38 UTC 

[PATCH] media: bcm2048: Macros with complex values should be enclosed in parentheses
 2019-06-27 17:32 UTC  (3+ messages)

[PATCH v2] media: ov5640: add support of V4L2_CID_LINK_FREQ
 2019-06-27 16:05 UTC  (2+ messages)

[bug report] [media] vmalloc_sg: make sure all pages in vmalloc area are really DMA-ready
 2019-06-27 14:30 UTC 

[PATCH v2 0/3] DCMI bridge support
 2019-06-27 13:38 UTC  (6+ messages)

[PATCH v2 0/2] vb2: check for events before checking for buffers
 2019-06-27 12:44 UTC  (3+ messages)
` [PATCH v2 1/2] media: vb2: reorder checks in vb2_poll()
` [PATCH v2 2/2] media: v4l2-mem2mem: reorder checks in v4l2_m2m_poll()

[PATCH] media:vivid: add sanity check to avoid divide error and set value to 1 if 0
 2019-06-27  8:26 UTC  (4+ messages)
` [PATCH v2] media:vivid:add "

[PATCH][next][V3] media: vivid: fix potential integer overflow on left shift
 2019-06-27  8:05 UTC 

[PATCH 0/2] vb2: check for events before checking for buffers
 2019-06-27  7:51 UTC  (4+ messages)
` [PATCH 2/2] media: v4l2-mem2mem: reorder checks in v4l2_m2m_poll()

[GIT PULL FOR v5.3] Various fixes
 2019-06-27  7:49 UTC 

[Linux-kernel-mentees] [PATCH v4 RESEND] Media: Radio: Change devm_k*alloc to k*alloc
 2019-06-27  7:46 UTC  (2+ messages)

[PATCH v3] media: v4l: ctrls: Add debug messages
 2019-06-27  7:38 UTC  (2+ messages)

[PATCH][next][V2] media: vivid: fix potential integer overflow on left shift
 2019-06-27  7:22 UTC  (3+ messages)

[PATCH] media: staging/imx: Fix NULL deref in find_pipeline_entity()
 2019-06-27  7:04 UTC  (3+ messages)

[PATCH] platform:media:cros-ec-cec: adapt to new notifier API
 2019-06-27  6:31 UTC 

Reminder: 28 open syzbot bugs in media subsystem
 2019-06-27  3:53 UTC 

media: staging/imx: Improve pipeline searching (bug report)
 2019-06-26 18:35 UTC  (2+ messages)

[PATCH v18 00/15] arm64: untag user pointers passed to the kernel
 2019-06-26 17:50 UTC  (4+ messages)
` [PATCH v18 10/15] drm/radeon: untag user pointers in radeon_gem_userptr_ioctl

[PATCH 0/5] media: let v4l2-ioctl set the format description
 2019-06-26 17:08 UTC  (11+ messages)
` [PATCH 1/5] v4l2-ioctl: add missing pixelformats
` [PATCH 2/5] media/usb: don't set description in ENUM_FMT
` [PATCH 3/5] media/pci: don't set description for ENUM_FMT
` [PATCH 4/5] drivers/staging/media: "
` [PATCH 5/5] media/platform: don't set description in ENUM_FMT

[PATCH] v4l2-ioctl: call v4l_pix_format_touch() for TRY_FMT
 2019-06-26 15:07 UTC  (2+ messages)

[PATCH] drivers/media: don't set pix->priv = 0
 2019-06-26 14:55 UTC  (3+ messages)

[PATCH 00/16] media/platform: set device_caps in struct video_device
 2019-06-26 14:34 UTC  (3+ messages)
` [PATCH 15/16] ti-vpe: "

· can you guide me?
 2019-06-26 11:35 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).