public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-15 07:26:49 to 2024-10-18 08:06:36 UTC [more...]

(subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess
 2024-10-18  8:06 UTC  (2+ messages)

[RFC v2 0/6] Add video encoder ROI ctrls
 2024-10-18  6:27 UTC  (8+ messages)
` [RFC v2 1/6] media: v4l2_ctrl: Add V4L2_CTRL_TYPE_RECT
` [RFC v2 2/6] media: vivid: Add an rectangle control
` [RFC v2 3/6] media: v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VAL
` [RFC v2 4/6] media: v4l2-ctrls: Add V4L2_CTRL_TYPE_REGION
` [RFC v2 5/6] media: v4l2-ctrls: Add video roi ctrls
` [RFC v2 6/6] media: vivid: Add a video region ctrl

[PATCH v2 00/13] Media: fix several issues on drivers
 2024-10-18  6:26 UTC  (16+ messages)
` [PATCH v2 01/13] media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()
` [PATCH v2 02/13] media: v4l2-tpg: prevent the risk of a division by zero
` [PATCH v2 03/13] media: dvbdev: prevent the risk of out of memory access
` [PATCH v2 04/13] media: dvb_frontend: don't play tricks with underflow values
` [PATCH v2 05/13] media: mgb4: protect driver against spectre
` [PATCH v2 06/13] media: av7110: fix a spectre vulnerability
` [PATCH v2 07/13] media: s5p-jpeg: prevent buffer overflows
` [PATCH v2 08/13] media: ar0521: don't overflow when checking PLL values
` [PATCH v2 09/13] media: cx24116: prevent overflows on SNR calculus
` [PATCH v2 10/13] media: adv7604: prevent underflow condition when reporting colorspace
` [PATCH v2 11/13] media: stb0899_algo: initialize cfr before using it
` [PATCH v2 12/13] media: cec: extron-da-hd-4k-plus: don't use -1 as an error code
` [PATCH v2 13/13] media: pulse8-cec: fix data timestamp at pulse8_setup()

[PATCH v4 0/2] media: venus: Add hierarchical h.264 controls
 2024-10-18  5:01 UTC  (5+ messages)
` [PATCH v4 1/2] media: venus: Helper function for dynamically updating bitrate
` [PATCH v4 2/2] media: venus: Enable h.264 hierarchical coding

[PATCH 00/13] Media: fix several issues on drivers
 2024-10-18  5:01 UTC  (26+ messages)
` [PATCH 01/13] media: v4l2-ctrls-api: fix error handling for v4l2_g_ctrl()
` [PATCH 02/13] media: v4l2-tpg: prevent the risk of a division by zero
` [PATCH 03/13] media: dvbdev: prevent the risk of out of memory access
` [PATCH 04/13] media: dvb_frontend: don't play tricks with underflow values
` [PATCH 05/13] media: mgb4: protect driver against spectre
` [PATCH 06/13] media: av7110: fix a spectre vulnerability
` [PATCH 07/13] media: s5p-jpeg: prevent buffer overflows
` [PATCH 08/13] media: ar0521: don't overflow when checking PLL values
` [PATCH 09/13] media: cx24116: prevent overflows on SNR calculus
` [PATCH 10/13] media: adv7604 prevent underflow condition when reporting colorspace
` [PATCH 11/13] media: stb0899_algo: initialize cfr before using it
` [PATCH 12/13] media: cec: extron-da-hd-4k-plus: don't use -1 as an error code
` [PATCH 13/13] media: pulse8-cec: fix data timestamp at pulse8_setup()

[PATCH 00/10] media: start work to remove wait_prepare/finish callbacks
 2024-10-18  4:14 UTC  (20+ messages)
` [PATCH 01/10] media: videobuf2-core: update vb2_thread if wait_finish/prepare are NULL
  ` [PATCHv2 "
` [PATCH 02/10] media: test-drivers: drop vb2_ops_wait_prepare/finish
` [PATCH 07/10] media: platform: "
` [PATCH 09/10] staging: media: "

[linuxtv-media-stage:master] BUILD SUCCESS bcd4f091cf1ea7184d813afc115af82ac9326b25
 2024-10-18  2:23 UTC 

[PATCH v2 next] media: imx-jpeg: Fix potential error pointer dereference in detach_pm()
 2024-10-18  1:18 UTC  (2+ messages)
` [EXT] "

[PATCH] media: platform: mtk-mdp3: Remove unwanted else in mdp-cmdp-prepare()
 2024-10-17 20:21 UTC  (3+ messages)

[PATCH] media: platform: mtk-mdp3: cmdq: Remove duplicated platforms checks
 2024-10-17 20:16 UTC 

[PATCH next] media: imx-jpeg: Fix potential error pointer dereference in detach_pm()
 2024-10-17 19:40 UTC 

[RFC PATCH] media: uvc: ensure video device entities have a unique name
 2024-10-17 14:56 UTC  (3+ messages)

[PATCH] dma-buf/dma-fence_array: use kvzalloc
 2024-10-17 14:56 UTC 

[PATCH 00/15] timers: Cleanup delay/sleep related mess
 2024-10-17 14:19 UTC  (2+ messages)
` (subset) "

[RFC PATCH v2 0/2] TEE subsystem for restricted dma-buf allocations
 2024-10-17 11:00 UTC  (5+ messages)
` [RFC PATCH v2 1/2] tee: add restricted memory allocation
` [RFC PATCH v2 2/2] optee: support "

[PATCH v3 v4l-utils] common: Use posix_memalign for allocating userptr buffers
 2024-10-17 10:51 UTC  (2+ messages)

[PATCH v2 1/1] media: ati_remote: don't push static constants on stack for %*ph
 2024-10-17  9:36 UTC 

[PATCH 9/9] drm/panfrost: Explicitly clean up panfrost fence
 2024-10-17  9:27 UTC  (4+ messages)

[RFC 0/6] Add video encoder ROI ctrls
 2024-10-17  9:19 UTC  (7+ messages)
` [RFC 1/6] media: v4l2_ctrl: Add V4L2_CTRL_TYPE_RECT
` [RFC 2/6] media: vivid: Add an rectangle control
` [RFC 3/6] v4l2-ctrls: add support for V4L2_CTRL_WHICH_MIN/MAX_VAL
` [RFC 4/6] media: v4l2-ctrls: Add V4L2_CTRL_TYPE_REGION
` [RFC 5/6] media: v4l2-ctrls: Add video roi ctrls
` [RFC 6/6] media: vivid: Add a video region ctrl

[PATCH v1] media: rc-core: Modify the timeout waiting time for the infrared remote control
 2024-10-17  7:57 UTC  (6+ messages)
      ` 回复: "

[syzbot] Monthly media report (Oct 2024)
 2024-10-17  7:41 UTC 

[PATCH v1 0/5] Add Block event interrupt support for I2C protocol
 2024-10-17  7:10 UTC  (14+ messages)
` [PATCH v1 1/5] dt-bindings: dmaengine: qcom: gpi: Add additional arg to dma-cell property
` [PATCH v1 2/5] arm64: dts: qcom: Add support for configuring channel TRE size
` [PATCH v1 3/5] dmaengine: qcom: gpi: Add provision to support TRE size as the fourth argument of dma-cells property
` [PATCH v1 4/5] dmaengine: qcom: gpi: Add GPI Block event interrupt support
` [PATCH v1 5/5] i2c: i2c-qcom-geni: Add "

[PATCH v5] media: Add t4ka3 camera sensor driver
 2024-10-17  6:23 UTC 

[PATCH v4 25/28] media: iris: implement power scaling for vpu2 and vpu3
 2024-10-17  6:08 UTC  (2+ messages)

[PATCH v2 1/5] media: ipu6: not override the dma_ops of device in driver
 2024-10-17  6:01 UTC  (6+ messages)
` [PATCH v2 2/5] media: ipu6: use the IPU6 DMA mapping APIs to do mapping
` [PATCH v2 3/5] media: ipu6: remove architecture DMA ops dependency in Kconfig
` [PATCH v2 4/5] Documentation: ipu6: remove the dma_ops part from the doc
` [PATCH v2 5/5] media: ipu6: use PFN_UP() and sg_virt() for code simplicity

[PATCH v3] media: i2c: Add ar0234 camera sensor driver
 2024-10-17  4:10 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v3] media: i2c: add lt6911uxe hdmi bridge driver
 2024-10-17  3:08 UTC 

[PATCH v4 00/28] Qualcomm iris video decoder driver
 2024-10-17  1:26 UTC  (12+ messages)
` [PATCH v4 02/28] media: iris: add platform driver for iris video device
` [PATCH v4 27/28] media: iris: enable video driver probe of SM8250 SoC

[PATCH] media: i2c: ov5645: add HAS_EVENTS support
 2024-10-16 20:08 UTC  (5+ messages)
    ` [PATCH] media: i2c: ov5645: add HAS_EVENTS supporty

[PATCH][next] media: i2c: ds90ub960: Fix missing return check on ub960_rxport_read call
 2024-10-16 13:39 UTC  (3+ messages)

[PATCH v1 1/1] ati_remote: don't push static constants on stack for %*ph
 2024-10-16 13:12 UTC 

[PATCH 0/3] Support OV5670 on IPU3 devices
 2024-10-16 12:27 UTC  (7+ messages)
` [PATCH 1/3] media: i2c: Defer ov5670_probe() if endpoint not found
` [PATCH 2/3] platform/x86: int3472: Add board data for Dell 7212
` [PATCH 3/3] media: ipu-bridge: Add _HID for OV5670

[PATCH v10 0/2] Add support for Loongson-1 NAND
 2024-10-16 12:01 UTC  (5+ messages)
` [PATCH v10 1/2] dt-bindings: mtd: Add Loongson-1 NAND Controller

[PATCH 0/2] media: i2c: Cleanup assigned-clocks and endpoint: properties: unevaluatedProperties: false
 2024-10-16  9:31 UTC  (20+ messages)
` [PATCH 1/2] media: dt-bindings: Remove assigned-clock-* from various schema
` [PATCH 2/2] media: dt-bindings: Use additionalProperties: false for endpoint: properties:

[linuxtv-media-stage:fixes] BUILD SUCCESS fa88dc7db176c79b50adb132a56120a1d4d9d18b
 2024-10-16  7:49 UTC 

[PATCH v2 0/6] media: mediatek: vcodec: support h264 extend vsi
 2024-10-16  3:49 UTC  (5+ messages)
` [PATCH v2 1/4] media: mediatek: vcodec: remove vsi operation in common interface
` [PATCH v2 2/4] media: mediatek: vcodec: support extend h264 video shared information
` [PATCH v2 3/4] media: mediatek: vcodec: support extend h264 driver
` [PATCH v2 4/4] media: mediatek: vcodec: remove parse nal info in kernel

[PATCH 0/6] media: mediatek: vcodec: support h264 extend vsi
 2024-10-16  3:46 UTC  (6+ messages)
` [PATCH 2/6] media: mediatek: vcodec: remove parse nal info in kernel

[PATCH v1 00/10] Add MediaTek ISP7 camera system driver
 2024-10-16  3:43 UTC  (8+ messages)
` [PATCH v1 05/10] media: platform: mediatek: add isp_7x camsys unit
` [PATCH v1 08/10] media: platform: mediatek: add isp_7x state ctrl
` [PATCH v1 09/10] media: platform: mediatek: add isp_7x build config

[PATCH] dma-buf: Use atomic64_inc_return() in dma_buf_getfile()
 2024-10-16  1:04 UTC  (3+ messages)
  `  "

[PATCH v3 0/2] media: venus: Add hierarchical h.264 controls
 2024-10-15 23:12 UTC  (6+ messages)
` [PATCH v3 1/2] media: venus: Helper function for dynamically updating bitrate
` [PATCH v3 2/2] media: venus: Enable h.264 hierarchical coding

[PATCH v7 0/9] of: property: add of_graph_get_next_port/port_endpoint()
 2024-10-15 18:54 UTC  (5+ messages)
` [PATCH v7 7/9] gpu: drm: omapdrm: use new of_graph functions

[PATCH v2 1/2] gpu: ipu-v3: vdic: Simplify ipu_vdi_setup()
 2024-10-15 18:13 UTC  (13+ messages)
` [PATCH v2 2/2] media: imx: vdic: Introduce mem2mem VDI deinterlacer driver

[PATCH v5 00/22] media: platform: rzg2l-cru: CSI-2 and CRU enhancements
 2024-10-15 17:47 UTC  (18+ messages)
` [PATCH v5 10/22] media: rzg2l-cru: Remove unnecessary WARN_ON check in format func
` [PATCH v5 11/22] media: rzg2l-cru: Simplify configuring input format for image processing
` [PATCH v5 12/22] media: rzg2l-cru: Inline calculating image size
` [PATCH v5 13/22] media: rzg2l-cru: Simplify handling of supported formats
` [PATCH v5 14/22] media: rzg2l-cru: Inline calculating bytesperline
` [PATCH v5 15/22] media: rzg2l-cru: Make use of v4l2_format_info() helpers
` [PATCH v5 18/22] media: rzg2l-cru: video: Implement .link_validate() callback

[GIT PULL v2 FOR 6.13] Mostly camera sensor patches
 2024-10-15 16:34 UTC  (2+ messages)
` [GIT PULL v2 FOR 6.13] Mostly camera sensor patches (#104778)

KASAN: use-after-free in snd_usbtv_pcm_close (with PoC and analysis)
 2024-10-15 15:45 UTC  (2+ messages)

[PATCH v3 00/16] timers: Cleanup delay/sleep related mess
 2024-10-15 14:11 UTC  (3+ messages)
` [PATCH v3 14/16] media: anysee: Fix and remove outdated comment

[PATCH v4 08/28] media: iris: implement power management
 2024-10-15 12:07 UTC  (3+ messages)

[PATCH v4] media: Add t4ka3 camera sensor driver
 2024-10-15  9:48 UTC 

[PATCH v4] media: Add t4ka3 camera sensor driver
 2024-10-15  9:47 UTC 

[PATCH v3 1/3] media: i2c: ds90ub960: Convert IC specific variables to enums
 2024-10-15  8:07 UTC  (3+ messages)
` [PATCH v3 2/3] media: i2c: ds90ub960: Add DS90UB954 support
` [PATCH v3 3/3] media: dt-bindings: "

[PATCH v2] media: i2c: add lt6911uxe hdmi bridge driver
 2024-10-15  7:53 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox