linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-03-21 10:27:31 to 2023-03-24 10:18:49 UTC [more...]

[PATCHv2 00/19] saa7146: convert to vb2
 2023-03-24 10:18 UTC  (22+ messages)
` [PATCHv2 01/19] media: common: saa7146: disable clipping
` [PATCHv2 02/19] common/saa7146: fix VFL direction for vbi output
` [PATCHv2 03/19] media: pci: saa7146: hexium_orion: initialize input 0
` [PATCHv2 04/19] media: saa7146: drop 'dev' and 'resources' from struct saa7146_fh
` [PATCHv2 05/19] media: common: saa7146: drop 'fmt' from struct saa7146_buf
` [PATCHv2 06/19] media: common: saa7146: replace BUG_ON by WARN_ON
` [PATCHv2 07/19] staging: media: av7110: "
` [PATCHv2 08/19] media: common: saa7146: fix broken V4L2_PIX_FMT_YUV422P support
` [PATCHv2 09/19] media: common: saa7146: use for_each_sg_dma_page
` [PATCHv2 10/19] media: saa7146: convert to vb2
` [PATCHv2 11/19] media: common: saa7146: fix compliance problems with field handling
` [PATCHv2 12/19] media: common: saa7146: check minimum video format size
` [PATCHv2 13/19] media: common: saa7146: fall back to V4L2_PIX_FMT_BGR24
` [PATCHv2 14/19] media: common: saa7146: allow S_STD(G_STD)
` [PATCHv2 15/19] media: mxb: update the tvnorms when changing input
` [PATCHv2 16/19] media: common: saa7146: add support for missing .vidioc_try_fmt_vbi_cap
` [PATCHv2 17/19] media: mxb: allow tuner/input/audio ioctls for vbi
` [PATCHv2 18/19] media: pci: saa7146: advertise only those TV standard that are supported
` [PATCHv2 19/19] staging: media: av7110: fix VBI output support

[PATCH 0/8] usb: gadget: uvc: fix errors reported by v4l2-compliance
 2023-03-24  9:49 UTC  (23+ messages)
` [PATCH 1/8] usb: gadget: uvc: use fourcc printk helper
` [PATCH 2/8] usb: gadget: uvc: fix return code of REQBUFS
` [PATCH 3/8] usb: gadget: uvc: implement s/g_output ioctl
` [PATCH 4/8] usb: gadget: uvc: move video format initialization to uvc_v4l2
` [PATCH 5/8] usb: gadget: uvc: initialize video format using configfs
` [PATCH 6/8] usb: gadget: uvc: try harder to find a valid format
` [PATCH 7/8] usb: gadget: uvc: add colorspace handling
` [PATCH 8/8] usb: gadget: uvc: implement s/g_parm

[PATCH] media: hantro: use devm_reset_control_array_get_optional_exclusive()
 2023-03-24  9:37 UTC  (2+ messages)

[PATCH 1/2] media: mediatek: vcodec: Remove decoder 'dma-ranges' conditon when set dma mask
 2023-03-24  9:19 UTC  (5+ messages)
` [PATCH 2/2] media: mediatek: vcodec: Remove encoder "

[PATCH v2 0/8] Add DELETE_BUF ioctl
 2023-03-24  8:56 UTC  (21+ messages)
` [PATCH v2 1/8] media: videobuf2: Access vb2_queue bufs array through helper functions
` [PATCH v2 2/8] media: videobuf2: Make bufs array dynamic allocated
` [PATCH v2 3/8] media: videobuf2: Add a module param to limit vb2 queue buffer storage
  ` [EXT] "
` [PATCH v2 4/8] media: videobuf2: Stop define VB2_MAX_FRAME as global
` [PATCH v2 5/8] media: v4l2: Add DELETE_BUF ioctl
` [PATCH v2 6/8] media: v4l2: Add mem2mem helpers for "
` [PATCH v2 7/8] media: vim2m: Use v4l2-mem2mem helpers for VIDIOC_DELETE_BUF ioctl
` [PATCH v2 8/8] media: verisilicon: "

[PATCH] media: verisilicon: Simplify error handling in tile_buffer_reallocate()
 2023-03-24  8:10 UTC  (2+ messages)

[PATCH] media: ov8856: Do not check for for module version
 2023-03-23 22:44 UTC 

[RFC] drm/scheduler: Unwrap job dependencies
 2023-03-23 21:30 UTC  (5+ messages)

[RFC 00/10] Separate links and async sub-devices
 2023-03-23 20:18 UTC  (4+ messages)
` [RFC 01/10] media: v4l: async: Return async sub-devices to subnotifier list

[PATCH] media: dt-bindings: Drop unneeded quotes
 2023-03-23 19:37 UTC  (7+ messages)

[PATCH v7 00/13] CSI2RX support on J721E
 2023-03-23 19:36 UTC  (2+ messages)

[PATCH v4 0/3] Improvements for OmniVision OV2685
 2023-03-23 17:57 UTC  (4+ messages)
` [PATCH v4 1/3] media: dt-bindings: media: rkisp1: complete ov2685 example
` [PATCH v4 2/3] media: dt-bindings: ov2685: convert to dtschema
` [PATCH v4 3/3] media: i2c: ov2685: Make reset gpio optional

[PATCH v5 00/10] media: imx-jpeg: Add support for 12 bit extended jpeg
 2023-03-23 16:29 UTC  (13+ messages)
` [PATCH v5 01/10] media: Add P012 and P012M video format
` [PATCH v5 02/10] media: Add Y012 "
` [PATCH v5 03/10] media: Add Y212 v4l2 format info
` [PATCH v5 04/10] media: Add YUV48_12 video format
` [PATCH v5 05/10] media: Add BGR48_12 "
` [PATCH v5 06/10] media: Add ABGR64_12 "
` [PATCH v5 07/10] media: imx-jpeg: Refine the function mxc_jpeg_find_format
` [PATCH v5 08/10] media: imx-jpeg: Clear slot next desc ptr if config error
` [PATCH v5 09/10] media: imx-jpeg: Decoder add support for 12bit jpeg
` [PATCH v5 10/10] media: imx-jpeg: Encoder "

[GIT PULL FOR v6.3] NXP i.MX8 ISI driver
 2023-03-23 16:24 UTC  (5+ messages)
` [GIT PULL FOR v6.3] NXP i.MX8 ISI driver (#89568)

[PATCH 1/1] venus: Enable sufficient sequence change support for sc7180 and Fix for Decoder STOP command issue
 2023-03-23 16:18 UTC  (15+ messages)
` [PATCH V2 0/1] Fix for VP9 DRC and Decoder STOP issue
  ` [PATCH V2 1/1] venus: Enable sufficient sequence change support for sc7180 and fix for Decoder STOP command issue
    ` [PATCH V3 0/1] Fix for VP9 DRC and Decoder STOP issue
      ` [PATCH] venus: Enable sufficient sequence change support for sc7180 and fix for Decoder STOP command issue

[ANN] Request for Topics for a Media Summit June 26th
 2023-03-23 14:55 UTC  (5+ messages)

[PATCH v3] media: v4l2-subdev: Add new ioctl for client capabilities
 2023-03-23 13:58 UTC 

[PATCH v4] venus: Enable sufficient sequence change support for sc7180 and fix for Decoder STOP command issue
 2023-03-23 13:01 UTC 

[PATCH 0/3] suns6-csi changes to support libcamera
 2023-03-23 12:55 UTC  (9+ messages)
` [PATCH 1/3] media: sun6i-csi: merge sun6i_csi_formats and sun6i_csi_formats_match

[PATCH v2 0/5] media: v4l: Add Broadcom sand format to the list of V4L formats
 2023-03-23 12:27 UTC  (6+ messages)
` [PATCH v2 2/5] media: v4l: Add Broadcom sand formats to videodev2.h

[PATCH v2 0/6] Add Starfive Camera Subsystem driver
 2023-03-23 11:22 UTC  (4+ messages)
` [PATCH v2 6/6] media: starfive: "

[PATCH v2] venus: Add support for min/max qp range
 2023-03-23  9:10 UTC 

[PATCH v6 00/12] Add support for multiple chips
 2023-03-23  6:16 UTC  (3+ messages)

[PATCH v2,0/7] media: mediatek: vcodec: Add debugfs file for decode and encode
 2023-03-23  1:57 UTC  (13+ messages)
` [PATCH v2,1/7] media: mediatek: vcodec: Add debugfs interface to get debug information
` [PATCH v2,2/7] media: mediatek: vcodec: Add debug params to control different log level
` [PATCH v2,3/7] media: mediatek: vcodec: Add a debugfs file to get different useful information
` [PATCH v2,4/7] media: mediatek: vcodec: Get each context resolution information
` [PATCH v2,5/7] media: mediatek: vcodec: Get get each instance format type
` [PATCH v2,6/7] media: mediatek: vcodec: Change dbgfs interface to support encode
` [PATCH v2,7/7] media: mediatek: vcodec: Add encode to support dbgfs

[PATCH 00/12] drm/tegra: Convert to platform remove callback returning void
 2023-03-22 17:02 UTC  (2+ messages)
` [PATCH 01/12] gpu: host1x: Make host1x_client_unregister() return void

[RFC 0/4] Allow more than 32 vb2 buffers per queue
 2023-03-22 15:01 UTC  (10+ messages)
` [RFC 2/4] media: videobuf2: Replace bufs array by a list

[PATCH] media: venus: dec: Fix capture formats enumeration order
 2023-03-22 14:13 UTC  (9+ messages)

[PATCH v2] media: i2c: ov5640: Implement get_mbus_config
 2023-03-22 13:53 UTC  (8+ messages)

[PATCH 0/3] media: imx258: Remove rotation=<80 requirement
 2023-03-22 12:32 UTC  (6+ messages)

[RFC 0/2] VP8 stateless V4L2 encoding uAPI + driver
 2023-03-22 10:06 UTC  (4+ messages)
` [RFC 1/2] media: uapi: Add VP8 stateless encoder controls

[PATCH 0/6 RESEND] media: mediatek: vcodec: Add debugfs file for decode and encode
 2023-03-22  9:51 UTC  (4+ messages)
` [PATCH 3/6 RESEND] media: mediatek: vcodec: Add a debugfs file to get different useful information

[PATCH v2 0/3] usb: gadget: functionfs: DMABUF import interface
 2023-03-22  9:21 UTC  (4+ messages)
` [PATCH v2 1/3] usb: gadget: Support already-mapped DMA SGs
` [PATCH v2 2/3] usb: gadget: functionfs: Factorize wait-for-endpoint code
` [PATCH v2 3/3] usb: gadget: functionfs: Add DMABUF import interface

[PATCH] media: hantro: HEVC: Fix exception handling in tile_buffer_reallocate()
 2023-03-22  9:36 UTC 

[PATCH v2] media: v4l2-subdev: Add new ioctl for client capabilities
 2023-03-22  9:32 UTC  (5+ messages)

[RESEND PATCH v4 00/21] Add Tegra20 parallel video input capture
 2023-03-22  9:29 UTC  (3+ messages)

[PATCH v3 0/3] Improvements for OmniVision OV2685
 2023-03-22  7:36 UTC  (6+ messages)
` [PATCH v3 1/3] media: dt-bindings: media: rkisp1: complete ov2685 example
` [PATCH v3 2/3] media: dt-bindings: ov2685: convert to dtschema
` [PATCH v3 3/3] media: i2c: ov2685: Make reset gpio optional

[syzbot] [dri?] BUG: sleeping function called from invalid context in _vm_unmap_aliases
 2023-03-22  4:25 UTC  (2+ messages)

cron job: media_tree daily build: WARNINGS
 2023-03-22  3:38 UTC 

v4l-utils 1.24.0 has been released
 2023-03-21 21:21 UTC  (2+ messages)

[PATCH] media: av7110: put spaces around operators
 2023-03-21 18:30 UTC  (3+ messages)

[PATCH v11 0/7] Support Nuvoton NPCM Video Capture/Encode Engine
 2023-03-21 16:48 UTC  (3+ messages)
` [PATCH v11 7/7] media: nuvoton: Add driver for NPCM video capture and encode engine

v4l-utils: dvb_frontend.h is copied to lib/include for some reason
 2023-03-21 16:24 UTC  (2+ messages)

[GIT PULL FOR v6.4] Various fixes/enhancements
 2023-03-21 15:57 UTC  (2+ messages)
` [GIT PULL FOR v6.4] Various fixes/enhancements (#90583)

[PATCH v12 0/5] media: i2c: imx334: support lower bandwidth mode
 2023-03-21 15:41 UTC  (4+ messages)
` [PATCH v12 5/5] media: i2c: imx334: update pixel and link frequency

[GIT PULL FOR v6.4] Various codec fixes and enhancements
 2023-03-21 15:33 UTC  (2+ messages)
` [GIT PULL FOR v6.4] Various codec fixes and enhancements (#90582)

[PATCH v3 0/2] media: meson: vdec: add HEVC decode codec
 2023-03-21 15:30 UTC  (6+ messages)
` [PATCH v3 1/2] media: meson: vdec: implement 10bit bitstream handling
` [PATCH v3 2/2] media: meson: vdec: add HEVC decode codec

[PATCH v2 0/2] imx7-media-csi: small cleanup
 2023-03-21 15:00 UTC  (3+ messages)
` [PATCH v2 1/2] media: imx: imx7-media-csi: Fix mbus framefmt field init

[PATCH v3 00/14] media: rkisp1: Add support for i.MX8MP
 2023-03-21 14:43 UTC  (2+ messages)

[PATCH v10 00/15] dma-fence: Deadline awareness
 2023-03-21 14:34 UTC  (12+ messages)
` [PATCH v10 01/15] dma-buf/dma-fence: Add deadline awareness

[PATCH] media: meson: vdec: esparser: check parsing state with hardware write pointer
 2023-03-21 13:58 UTC  (3+ messages)

[GIT PULL FOR v6.4] Mediatek vcodec fixes/enhancements
 2023-03-21 12:35 UTC  (2+ messages)
` [GIT PULL FOR v6.4] Mediatek vcodec fixes/enhancements (#90581)

[PATCH 0/2] media: i2c: Fix some memleaks
 2023-03-21 12:32 UTC  (3+ messages)
` [PATCH 1/2] media: ov2740: Fix memleak in ov2740_init_controls()

[GIT PULL FOR v6.4] mtk-jpeg fixes
 2023-03-21 12:08 UTC  (2+ messages)
` [GIT PULL FOR v6.4] mtk-jpeg fixes (#90580)

[PATCH 0/1] Add support for qp min/max
 2023-03-21 11:31 UTC  (4+ messages)
` [PATCH] venus: Add support for min/max qp range

[PATCH v10 0/8] i2c-atr and FPDLink
 2023-03-21 10:56 UTC  (6+ messages)
` [PATCH v10 1/8] i2c: add I2C Address Translator (ATR) support

[PATCH v4 00/10] media: imx-jpeg: Add support for 12 bit extended jpeg
 2023-03-21 10:54 UTC  (9+ messages)
` [PATCH v4 01/10] media: Add P012 and P012M video format
` [PATCH v4 02/10] media: Add Y012 "
` [PATCH v4 04/10] media: Add YUV48_12 "
` [PATCH v4 05/10] media: Add BGR48_12 "

[PATCH] v4l2-compliance: Add a test for DELETE_BUF ioctl
 2023-03-21 10:30 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).