linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-12 16:21:58 to 2022-05-16 14:04:46 UTC [more...]

[PATCH v2 0/6] media: Implement UVC v1.5 ROI
 2022-05-16 14:04 UTC 

[PATCH v1 0/6] media: Implement UVC v1.5 ROI
 2022-05-16 13:25 UTC  (8+ messages)
` [PATCH v1 1/6] media: v4l2_ctrl: Add region of interest rectangle control
` [PATCH v1 2/6] media: v4l2_ctrl: Add region of interest auto control
` [PATCH v1 3/6] media: v4l2_ctrl: Add V4L2_CTRL_WHICH_MIN/MAX_VAL
` [PATCH v1 4/6] media: uvcvideo: implement UVC v1.5 ROI
` [PATCH v1 5/6] media: uvcvideo: Initialize roi to default value
` [PATCH v1 6/6] media: vivid: Add a roi rectangle control

[PATCH] [media] st-delta: Remove unneeded NULL check in delta-v4l2
 2022-05-16 13:13 UTC 

[PATCH] [media] c8sectpfe: Remove unneeded NULL check before clk_disable_unprepare
 2022-05-16 13:12 UTC 

[PATCH v2] UPSTREAM: media: ov8856: skip OTP read in non-zero ACPI D state
 2022-05-16 11:30 UTC  (2+ messages)

[PATCH] imon_raw: respect DMA coherency
 2022-05-16 11:00 UTC  (6+ messages)

[PATCH 0/3] add Aspeed udc driver for ast2600
 2022-05-16 10:21 UTC  (13+ 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 0/3] MIPID02 pixel clk polarity & serial pixel formats
 2022-05-16 10:12 UTC  (7+ messages)
` [PATCH 1/3] media: st-mipid02: add support of pixel clock polarity
` [PATCH 2/3] media: st-mipid02: add support for YVYU and VYUY formats
` [PATCH 3/3] media: st-mipid02: expose 1X16 serial pixel format

[PATCH] media: stm32-dcmi: add support of 1X16 serial pixel formats variant
 2022-05-16  9:20 UTC 

[PATCH] media: i2c: isl7998x: make const array isl7998x_video_in_chan_map static
 2022-05-16  9:20 UTC 

[PATCH 1/2] Add a V4L2 control to allow configuring BLC from userspace
 2022-05-16  9:15 UTC  (4+ messages)
` [PATCH 2/2] Re-run BLC when gain change

[PATCH 00/50] staging: media: imx: Prepare destaging of imx7-media-csi
 2022-05-16  7:59 UTC  (2+ messages)

Build regressions/improvements in v5.18-rc7
 2022-05-16  7:18 UTC 

[PATCH] media: s5c73m3: Switch to GPIO descriptors
 2022-05-16  6:52 UTC  (2+ messages)

[PATCH] media: dvb_vb2: fix possible out of bound access
 2022-05-16  2:40 UTC  (3+ messages)

[PATCH v4 0/3] Enable JPEG Encoder on RK3566/RK3568
 2022-05-14 20:41 UTC  (4+ messages)
` [PATCH v4 1/3] media: dt-binding: media: Add rockchip-vepu binding
` [PATCH v4 2/3] media: hantro: Add support for RK356x encoder

[PATCH] media: ov9650: Drop platform data code path
 2022-05-14 17:24 UTC 

[PATCH] media: ov7670: Drop unused include
 2022-05-14 17:03 UTC 

[PATCH v2 0/5] Support Nuvoton NPCM Video Capture/Encode Engine
 2022-05-14 10:41 UTC  (11+ 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

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] 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  (2+ messages)

[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] 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

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


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