linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-24 09:43:58 to 2022-02-28 20:11:00 UTC [more...]

[PATCH 0/6] Remove usage of list iterator past the loop body
 2022-02-28 20:10 UTC  (21+ 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 4/6] drivers: remove unnecessary use of list iterator variable
` [PATCH 5/6] treewide: remove dereference of list iterator after loop body
` [PATCH 6/6] treewide: remove check of list iterator against head past the "

[RFC PATCH 0/8] media: hantro: Add 10-bit support
 2022-02-28 17:02 UTC  (13+ messages)
` [RFC PATCH 1/8] media: Add P010 tiled format
` [RFC PATCH 2/8] media: Add P010 format
    `  "
` [RFC PATCH 3/8] media: hantro: Support format filtering by depth
` [RFC PATCH 4/8] media: hantro: postproc: Fix buffer size calculation
` [RFC PATCH 5/8] media: hantro: postproc: Fix legacy regs configuration
` [RFC PATCH 6/8] media: hantro: Store VP9 bit depth in context
` [RFC PATCH 7/8] media: hantro: sunxi: Enable 10-bit decoding
` [RFC PATCH 8/8] media: hantro: sunxi: Increase frequency

[PATCH v4 00/15] Move HEVC stateless controls out of staging
 2022-02-28 16:57 UTC  (17+ 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] 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 

[PATCH] media: v4l: vsp1: Fix offset calculation for plane cropping
 2022-02-28 12:35 UTC  (2+ messages)

[PATCH v2 00/11] Support OVTI7251 on Microsoft Surface line
 2022-02-28 11:55 UTC  (22+ messages)
` [PATCH v2 01/11] media: uapi: Add IPU3 packed Y10 format
` [PATCH v2 02/11] media: ipu3-cio2: Add support for V4L2_PIX_FMT_IPU3_Y10
` [PATCH v2 03/11] media: i2c: Add acpi support to ov7251
` [PATCH v2 04/11] media: i2c: Provide ov7251_check_hwcfg()
` [PATCH v2 05/11] media: i2c: Remove per-mode frequencies from ov7251
` [PATCH v2 06/11] media: i2c: Add ov7251_pll_configure()
` [PATCH v2 07/11] media: i2c: Add support for new frequencies to ov7251
` [PATCH v2 08/11] media: i2c: Add ov7251_detect_chip()
` [PATCH v2 09/11] media: i2c: Add pm_runtime support to ov7251
` [PATCH v2 10/11] media: i2c: Remove .s_power() from ov7251
` [PATCH v2 11/11] media: ipu3-cio2: Add INT347E to cio2-bridge

[PATCH v3 00/14] Move HEVC stateless controls out of staging
 2022-02-28 10:24 UTC  (25+ messages)
` [PATCH v3 01/14] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY
` [PATCH v3 02/14] v4l2-ctrls: add support for dynamically allocated arrays
` [PATCH v3 03/14] vivid: add dynamic array test control
` [PATCH v3 04/14] media: uapi: HEVC: Add missing fields in HEVC controls
` [PATCH v3 05/14] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix
` [PATCH v3 06/14] media: uapi: HEVC: Add document uAPI structure
` [PATCH v3 07/14] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array
` [PATCH v3 08/14] media: uapi: Move parsed HEVC pixel format out of staging
` [PATCH v3 09/14] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSET control
    `  "
      `  "
` [PATCH v3 10/14] media: uapi: Move the HEVC stateless control type out of staging
` [PATCH v3 11/14] media: controls: Log HEVC stateless control in .std_log
` [PATCH v3 12/14] media: uapi: Create a dedicated header for Hantro control
` [PATCH v3 13/14] media: uapi: HEVC: fix padding in v4l2 control structures
` [PATCH v3 14/14] media: uapi: move HEVC stateless controls out of staging

[PATCH v4 0/7] v4l: subdev active state
 2022-02-28 10:23 UTC  (12+ messages)
` [PATCH v4 4/7] media: subdev: add subdev state locking
` [PATCH v4 5/7] media: subdev: Add v4l2_subdev_lock_and_return_state()
` [PATCH v4 6/7] media: subdev: add v4l2_subdev_call_state_active()

RockPro65 RK3399 chipset, ISP and IMX214 camera
 2022-02-28  8:34 UTC  (7+ messages)

[PATCH v7 0/2] On Semi AR0521 sensor driver
 2022-02-28  7:48 UTC  (6+ messages)
` [PATCH v7 2/2] Driver for ON Semi AR0521 camera sensor

[BUG] media: solo6x10: Disabling already-disabled device in free_solo_dev
 2022-02-28  6:41 UTC 

[PATCH 00/16] media: rkisp1: Misc bug fixes and cleanups
 2022-02-28  3:27 UTC  (19+ messages)
` [PATCH 01/16] media: rkisp1: capture: Initialize entity before video device
` [PATCH 02/16] media: rkisp1: capture: Fix and simplify (un)registration
` [PATCH 03/16] media: rkisp1: isp: "
` [PATCH 04/16] media: rkisp1: resizer: "
` [PATCH 05/16] media: rkisp1: params: "
` [PATCH 06/16] media: rkisp1: stats: Simplify (un)registration
` [PATCH 07/16] media: rkisp1: Simplify rkisp1_entities_register() error path
` [PATCH 08/16] media: rkisp1: regs: Don't use BIT() macro for multi-bit register fields
` [PATCH 09/16] media: rkisp1: regs: Rename CCL, ICCL and IRCL registers with VI_ prefix
` [PATCH 10/16] media: rkisp1: resizer: Simplify register access
  ` [PATCH v1.1 "
` [PATCH 11/16] media: rkisp1: Move debugfs code to a separate file
` [PATCH 12/16] media: rkisp1: Compile debugfs support conditionally
` [PATCH 13/16] media: rkisp1: debug: Collect input status by sampling ISP_FLAGS_SHD
` [PATCH 14/16] media: rkisp1: debug: Add debugfs files to dump core and ISP registers
` [PATCH 15/16] media: rkisp1: debug: Move resizer register dump to debugfs
` [PATCH 16/16] media: rkisp1: capture: Bypass the main device for handling querycap

[PATCH 0/2] dt-bindings: Add macros for video interface bus types
 2022-02-27 21:16 UTC  (5+ messages)
` [PATCH 1/2] dt-bindings: media: "
` [PATCH 2/2] dt-bindings: Use new video interface bus type macros in examples

[PATCH] media: MAINTAINERS: update rksip1 maintainers info
 2022-02-27 14:40 UTC  (2+ messages)

[PATCH v5 00/11] Add support for BCM2835 camera interface (unicam)
 2022-02-26 17:18 UTC  (8+ messages)
` [PATCH v5 03/11] dt-bindings: media: Add bindings for bcm2835-unicam
` [PATCH v5 04/11] media: bcm2835-unicam: Add support for CCP2/CSI2 camera interface

[GIT PULL FOR v5.18] rc core fixes
 2022-02-26  9:39 UTC  (2+ messages)
` [GIT PULL FOR v5.18] rc core fixes (#81089)

[PATCH v1 0/3] Fixes for Mediatek dt-bindings
 2022-02-25 22:58 UTC  (2+ messages)
` [PATCH v1 3/3] media: dt-bindings: mtk-vcodec-encoder: Add power-domains property

[PATCH V2] media: imx: imx8mq-mipi_csi2: Remove unneeded code
 2022-02-25 17:41 UTC  (3+ messages)

[PATCH v3, 0/7] support mt8195 decoder
 2022-02-25 16:30 UTC  (3+ messages)
` [PATCH v3, 1/7] dt-bindings: media: mtk-vcodec: Adds decoder dt-bindings for lat soc

[PATCH 00/16] Remove usage of the deprecated "pci-dma-compat.h" API
 2022-02-25 16:20 UTC  (7+ messages)

[PATCH] media: av7110: av7110_av: Fix Switch and Case Same Indent Style Error
 2022-02-25 15:56 UTC 

[PATCH v10 0/2] media: i2c: isl7998x: Add driver for Intersil ISL7998x
 2022-02-25 11:06 UTC  (5+ messages)
` [PATCH v10 2/2] "
    ` [PATCH] fixup! "

[PATCH] media: gpio-ir-tx: fix transmit with long spaces on Orange Pi PC
 2022-02-25 10:36 UTC 

[PATCH] dma-fance: Add dma_fence_assert_in_signalling_section
 2022-02-25 10:05 UTC  (2+ messages)

[PATCH v7, 00/15] media: mtk-vcodec: support for M8192 decoder
 2022-02-25  9:24 UTC  (11+ messages)
` [PATCH v7, 01/15] media: mtk-vcodec: Add vdec enable/disable hardware helpers
` [PATCH v7, 04/15] media: mtk-vcodec: Read max resolution from dec_capability
` [PATCH v7, 07/15] media: mtk-vcodec: Refactor supported vdec formats and framesizes
` [PATCH v7, 08/15] media: mtk-vcodec: Add format to support MT21C
` [PATCH v7, 11/15] media: mtk-vcodec: record capture queue format type

[PATCH RFC v2] media: hantro: Implement support for encoder commands
 2022-02-25  8:45 UTC  (2+ messages)

Wycena paneli fotowoltaicznych
 2022-02-25  7:45 UTC 

cron job: media_tree daily build: WARNINGS
 2022-02-25  6:07 UTC 

[PATCH v2 0/7] media: imx: Destage imx7-mipi-csis
 2022-02-24 18:54 UTC  (4+ messages)
` [PATCH v2 1/7] media: imx: De-stage imx7-mipi-csis

[GIT PULL v2 FOR 5.18] More V4L2 patches
 2022-02-24 14:54 UTC  (2+ messages)
` [GIT PULL v2 FOR 5.18] More V4L2 patches (#81055)

[PATCH] media: media-entity: Clarify media_entity_cleanup() usage
 2022-02-24 12:57 UTC 

[GIT PULL FOR 5.18] More V4L2 patches
 2022-02-24 10:11 UTC  (2+ messages)
` [GIT PULL FOR 5.18] More V4L2 patches (#81025)

[RESEND,V7,0/6] Enable two hardware jpeg encoder for MT8195
 2022-02-24 10:04 UTC 

[PATCH v5 00/27] media: ov5640: Rework the clock tree programming for MIPI
 2022-02-24  9:43 UTC  (22+ messages)
` [PATCH v5 07/27] media: ov5640: Rework CSI-2 clock tree
` [PATCH v5 08/27] media: ov5640: Rework timings programming
` [PATCH v5 09/27] media: ov5640: Fix 720x480 in RGB888 mode
` [PATCH v5 10/27] media: ov5640: Split DVP and CSI-2 timings
` [PATCH v5 11/27] media: ov5640: Provide timings accessor
` [PATCH v5 12/27] media: ov5640: Re-sort per-mode register tables
` [PATCH v5 13/27] media: ov5640: Remove duplicated mode settings
` [PATCH v5 14/27] media: ov5640: Remove ov5640_mode_init_data
` [PATCH v5 15/27] media: ov5640: Add HBLANK control
` [PATCH v5 16/27] media: ov5640: Add VBLANK control
` [PATCH v5 17/27] media: ov5640: Change CSI-2 timings to comply with FPS
` [PATCH v5 18/27] media: ov5640: Implement init_cfg
` [PATCH v5 19/27] media: ov5640: Implement get_selection
` [PATCH v5 20/27] media: ov5640: Limit frame_interval to DVP mode only
` [PATCH v5 21/27] media: ov5640: Register device properties
` [PATCH v5 22/27] media: ov5640: Add RGB565_1X16 format
` [PATCH v5 23/27] media: ov5640: Add BGR888 format
` [PATCH v5 24/27] media: ov5640: Restrict sizes to mbus code
` [PATCH v5 25/27] media: ov5640: Adjust format to bpp in s_fmt
` [PATCH v5 26/27] media: ov5640: Split DVP and CSI-2 formats
` [PATCH v5 27/27] media: ov5640: Move format mux config in format


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