linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-22 18:54:31 to 2024-04-24 18:23:39 UTC [more...]

[PATCH 00/14] Generic line based metadata, without sensor API changes
 2024-04-24 18:23 UTC  (21+ messages)
` [PATCH 01/14] media: v4l2-subdev: Clearly document that the crop API won't be extended
` [PATCH 02/14] media: Documentation: Add "stream" into glossary
` [PATCH 03/14] media: uapi: Add generic serial metadata mbus formats
` [PATCH 04/14] media: uapi: Document which mbus format fields are valid for metadata
` [PATCH 05/14] media: uapi: v4l: Add generic 8-bit metadata format definitions
` [PATCH 06/14] media: v4l: Support line-based metadata capture
` [PATCH 07/14] media: v4l: Set line based metadata flag in V4L2 core
` [PATCH 08/14] media: Documentation: Additional streams generally don't harm capture
` [PATCH 09/14] media: Documentation: Document S_ROUTING behaviour
` [PATCH 10/14] media: v4l: subdev: Add a function to lock two sub-device states, use it
` [PATCH 11/14] media: v4l: subdev: Copy argument back to user also for S_ROUTING
` [PATCH 12/14] media: v4l: subdev: Add len_routes field to struct v4l2_subdev_routing
` [PATCH 13/14] media: v4l: subdev: Return routes set using S_ROUTING
` [PATCH 14/14] media: v4l: subdev: Add trivial set_routing support

[PATCH v2 00/26] media: Fix coccinelle warning/errors
 2024-04-24 18:22 UTC  (9+ messages)
` [PATCH v2 09/26] media: v4l: async: refactor v4l2_async_create_ancillary_links
` [PATCH v2 16/26] media: au0828: Use min macro
` [PATCH v2 21/26] media: i2c: st-mipid02: Use the correct div function

[PATCH v4 67/71] media: atomisp: Switch to new Intel CPU model defines
 2024-04-24 18:15 UTC 

[PATCH 0/5] Alvium improvements
 2024-04-24 18:11 UTC  (5+ messages)
` [PATCH 1/5] media: i2c: alvium: fix alvium_get_fw_version()
` [PATCH 5/5] media: i2c: alvium: Move V4L2_CID_GAIN to V4L2_CID_ANALOG_GAIN

[PATCH 1/3] media: tuners: tda18271: fix error code handling in tda18271_attach()
 2024-04-24 18:06 UTC  (2+ messages)
` [lvc-project] "

[RFC PATCH net-next v8 00/14] Device Memory TCP
 2024-04-24 17:35 UTC  (3+ messages)
` [RFC PATCH net-next v8 04/14] netdev: support binding dma-buf to netdevice

[PATCH v11 0/5] media: Add driver for the Raspberry Pi <5 CSI-2 receiver
 2024-04-24 16:53 UTC  (9+ messages)
` [PATCH v11 1/5] media: v4l: Add V4L2-PIX-FMT-Y12P format
` [PATCH v11 2/5] media: v4l: Add V4L2-PIX-FMT-Y14P format
` [PATCH v11 3/5] dt-bindings: media: Add bindings for bcm2835-unicam
` [PATCH v11 4/5] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface
` [PATCH v11 5/5] ARM: dts: bcm2835: Add Unicam CSI nodes

[PATCH 0/9] Convert Tasklets to BH Workqueues
 2024-04-24 16:48 UTC  (4+ messages)
` [PATCH 8/9] drivers/media/*: Convert from tasklet to BH workqueue

[PATCH v6 00/11] media: subdev: Improve stream enable/disable machinery
 2024-04-24 16:33 UTC  (13+ messages)
` [PATCH v6 01/11] media: subdev: Add privacy led helpers
` [PATCH v6 02/11] media: subdev: Use v4l2_subdev_has_op() in v4l2_subdev_enable/disable_streams()
` [PATCH v6 03/11] media: subdev: Add checks for subdev features
` [PATCH v6 04/11] media: subdev: Fix use of sd->enabled_streams in call_s_stream()
` [PATCH v6 05/11] media: subdev: Improve v4l2_subdev_enable/disable_streams_fallback
` [PATCH v6 06/11] media: subdev: Add v4l2_subdev_is_streaming()
` [PATCH v6 07/11] media: subdev: Support privacy led in v4l2_subdev_enable/disable_streams()
` [PATCH v6 08/11] media: subdev: Refactor v4l2_subdev_enable/disable_streams()
` [PATCH v6 09/11] media: subdev: Support single-stream case in v4l2_subdev_enable/disable_streams()
` [PATCH v6 10/11] media: subdev: Support non-routing subdevs in v4l2_subdev_s_stream_helper()
` [PATCH v6 11/11] media: subdev: Improve s_stream documentation

[v4l-utils] [PATCH v2 0/7] Support for the generic line-based metadata support
 2024-04-24 16:07 UTC  (10+ messages)
` [v4l-utils] [PATCH v2 1/7] v4l-utils: sync-with-kernel
` [v4l-utils] [PATCH v2 2/7] utils: media-ctl: Support changed routing API
` [v4l-utils] [PATCH v2 3/7] v4l2-compliance: Support the "
` [v4l-utils] [PATCH v2 4/7] v4l2-compliance: Add tests for V4L2_FMT_FLAG_META_LINE_BASED flag
` [v4l-utils] [PATCH v2 5/7] v4l-utils: sync-with-kernel
` [v4l-utils] [PATCH v2 6/7] utils: media-ctl: Print the INTERNAL pad flag
` [v4l-utils] [PATCH v2 7/7] v4l2-compliance: Test IMMUTABLE route flag

[PATCH] media: vivid: make the timestamps/seq numbers reliable
 2024-04-24 16:03 UTC 

[GIT PULL FOR v6.10] media: various fixes
 2024-04-24 15:04 UTC  (2+ messages)

[PATCH v4 0/7] Managing live video input format for ZynqMP DPSUB
 2024-04-24 14:54 UTC  (2+ messages)

[PATCH] media: staging: media: starfive: camss: Drop obsolete return value documentation
 2024-04-24 14:02 UTC 

[PATCH v5 00/10] media: subdev: Improve stream enable/disable machinery
 2024-04-24 13:50 UTC  (11+ messages)
` [PATCH v5 08/10] media: subdev: Refactor v4l2_subdev_enable/disable_streams()
` [PATCH v5 09/10] media: subdev: Support single-stream case in v4l2_subdev_enable/disable_streams()

[PATCH v9 00/13] Introduce STM32 Firewall framework
 2024-04-24 12:19 UTC  (4+ messages)
` [PATCH v9 06/13] of: property: fw_devlink: Add support for "access-controller"

[PATCH v2] media: dt-bindings: add access-controllers to STM32MP25 video codecs
 2024-04-24 13:10 UTC  (2+ messages)

[PATCH V5 RESEND 0/5] PM: domains: Add control for switching back and forth to HW control
 2024-04-24 12:25 UTC  (17+ messages)
` [PATCH V5 RESEND 3/5] clk: qcom: gdsc: Add set and get hwmode callbacks to switch GDSC mode
` [PATCH V5 RESEND 4/5] clk: qcom: Use HW_CTRL_TRIGGER flag to switch video GDSC to HW mode
` [PATCH V5 RESEND 5/5] venus: pm_helpers: Use dev_pm_genpd_set_hwmode to switch GDSC mode on V6

[PATCH] [RFC] dma-buf: fix race condition between poll and close
 2024-04-24 11:28 UTC  (4+ messages)

[PATCH v2 0/3] media: videobuf2-core: attach once if multiple planes share the same dbuf
 2024-04-24 10:25 UTC  (4+ messages)
` [PATCH v2 2/3] media: videobuf2-core: reverse the iteration order in __vb2_buf_dmabuf_put

[PATCH 1/2] media: v4l2-ctrls: Add average qp control
 2024-04-24 10:07 UTC  (4+ messages)
` [PATCH 2/2] media: amphion: Report the average qp of current encoded frame

[PATCH 0/9] staging: media: av7110: These patches address various code style and formatting issues in the av7110 driver
 2024-04-24  9:34 UTC  (2+ messages)

[PATCH v9 00/46] Generic line based metadata support, internal pads
 2024-04-24  9:15 UTC  (43+ messages)
` [PATCH v9 06/46] media: uapi: v4l: Add generic 8-bit metadata format definitions
` [PATCH v9 07/46] media: v4l: Support line-based metadata capture
` [PATCH v9 10/46] media: Documentation: v4l: Document internal sink pads
` [PATCH v9 11/46] media: Documentation: Document S_ROUTING behaviour
` [PATCH v9 15/46] media: v4l: subdev: Add len_routes field to struct v4l2_subdev_routing
` [PATCH v9 16/46] media: v4l: subdev: Return routes set using S_ROUTING
` [PATCH v9 29/46] media: Documentation: ccs: Document routing
` [PATCH v9 30/46] media: ccs: Add support for embedded data stream
` [PATCH v9 37/46] media: ov2740: Fix LINK_FREQ and PIXEL_RATE control value reporting
` [PATCH v9 42/46] media: ov2740: Add generic sensor fwnode properties as controls

[PATCH] media: venus: fix use after free in vdec_close
 2024-04-24  8:56 UTC  (2+ messages)

[PATCH v6 0/4] Add support for MAX96714/F and MAX96717/F GMSL2 ser/des
 2024-04-24  8:45 UTC  (14+ messages)
` [PATCH v6 1/4] dt-bindings: media: add Maxim MAX96717 GMSL2 Serializer
` [PATCH v6 3/4] media: i2c: add MAX96717 driver
` [PATCH v6 4/4] media: i2c: add MAX96714 driver

[PATCH v2] drm/panfrost: Fix dma_resv deadlock at drm object pin time
 2024-04-24  7:04 UTC  (2+ messages)

KASAN: use-after-free in snd_usbtv_pcm_close (with PoC and analysis)
 2024-04-24  6:12 UTC 

[PATCH v10 0/6] Add Toshiba Visconti Video Input Interface driver
 2024-04-24  2:42 UTC  (7+ messages)
` [PATCH v10 1/6] dt-bindings: media: platform: visconti: Add Toshiba Visconti Video Input Interface
` [PATCH v10 2/6] media: videodev2.h: add visconti viif meta buffer format
` [PATCH v10 3/6] media: platform: visconti: Add Toshiba Visconti Video Input Interface driver
` [PATCH v10 4/6] media: platform: visconti: add streaming interface for ISP parameters and status
` [PATCH v10 5/6] documentation: media: add documentation for Toshiba Visconti Video Input Interface driver
` [PATCH v10 6/6] MAINTAINERS: Add entries for Toshiba Visconti Video Input Interface

[RESEND PATCH v2 0/4] Add auto suspend/resume,YUV422 format,SPS/PPS generation for each IDR
 2024-04-24  2:19 UTC  (10+ messages)
` [RESEND PATCH v2 3/4] media: chips-media: wave5: Use helpers to calculate bytesperline and sizeimage
` [RESEND PATCH v2 4/4] media: chips-media: wave5: Support YUV422 raw pixel-formats on the encoder

[PATCH v3 00/19] Venus cleanups
 2024-04-24  0:33 UTC  (7+ messages)
` [PATCH v3 05/19] media: venus: pm_helpers: Kill dead code
` [PATCH v3 14/19] media: venus: core: Define a pointer to core->res

[PATCH] media: mediatek: vcodec: Alloc DMA memory with DMA_ATTR_ALLOC_SINGLE_PAGES
 2024-04-23 21:52 UTC  (5+ messages)

[PATCH v2 0/3] kfifo: Clean up kfifo.h
 2024-04-23 19:23 UTC  (4+ messages)
` [PATCH v2 1/3] media: rc: Add missing io.h
` [PATCH v2 2/3] media: stih-cec: "
` [PATCH v2 3/3] kfifo: Don't use "proxy" headers

[PATCH v4l-utils 1/2] ir-ctl: add optional header to manchester encoding
 2024-04-23 17:31 UTC  (2+ messages)
` [PATCH v4l-utils 2/2] ir-ctl: fix encoding pulse_length bpf encoder

[PATCH v3 00/18] Add audio support for the MediaTek Genio 350-evk board
 2024-04-23 17:07 UTC  (4+ messages)
` [PATCH v3 03/18] ASoC: dt-bindings: mt6357: Add audio codec document

[PATCH v2 0/9] Add Chameleon v3 video support
 2024-04-23 17:00 UTC  (4+ messages)
` [PATCH v2 7/9] media: dt-bindings: Add Chameleon v3 framebuffer

[PATCH 00/35] media: Fix coccinelle warning/errors
 2024-04-23 16:49 UTC  (18+ messages)
` [PATCH 11/35] media: s2255: Use refcount_t instead of atomic_t for num_channels
` [PATCH 12/35] media: platform: mtk-mdp3: Use refcount_t for job_count
` [PATCH 13/35] media: common: saa7146: Use min macro
` [PATCH 14/35] media: dvb-frontends: drx39xyj: "
` [PATCH 19/35] media: stk1160: "
` [PATCH 23/35] media: dvb-frontends: tda10048: Use the right div
` [PATCH 26/35] media: venus: Refator return path

[PATCH v12 00/28] drm/connector: Create HDMI Connector infrastructure
 2024-04-23 10:45 UTC  (29+ messages)
` [PATCH v12 01/28] drm/connector: Introduce an HDMI connector initialization function
` [PATCH v12 02/28] drm/mode_object: Export drm_mode_obj_find_prop_id for tests
` [PATCH v12 03/28] drm/tests: connector: Add tests for drmm_connector_hdmi_init
` [PATCH v12 04/28] drm/connector: hdmi: Create an HDMI sub-state
` [PATCH v12 05/28] drm/connector: hdmi: Add output BPC to the connector state
` [PATCH v12 06/28] drm/tests: Add output bpc tests
` [PATCH v12 07/28] drm/connector: hdmi: Add support for output format
` [PATCH v12 08/28] drm/tests: Add output formats tests
` [PATCH v12 09/28] drm/display: hdmi: Add HDMI compute clock helper
` [PATCH v12 10/28] drm/tests: Add HDMI TDMS character rate tests
` [PATCH v12 11/28] drm/connector: hdmi: Calculate TMDS character rate
` [PATCH v12 12/28] drm/tests: Add TDMS character rate connector state tests
` [PATCH v12 13/28] drm/connector: hdmi: Add custom hook to filter TMDS character rate
` [PATCH v12 14/28] drm/tests: Add HDMI connector rate filter hook tests
` [PATCH v12 15/28] drm/connector: hdmi: Compute bpc and format automatically
` [PATCH v12 16/28] drm/tests: Add HDMI connector bpc and format tests
` [PATCH v12 17/28] drm/connector: hdmi: Add Broadcast RGB property
` [PATCH v12 18/28] drm/tests: Add tests for "
` [PATCH v12 19/28] drm/connector: hdmi: Add RGB Quantization Range to the connector state
` [PATCH v12 20/28] drm/tests: Add RGB Quantization tests
` [PATCH v12 21/28] drm/connector: hdmi: Add Infoframes generation
` [PATCH v12 22/28] drm/tests: Add infoframes test
` [PATCH v12 23/28] drm/connector: hdmi: Create Infoframe DebugFS entries
` [PATCH v12 24/28] drm/vc4: hdmi: Switch to HDMI connector
` [PATCH v12 25/28] drm/vc4: tests: Remove vc4_dummy_plane structure
` [PATCH v12 26/28] drm/vc4: tests: Convert to plane creation helper
` [PATCH v12 27/28] drm/rockchip: inno_hdmi: Switch to HDMI connector
` [PATCH v12 28/28] drm/sun4i: hdmi: "

[PATCH V2] dt-bindings: media: convert Mediatek consumer IR to the json-schema
 2024-04-23  4:22 UTC  (2+ messages)

[linuxtv-media-stage:master] BUILD SUCCESS e42a204f0519a2540f1507ac2798be2aeaa76bee
 2024-04-23  2:29 UTC 

cron job: media_tree daily build: OK
 2024-04-23  1:51 UTC 

[sailus-media-tree:master] BUILD SUCCESS af24845bf3881bb471580558ca811e0f6a44ecda
 2024-04-22 21:58 UTC 

[Linux Kernel Bugs] KASAN: slab-use-after-free Read in cec_queue_msg_fh and 4 other crashes in the cec device (`cec_ioctl`)
 2024-04-22 20:57 UTC  (14+ 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).