messages from 2022-02-28 11:20:18 to 2022-03-02 15:10:53 UTC [more...]
[PATCH v2 00/66] Allwinner A31/A83T MIPI CSI-2 Support and A31 ISP Support
2022-03-02 15:10 UTC (21+ messages)
` [PATCH v2 21/66] media: sun6i-csi: Always set exclusive module clock rate
` [PATCH v2 30/66] media: sun6i-csi: Add bridge v4l2 subdev with port management
` [PATCH v2 61/66] dt-bindings: media: Add Allwinner A31 ISP bindings documentation
` [PATCH v2 63/66] staging: media: Add support for the Allwinner A31 ISP
[PATCH 00/16] media: rkisp1: Misc bug fixes and cleanups
2022-03-02 14:25 UTC (3+ messages)
` [PATCH 01/16] media: rkisp1: capture: Initialize entity before video device
[next] warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=]
2022-03-02 14:19 UTC (2+ messages)
[PATCH 0/6] Remove usage of list iterator past the loop body
2022-03-02 14:04 UTC (64+ messages)
` [PATCH 1/6] drivers: usb: remove "
` [PATCH 2/6] treewide: remove using list iterator after loop body as a ptr
` [PATCH 3/6] treewide: fix incorrect use to determine if list is empty
` [PATCH 6/6] treewide: remove check of list iterator against head past the loop body
[bug] WinFast VC100 U no audio after video init
2022-03-02 13:36 UTC
[PATCH] media: v4l: vsp1: Fix offset calculation for plane cropping
2022-03-02 11:00 UTC (3+ messages)
RockPro65 RK3399 chipset, ISP and IMX214 camera
2022-03-02 10:50 UTC (9+ messages)
[PATCH v5 0/6] v4l: subdev active state
2022-03-02 10:13 UTC (10+ messages)
` [PATCH v5 1/6] media: subdev: rename subdev-state alloc & free
` [PATCH v5 2/6] media: subdev: add active state to struct v4l2_subdev
` [PATCH v5 3/6] media: subdev: pass also the active state to subdevs from ioctls
` [PATCH v5 4/6] media: subdev: add subdev state locking
` [PATCH v5 5/6] media: subdev: add v4l2_subdev_call_state_active()
` [PATCH v5 6/6] media: Documentation: add documentation about subdev state
[RESEND,V7,3/6] media: mtk-jpegenc: manage jpegenc multi-hardware
2022-03-02 9:45 UTC
[PATCH v2 00/11] Support OVTI7251 on Microsoft Surface line
2022-03-02 9:07 UTC (9+ messages)
` [PATCH v2 07/11] media: i2c: Add support for new frequencies to ov7251
[PATCH 0/5] spi: make remove callback a void function
2022-03-02 7:30 UTC (3+ messages)
` [PATCH 5/5] "
[PATCH v8 0/2] On Semi AR0521 sensor driver
2022-03-02 6:39 UTC (8+ messages)
` [PATCH v8 1/2] "
` [PATCH v8 2/2] "
[PATCH] media: atmel: atmel-isc: Fix PM disable depth imbalance in atmel_isc_probe
2022-03-02 6:17 UTC (5+ messages)
` [PATCH v2] "
cron job: media_tree daily build: WARNINGS
2022-03-02 4:25 UTC
[PATCH v7, 00/15] media: mtk-vcodec: support for M8192 decoder
2022-03-02 2:26 UTC (23+ messages)
` [PATCH v7, 03/15] media: mtk-vcodec: get capture queue buffer size from scp
` [PATCH v7, 04/15] media: mtk-vcodec: Read max resolution from dec_capability
` [PATCH v7, 05/15] media: mtk-vcodec: Call v4l2_m2m_set_dst_buffered() set capture buffer buffered
` [PATCH v7, 06/15] media: mtk-vcodec: Refactor get and put capture buffer flow
` [PATCH v7, 07/15] media: mtk-vcodec: Refactor supported vdec formats and framesizes
` [PATCH v7, 09/15] media: mtk-vcodec: disable vp8 4K capability
` [PATCH v7, 12/15] media: mtk-vcodec: Extract H264 common code
` [PATCH v7, 13/15] media: mtk-vcodec: support stateless H.264 decoding for mt8192
` [PATCH v7, 14/15] media: mtk-vcodec: support stateless VP8 decoding
` [PATCH v7, 15/15] media: mtk-vcodec: support stateless VP9 decoding
[PATCH] dt-bindings: media: mediatek,vcodec: Fix addressing cell sizes
2022-03-01 23:35 UTC
[PATCH v11 00/36] v4l: routing and streams support
2022-03-01 16:11 UTC (37+ messages)
` [PATCH v11 01/36] media: entity: Use pad as a starting point for graph walk
` [PATCH v11 02/36] media: entity: Use pads instead of entities in the media graph walk stack
` [PATCH v11 03/36] media: entity: Walk the graph based on pads
` [PATCH v11 04/36] media: mc: Start walk from a specific pad in use count calculation
` [PATCH v11 05/36] media: entity: Add iterator helper for entity pads
` [PATCH v11 06/36] media: entity: Move the pipeline from entity to pads
` [PATCH v11 07/36] media: entity: Use pad as the starting point for a pipeline
` [PATCH v11 08/36] media: entity: Add has_route entity operation
` [PATCH v11 09/36] media: entity: Add media_entity_has_route() function
` [PATCH v11 10/36] media: entity: Use routing information during graph traversal
` [PATCH v11 11/36] media: entity: Skip link validation for pads to which there is no route
` [PATCH v11 12/36] media: entity: Add an iterator helper for connected pads
` [PATCH v11 13/36] media: entity: Add only connected pads to the pipeline
` [PATCH v11 14/36] media: entity: Add debug information in graph walk route check
` [PATCH v11 15/36] media: Add bus type to frame descriptors
` [PATCH v11 16/36] media: Add CSI-2 bus configuration "
` [PATCH v11 17/36] media: Add stream to frame descriptor
` [PATCH v11 18/36] media: subdev: increase V4L2_FRAME_DESC_ENTRY_MAX to 8
` [PATCH v11 19/36] media: add V4L2_SUBDEV_FL_MULTIPLEXED
` [PATCH v11 20/36] media: add V4L2_SUBDEV_CAP_MPLEXED
` [PATCH v11 21/36] media: Documentation: Add GS_ROUTING documentation
` [PATCH v11 22/36] media: subdev: Add [GS]_ROUTING subdev ioctls and operations
` [PATCH v11 23/36] media: subdev: add v4l2_subdev_has_route()
` [PATCH v11 24/36] media: subdev: add v4l2_subdev_set_routing helper()
` [PATCH v11 25/36] media: Documentation: add multiplexed streams documentation
` [PATCH v11 26/36] media: subdev: add stream based configuration
` [PATCH v11 27/36] media: subdev: use streams in v4l2_subdev_link_validate()
` [PATCH v11 28/36] media: subdev: add "opposite" stream helper funcs
` [PATCH v11 29/36] media: subdev: add v4l2_subdev_get_fmt() helper function
` [PATCH v11 30/36] media: subdev: Fallback to pad config in v4l2_subdev_get_fmt()
` [PATCH v11 31/36] media: subdev: add v4l2_subdev_set_routing_with_fmt() helper
` [PATCH v11 32/36] media: subdev: add v4l2_subdev_routing_validate() helper
` [PATCH v11 33/36] media: subdev: Add for_each_active_route() macro
` [PATCH v11 34/36] media: v4l2-subdev: Add v4l2_subdev_state_xlate_streams() helper
` [PATCH v11 35/36] media: v4l2-subdev: Add subdev .(enable|disable)_streams() operations
` [PATCH v11 36/36] media: v4l2-subdev: Add v4l2_subdev_s_stream_helper() function
[PATCH 0/2] dt-bindings: Add macros for video interface bus types
2022-03-01 15:04 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: media: "
[PATCH] media: camss: Replace hard coded value with parameter
2022-03-01 13:10 UTC (2+ messages)
[bug report] media: imx-jpeg: Add V4L2 driver for i.MX8 JPEG Encoder/Decoder
2022-03-01 12:42 UTC
[PATCH v7 0/2] On Semi AR0521 sensor driver
2022-03-01 12:19 UTC (6+ messages)
` [PATCH v7 2/2] Driver for ON Semi AR0521 camera sensor
[PATCH v4 00/15] Move HEVC stateless controls out of staging
2022-03-01 10:36 UTC (18+ messages)
` [PATCH v4 01/15] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v4 02/15] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCH v4 03/15] vivid: add dynamic array test control
` [PATCH v4 04/15] media: uapi: HEVC: Add missing fields in HEVC controls
` [PATCH v4 05/15] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix
` [PATCH v4 06/15] media: uapi: HEVC: Add document uAPI structure
` [PATCH v4 07/15] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array
` [PATCH v4 08/15] media: uapi: Move parsed HEVC pixel format out of staging
` [PATCH v4 09/15] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control
` [PATCH v4 10/15] media: uapi: Move the HEVC stateless control type out of staging
` [PATCH v4 11/15] media: controls: Log HEVC stateless control in .std_log
` [PATCH v4 12/15] media: uapi: Create a dedicated header for Hantro control
` [PATCH v4 13/15] media: uapi: HEVC: fix padding in v4l2 control structures
` [PATCH v4 14/15] media: uapi: Change data_bit_offset definition
` [PATCH v4 15/15] media: uapi: move HEVC stateless controls out of staging
[PATCH v12 0/4] Add mmsys and mutex support for MDP
2022-03-01 10:02 UTC (5+ messages)
` [PATCH v12 1/4] soc: mediatek: mmsys: add CMDQ write register function
` [PATCH v12 2/4] soc: mediatek: mmsys: add support for ISP control
` [PATCH v12 3/4] soc: mediatek: mutex: add support for MDP
` [PATCH v12 4/4] soc: mediatek: mutex: add functions that operate registers by CMDQ
[PATCH v4 0/7] v4l: subdev active state
2022-03-01 9:21 UTC (5+ messages)
` [PATCH v4 4/7] media: subdev: add subdev state locking
[PATCH v5 00/13] media: atmel: atmel-isc: implement media controller
2022-03-01 8:56 UTC (4+ messages)
` [PATCH v5 04/13] "
[v6 1/3] dt-bindings: mediatek: convert mtk jpeg decoder/encoder to yaml
2022-03-01 7:30 UTC (4+ messages)
` [v6 3/3] arm64: dts: mt8183: add jpeg enc node for mt8183
[PATCH] ASoC: qcom: Fix error code in lpass_platform_copy()
2022-03-01 8:11 UTC
cron job: media_tree daily build: WARNINGS
2022-03-01 5:52 UTC
[PATCH v3] media: hantro: Implement support for encoder commands
2022-03-01 4:22 UTC
[PATCH] media: st-delta: Fix PM disable depth imbalance in delta_probe
2022-03-01 3:12 UTC (2+ messages)
` [PATCH v2] "
[RFC PATCH 0/8] media: hantro: Add 10-bit support
2022-02-28 17:02 UTC (5+ messages)
` [RFC PATCH 2/8] media: Add P010 format
` "
[PATCH] media: saa7134: fix incorrect use to determine if list is empty
2022-02-28 14:26 UTC
Build failed in Jenkins: media_stage_gcc #41
2022-02-28 13:59 UTC
Build failed in Jenkins: media_stage_clang #420
2022-02-28 13:59 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).