linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-12 09:24:12 to 2022-05-14 04:55:56 UTC [more...]

cron job: media_tree daily build: WARNINGS
 2022-05-14  4:55 UTC 

[GIT PULL FOR v5.19] H.264 Field Decoding Support for Frame-based Decoders
 2022-05-13 21:55 UTC  (2+ messages)
` [GIT PULL FOR v5.19] H.264 Field Decoding Support for Frame-based (#83288)

[PATCH v5 00/20] H.264 Field Decoding Support for Frame-based Decoders
 2022-05-13 20:29 UTC  (21+ messages)
` [PATCH v5 01/20] media: h264: Use v4l2_h264_reference for reflist
` [PATCH v5 02/20] media: h264: Increase reference lists size to 32
` [PATCH v5 03/20] media: h264: Store current picture fields
` [PATCH v5 04/20] media: h264: Store all fields into the unordered list
` [PATCH v5 05/20] media: v4l2: Trace calculated p/b0/b1 initial reflist
` [PATCH v5 06/20] media: h264: Sort p/b reflist using frame_num
` [PATCH v5 07/20] media: v4l2: Reorder field reflist
` [PATCH v5 08/20] media: rkvdec: Stop overclocking the decoder
` [PATCH v5 09/20] media: rkvdec: h264: Fix dpb_valid implementation
` [PATCH v5 10/20] media: rkvdec: h264: Fix bit depth wrap in pps packet
` [PATCH v5 11/20] media: rkvdec: Move H264 SPS validation in rkvdec-h264
` [PATCH v5 12/20] media: rkvdec: h264: Validate and use pic width and height in mbs
` [PATCH v5 13/20] media: rkvdec: h264: Fix reference frame_num wrap for second field
` [PATCH v5 14/20] media: rkvdec: Ensure decoded resolution fit coded resolution
` [PATCH v5 15/20] media: rkvdec-h264: Add field decoding support
` [PATCH v5 16/20] media: rkvdec: Enable capture buffer holding for H264
` [PATCH v5 17/20] media: hantro: Stop using H.264 parameter pic_num
` [PATCH v5 18/20] media: hantro: h264: Make dpb entry management more robust
` [PATCH v5 19/20] media: hantro: Add H.264 field decoding support
` [PATCH v5 20/20] media: hantro: Enable HOLD_CAPTURE_BUF for H.264

[PATCH 0/2] media: cx88 and usbtv: PAL-Nc fixes
 2022-05-13 18:29 UTC  (3+ messages)
` [PATCH 1/2] media: cx88: Fix PAL-Nc standard
` [PATCH 2/2] media: usbtv: Add "

[PATCH v2] media: Kconfig: Make DVB_CORE=m possible when MEDIA_SUPPORT=y
 2022-05-13 17:30 UTC 

[PATCH] imon_raw: respect DMA coherency
 2022-05-13 16:23 UTC  (5+ messages)

[PATCH] iguanair: no superfluous usb_unlink_urb()
 2022-05-13 16:20 UTC  (2+ messages)

[PATCH 1/4] igorplugusb: respect DMA coherency
 2022-05-13 16:20 UTC  (5+ messages)
` [PATCH 2/4] igorplugusb: prevent use after free in probe error
` [PATCH 3/4] igorplugusb: break cyclical race on disconnect
` [PATCH 4/4] igorplugusb: remove superfluous usb_unlink_urb()

[PATCH v7 0/6] Proposal for a GPU cgroup controller
 2022-05-13 16:13 UTC  (6+ messages)

[PATCH] media: ov7251: fix mutex lock unbalance
 2022-05-13 16:08 UTC 

[PATCH 0/3] add Aspeed udc driver for ast2600
 2022-05-13 15:39 UTC  (7+ messages)
` [PATCH 1/3] usb: gadget: add Aspeed ast2600 udc driver
` [PATCH 2/3] ARM: dts: aspeed: Add USB2.0 device controller node
` [PATCH 3/3] dt-bindings: usb: add documentation for aspeed udc

[PATCH] media: TDA1997x: Fix the error handling in tda1997x_probe()
 2022-05-13 15:35 UTC  (2+ messages)

[PATCH v7 00/28] media: ov5640: Rework the clock tree programming for MIPI
 2022-05-13 14:24 UTC  (30+ messages)
` [PATCH v7 01/28] media: ov5640: Add pixel rate to modes
` [PATCH v7 02/28] media: ov5640: Re-arrange modes definition
` [PATCH v7 03/28] media: ov5640: Add ov5640_is_csi2() function
` [PATCH v7 04/28] media: ov5640: Associate bpp with formats
` [PATCH v7 05/28] media: ov5640: Add LINK_FREQ control
` [PATCH v7 06/28] media: ov5640: Update pixel_rate and link_freq
` [PATCH v7 07/28] media: ov5640: Rework CSI-2 clock tree
` [PATCH v7 08/28] media: ov5640: Rework timings programming
` [PATCH v7 09/28] media: ov5640: Fix 720x480 in RGB888 mode
` [PATCH v7 10/28] media: ov5640: Split DVP and CSI-2 timings
` [PATCH v7 11/28] media: ov5640: Provide timings accessor
` [PATCH v7 12/28] media: ov5640: Re-sort per-mode register tables
` [PATCH v7 13/28] media: ov5640: Remove duplicated mode settings
` [PATCH v7 14/28] media: ov5640: Remove ov5640_mode_init_data
` [PATCH v7 15/28] media: ov5640: Add HBLANK control
` [PATCH v7 16/28] media: ov5640: Add VBLANK control
` [PATCH v7 17/28] media: ov5640: Adjust vblank with s_frame_interval
` [PATCH v7 18/28] media: ov5640: Remove frame rate check from find_mode()
` [PATCH v7 19/28] media: ov5640: Change CSI-2 timings to comply with FPS
` [PATCH v7 20/28] media: ov5640: Implement init_cfg
` [PATCH v7 21/28] media: ov5640: Implement get_selection
` [PATCH v7 22/28] media: ov5640: Register device properties
` [PATCH v7 23/28] media: ov5640: Add RGB565_1X16 format
` [PATCH v7 24/28] media: ov5640: Add BGR888 format
` [PATCH v7 25/28] media: ov5640: Restrict sizes to mbus code
` [PATCH v7 26/28] media: ov5640: Adjust format to bpp in s_fmt
` [PATCH v7 27/28] media: ov5640: Split DVP and CSI-2 formats
` [PATCH v7 28/28] media: ov5640: Move format mux config in format

[PATCH v7 00/28] media: ov5640: Rework the clock tree programming for MIPI
 2022-05-13 14:14 UTC  (29+ messages)
` [PATCH v7 01/28] media: ov5640: Add pixel rate to modes
` [PATCH v7 02/28] media: ov5604: Re-arrange modes definition
` [PATCH v7 03/28] media: ov5640: Add ov5640_is_csi2() function
` [PATCH v7 04/28] media: ov5640: Associate bpp with formats
` [PATCH v7 05/28] media: ov5640: Add LINK_FREQ control
` [PATCH v7 06/28] media: ov5640: Update pixel_rate and link_freq
` [PATCH v7 07/28] media: ov5640: Rework CSI-2 clock tree
` [PATCH v7 08/28] media: ov5640: Rework timings programming
` [PATCH v7 09/28] media: ov5640: Fix 720x480 in RGB888 mode
` [PATCH v7 10/28] media: ov5640: Split DVP and CSI-2 timings
` [PATCH v7 11/28] media: ov5640: Provide timings accessor
` [PATCH v7 12/28] media: ov5640: Re-sort per-mode register tables
` [PATCH v7 13/28] media: ov5640: Remove duplicated mode settings
` [PATCH v7 14/28] media: ov5640: Remove ov5640_mode_init_data
` [PATCH v7 15/28] media: ov5640: Add HBLANK control
` [PATCH v7 16/28] media: ov5640: Add VBLANK control
` [PATCH v7 17/28] media: ov5640: Adjust vblank with s_frame_interval
` [PATCH v7 18/28] media: ov5640: Remove frame rate check from find_mode()
` [PATCH v7 19/28] media: ov5640: Change CSI-2 timings to comply with FPS
` [PATCH v7 20/28] media: ov5640: Implement init_cfg
` [PATCH v7 21/28] media: ov5640: Implement get_selection
` [PATCH v7 22/28] media: ov5640: Register device properties
` [PATCH v7 23/28] media: ov5640: Add RGB565_1X16 format
` [PATCH v7 24/28] media: ov5640: Add BGR888 format
` [PATCH v7 25/28] media: ov5640: Restrict sizes to mbus code
` [PATCH v7 26/28] media: ov5640: Adjust format to bpp in s_fmt
` [PATCH v7 27/28] media: ov5640: Split DVP and CSI-2 formats
` [PATCH v7 28/28] media: ov5640: Move format mux config in format

[PATCH 1/1] ov7251: Fix multiple problems in s_stream callback
 2022-05-13 14:14 UTC  (2+ messages)

[PATCH] media: platform: replace ternary operator with max()
 2022-05-13 13:32 UTC 

[GIT PULL FOR 5.19] Ov5640 driver improvements
 2022-05-13 13:19 UTC  (3+ messages)
` [GIT PULL FOR 5.19] Ov5640 driver improvements (#83198)

[GIT PULL FOR v5.19] v2: H.264 Field Decoding Support for Frame-based Decoders
 2022-05-13 13:11 UTC  (3+ messages)
` [GIT PULL FOR v5.19] v2: H.264 Field Decoding Support for Frame-based (#83186)

[PATCH 0/2] Introduce HDMI Video Guard Band test pattern
 2022-05-13 12:53 UTC  (3+ messages)
` [PATCH 1/2] media: v4l2-tpg: add "
` [PATCH 2/2] media: vivid: add HDMI Video Guard Band control

[PATCH V3 RESEND] dma-buf: ensure unique directory name for dmabuf stats
 2022-05-13 11:28 UTC 

[PATCH v2] media: i2c: adv7180: fix reserved bit in Video Selection 2
 2022-05-13 10:43 UTC  (3+ messages)

[PATCH V3] dma-buf: ensure unique directory name for dmabuf stats
 2022-05-13 10:42 UTC  (7+ messages)

[PATCH v2 0/2] media: Add onsemi MT9M114 camera sensor driver
 2022-05-13 10:33 UTC  (7+ messages)
` [PATCH v2 1/2] media: dt-bindings: media: i2c: Add MT9M114 camera sensor binding
` [PATCH v2 2/2] media: i2c: Add driver for onsemi MT9M114 camera sensor

[PATCH v2 0/5] Support Nuvoton NPCM Video Capture/Encode Engine
 2022-05-13 10:30 UTC  (10+ messages)
` [PATCH v2 1/5] arm: dts: Add node for "
` [PATCH v2 2/5] dt-bindings: media: Add dt-bindings "
` [PATCH v2 3/5] dt-bindings: arm/npcm: Add dt-bindings for Graphics Core Information
` [PATCH v2 4/5] media: Add HEXTILE compressed format
` [PATCH v2 5/5] drivers: media: platform: Add NPCM Video Capture/Encode Engine driver

[GIT PULL FOR v5.19] mtk-vcodec: support for M8192 and MT8186 decoder
 2022-05-13 10:19 UTC  (2+ messages)
` [GIT PULL FOR v5.19] mtk-vcodec: support for M8192 and MT8186 decoder (#83182)

[PATCH v6, 0/7] support mt8195 decoder
 2022-05-13  9:25 UTC  (8+ messages)
` [PATCH v6, 1/7] dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for lat soc
` [PATCH v6, 2/7] media: mediatek: vcodec: Add to support lat soc hardware
` [PATCH v6, 3/7] dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for mt8195
` [PATCH v6, 4/7] media: mediatek: vcodec: Adds compatible "
` [PATCH v6, 5/7] media: mediatek: vcodec: Different codec using different capture format
` [PATCH v6, 6/7] media: mediatek: vcodec: prevent kernel crash when scp ipi timeout
` [PATCH v6, 7/7] media: mediatek: vcodec: Add to support H264 inner racing mode

[PATCH v3] media: mediatek: vcodec: add vp9 decoder driver for mt8186
 2022-05-13  9:24 UTC 

[PATCH] media: atomisp: don't pass a pointer to a local variable
 2022-05-13  8:23 UTC 

Biznesowy angielski
 2022-05-13  8:05 UTC 

[GIT PULL FOR v5.19] H.264 Field Decoding Support for Frame-based Decoders
 2022-05-13  8:09 UTC  (3+ messages)
` [GIT PULL FOR v5.19] H.264 Field Decoding Support for Frame-based (#82804)

[PATCH] media: camss: Allocate camss struct as a managed device resource
 2022-05-13  8:05 UTC 

[PATCH] media: cec-adap.c: log when claiming LA fails unexpectedly
 2022-05-13  7:54 UTC 

[PATCH RFC] MAINTAINERS: drop unreachable contact for MEDIATEK JPEG DRIVER
 2022-05-13  7:23 UTC  (3+ messages)

[RESEND, v4] media: mediatek: vcodec: Fix v4l2 compliance decoder cmd test fail
 2022-05-13  3:24 UTC 

[PATCH v12, 00/17] media: mtk-vcodec: support for M8192 decoder
 2022-05-13  2:57 UTC  (5+ messages)
` [PATCH v12, 13/17] media: mediatek: vcodec: Extract H264 common code
  ` [DKIM] "

[GIT PULL FOR 5.19] More V4L2 patches
 2022-05-12 18:03 UTC  (2+ messages)
` [GIT PULL FOR 5.19] More V4L2 patches (#83170)

[PATCH V2] dmabuf: ensure unique directory name for dmabuf stats
 2022-05-12 14:50 UTC  (7+ messages)

drivers/media/dvb-frontends/mn88443x.c:772:34: warning: 'mn88443x_of_match' defined but not used
 2022-05-12 14:06 UTC 

[PATCH ,v4] media: mediatek: vcodec: Fix v4l2 compliance decoder cmd test fail
 2022-05-12 13:46 UTC  (2+ messages)
` [PATCH , v4] "

[PATCHv2 1/2] ttusbir: NOIO during resume
 2022-05-12 13:41 UTC  (2+ messages)
` [PATCHv2 2/2] ttusbir: avoid unnecessary usb_unlink_urb()

[PATCH] xbox_remote: xbox_remote_initialize() cannot fail
 2022-05-12 13:38 UTC 

[PATCH] streamzap: avoid unnecessary GFP_ATOMIC
 2022-05-12 13:22 UTC 

[PATCH v1 0/5] Support Nuvoton NPCM Video Capture/Encode Engine
 2022-05-12 13:18 UTC  (3+ messages)
` [PATCH v1 4/5] media: Add HEXTILE compressed format

[PATCH] redrat3: no unnecessary GFP_ATOMIC
 2022-05-12 13:16 UTC 

[syzbot] WARNING in drm_gem_shmem_vm_open
 2022-05-12 13:10 UTC  (3+ messages)

[PATCH v3 3/5] media: uapi: Add ST VGXY61 header file
 2022-05-12 12:43 UTC  (3+ messages)

[PATCHv2 1/4] igorplugusb: respect DMA coherency
 2022-05-12 12:37 UTC  (4+ messages)
` [PATCHv2 2/4] igorplugusb: prevent use after free in probe error
` [PATCHv2 3/4] igorplugusb: break cyclical race on disconnect
` [PATCHv2 4/4] igorplugusb: remove superfluous usb_unlink_urb()

[PATCH 1/3] igorplugusb: prevent use after free in probe error
 2022-05-12 12:33 UTC  (3+ messages)
` [PATCH 2/3] igorplugusb: break cyclical race on disconnect
` [PATCH 3/3] igorplugusb: remove superfluous usb_unlink_urb()

[PATCH 1/5] dma-buf: cleanup dma_fence_unwrap selftest v2
 2022-05-12 11:34 UTC  (3+ messages)

[PATCH v2 0/4] Add Toshiba Visconti AFFINE image processing accelerator driver
 2022-05-12 11:19 UTC  (3+ messages)
` [PATCH v2 3/4] soc: visconti: Add Toshiba Visconti AFFINE image processing accelerator

[PATCH 0/4] Add Toshiba Visconti DNN image processing accelerator driver
 2022-05-12 11:14 UTC  (2+ messages)

[PATCH v18 0/6] Add mutex support for MDP
 2022-05-12 10:32 UTC  (7+ messages)
` [PATCH v18 1/6] soc: mediatek: mutex: add common interface for modules setting
` [PATCH v18 2/6] soc: mediatek: mutex: add 8183 MUTEX MOD settings for MDP
` [PATCH v18 6/6] soc: mediatek: mutex: add functions that operate registers by CMDQ

[PATCH] media: camss: Allocate power domain resources dynamically
 2022-05-12  9:49 UTC  (2+ messages)

[PATCH] adv7604: try all infoframe types
 2022-05-12  9:36 UTC 

[PATCH v15 0/3] media: mediatek: support mdp3 on mt8183 platform
 2022-05-12  9:23 UTC  (4+ messages)
` [PATCH v15 1/3] dt-binding: mediatek: add bindings for MediaTek MDP3 components
` [PATCH v15 2/3] dts: arm64: mt8183: add Mediatek MDP3 nodes
` [PATCH v15 3/3] media: platform: mtk-mdp3: add Mediatek MDP3 driver


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