linux-media.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-24 10:16:46 to 2020-06-26 12:22:19 UTC [more...]

[RFC v4 0/8] v4l2: add support for colorspace conversion API (CSC) for video capture and subdevices
 2020-06-26 12:22 UTC  (11+ messages)
` [RFC v4 3/8] media: Documentation: v4l: move table of v4l2_pix_format(_mplane) flags to pixfmt-v4l2.rst
` [RFC v4 4/8] v4l2: add support for colorspace conversion API (CSC) for video capture and subdevices
` [RFC v4 5/8] media: staging: rkisp1: allow quantization conversion from userspace for isp source pad

[PATCH v2 00/15] media: atomisp: Clean ups and fixes to make it load on Baytrail
 2020-06-26 12:19 UTC  (16+ messages)
` [PATCH v2 01/15] media: atomisp: Replace last use of Intel MID APIs
` [PATCH v2 02/15] media: atomisp: move CCK endpoint address to generic header
` [PATCH v2 03/15] media: atomisp: Use proper APIs to find I²C client device by ACPI HID
` [PATCH v2 04/15] media: atomisp: don't pass struct device_driver as parameter
` [PATCH v2 05/15] media: atomisp: Get rid of struct pci_dev in struct atomisp_device
` [PATCH v2 06/15] media: atomisp: Unify pdev to be pointer to struct pci_device
` [PATCH v2 07/15] media: atomisp: Replace direct access to MMIO with proper helpers
` [PATCH v2 08/15] media: atomisp: Drop global atomisp_dev variable (easy cases)
` [PATCH v2 09/15] media: atomisp: make platform data more readable
` [PATCH v2 10/15] media: atomisp: Don't try to parse unexpected ACPI object type
` [PATCH v2 11/15] media: atomisp: Make pointer to PMIC client global
` [PATCH v2 12/15] media: atomisp: Refactor PMIC detection to a separate function
` [PATCH v2 13/15] media: atomisp: Provide Gmin subdev as parameter to gmin_subdev_add()
` [PATCH v2 14/15] media: atomisp: Get rid of ugly and leaky ACPI handling in gmin_subdev_add()
` [PATCH v2 15/15] media: atomisp: Deduplicate return ret in gmin_i2c_write()

[PATCH v6 0/3] media: Add colors' order and other info over test image
 2020-06-26 11:59 UTC  (6+ messages)
` [PATCH v6 1/3] media: tpg: change char argument to const char
` [PATCH v6 2/3] media: tpg: Add function to return colors' order of test image
` [PATCH v6 3/3] media: vimc: Add a control to display info on "

[PATCH 0/7] media: kill off broken soc_camera
 2020-06-26 11:53 UTC  (8+ messages)
` [PATCH 1/7] ov9640: update MODULE_DESCRIPTION
` [PATCH 2/7] pxa_camera: "
` [PATCH 3/7] mach-imx: mach-imx27_visstrim_m10.c: remove soc_camera dependencies
` [PATCH 4/7] mach-omap1: board-ams-delta.c: "
` [PATCH 5/7] mach-pxa: palmz72/pcm990: "
` [PATCH 6/7] staging/media/soc_camera: remove this driver
` [PATCH 7/7] soc_camera.h: remove this unused header

[PATCH] media: uvcvideo: Fix loop exit condition in uvc_xu_ctrl_query()
 2020-06-26 10:45 UTC 

[PATCH] cec-api: prevent leaking memory through hole in structure
 2020-06-26 10:44 UTC 

[bug report] Revert "media: staging: atomisp: Remove driver"
 2020-06-26 10:42 UTC 

[PATCH 1/3] v4l2-subdev: Add subdev ioctl support for ENUM/GET/SET INPUT
 2020-06-26 10:28 UTC  (16+ messages)

[PATCH 0/6] Hantro low-hanging cleanups
 2020-06-26  9:52 UTC  (9+ messages)
` [PATCH 1/6] hantro: h264: Remove unused macro definition
` [PATCH 2/6] hantro: h264: Rename scaling list handling function
` [PATCH 3/6] hantro: Rework how encoder and decoder are identified
` [PATCH 4/6] hantro: Move hantro_enc_buf_finish to JPEG codec_ops.done
` [PATCH 5/6] hantro: Remove unused bytesused argument
` [PATCH 6/6] hantro: Make sure we don't use post-processor on an encoder

[PATCH v2 0/2] Refactor MDP driver and add dummy component driver
 2020-06-26  9:37 UTC  (3+ messages)

[PATCH] MEDIA: i.MX6: Support 16-bit BT.1120 video input
 2020-06-26  9:11 UTC  (2+ messages)

[PATCH] MEDIA-STAGING: Remove unneeded geometry restrictions from i.MX CSI driver
 2020-06-26  8:58 UTC  (2+ messages)

MEDIA: Add support for RAW14 and RAW16 to IPUv3 CSI
 2020-06-26  8:58 UTC  (2+ messages)

[PATCH v2 0/4] media: staging: rkisp1: move stats reading to irq handler
 2020-06-26  8:51 UTC  (5+ messages)
` [PATCH v2 1/4] media: staging: rkisp1: use a macro for the statistics flags mask
` [PATCH v2 2/4] media: staging: rkisp1: stats: replace spin_lock_irqsave with spin_lock_irq
` [PATCH v2 3/4] media: staging: rkisp1: stats: replace locks wq_lock, irq_lock with one lock
` [PATCH v2 4/4] media: staging: rkisp1: stats: read the stats in the isr

[PATCH v2 00/18] media: mtk-vcodec: venc: support for MT8183 and v4l2-compliance fixes
 2020-06-26  8:04 UTC  (19+ messages)
` [PATCH v2 01/18] media: mtk-vcodec: abstract firmware interface
` [PATCH v2 02/18] media: mtk-vcodec: add SCP firmware ops
` [PATCH v2 03/18] media: mtk-vcodec: venc: support SCP firmware
` [PATCH v2 04/18] media: mtk-vcodec: venc: handle firmware version field
` [PATCH v2 05/18] media: mtk-vcodec: venc: specify bitrate range per-chip
` [PATCH v2 06/18] media: mtk-vcodec: venc: specify supported formats per-chip
` [PATCH v2 07/18] media: mtk-vcodec: add support for MT8183 encoder
` [PATCH v2 08/18] media: dt-bindings: mtk-vcodec: specify SCP node
` [PATCH v2 09/18] media: dt-bindings: mtk-vcodec: document mediatek,mt8183-vcodec-enc
` [PATCH v2 10/18] Revert "media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding"
` [PATCH v2 11/18] media: mtk-vcodec: venc support MIN_OUTPUT_BUFFERS control
` [PATCH v2 12/18] media: mtk-vcodec: venc: set OUTPUT buffers field to V4L2_FIELD_NONE
` [PATCH v2 13/18] media: mtk-vcodec: venc: use platform data for ENUM_FRAMESIZES
` [PATCH v2 14/18] media: mtk-vcodec: venc: support ENUM_FRAMESIZES on OUTPUT formats
` [PATCH v2 15/18] media: mtk-vcodec: venc: support G_PARM on CAPTURE queue
` [PATCH v2 16/18] media: mtk-vcodec: venc: make S_PARM return -ENOTTY for "
` [PATCH v2 17/18] media: mtk-vcodec: venc: set default time per frame
` [PATCH v2 18/18] media: mtk-vcodec: venc: fix invalid time per frame in S_PARM

[PATCH v2 0/4] Tegra Video Decoder driver power management corrections
 2020-06-26  7:48 UTC  (12+ messages)
` [PATCH v2 1/4] media: staging: tegra-vde: Balance runtime PM use-count on resume failure
` [PATCH v2 2/4] media: staging: tegra-vde: Runtime PM is always available on Tegra
` [PATCH v2 3/4] media: staging: tegra-vde: Turn ON power domain on shutdown
` [PATCH v2 4/4] media: staging: tegra-vde: Power-cycle hardware on probe

media/master bisection: v4l2-compliance-uvc.Buffer-ioctls-Input-0.VIDIOC_REQBUFS/CREATE_BUFS/QUERYBUF on rk3399-gru-kevin
 2020-06-26  7:19 UTC  (3+ messages)

[PATCH 1/1] staging: media: soc_camera: Adding parentheses to macro defination at line 241, Clearing alignment issues at lines 410 and 1270, fixing return values at EPOLLERR
 2020-06-26  7:04 UTC  (3+ messages)

[PATCH] v4l2-compliance: Add libcamera to businfo prefixes
 2020-06-26  6:22 UTC 

[PATCH 00/10] media: mtk-vcodec: venc: support for MT8183
 2020-06-26  4:54 UTC  (6+ messages)
` [PATCH 06/10] media: mtk-vcodec: venc: specify supported formats per-chip

[PATCH] fixing ERROR: Macros with complex values must be enclosed within parentheses
 2020-06-26  4:29 UTC  (3+ messages)

cron job: media_tree daily build: ERRORS
 2020-06-26  3:49 UTC 

[PATCH v5 0/3]
 2020-06-26  1:18 UTC  (10+ messages)
` [PATCH v5 1/3] media: tpg: change char argument to const char
` [PATCH v5 2/3] media: tpg: Add function to return colors' order of test image
` [PATCH v5 3/3] media: vimc: Add a control to display info on "

[PATCH] [v2] media: venus: core: Fix runtime PM imbalance in venus_probe
 2020-06-26  0:54 UTC  (3+ messages)
  `  "

[RFC v3 1/2] v4l2: add support for colorspace conversion for video capture
 2020-06-26  0:15 UTC  (12+ messages)
` [RFC v3 2/2] media: staging: rkisp1: allow quantization conversion from userspace for isp source pad

[PATCH] media: s5p-g2d: Fix a memory leak in an error handling path in 'g2d_probe()'
 2020-06-25 20:19 UTC  (3+ messages)

[PATCH v1 0/1] Add support for meson building
 2020-06-25 18:52 UTC  (12+ messages)
` [PATCH v1 1/1] "

[PATCH 0/4] media: staging: rkisp1: fixes related to the uapi lsc struct
 2020-06-25 18:50 UTC  (5+ messages)
` [PATCH 1/4] media: staging: rkisp1: remove two unused fields in uapi struct
` [PATCH 2/4] media: staging: rkisp1: set "*_data_tbl" fields in rkisp1_cif_isp_lsc_config as 2D arries
` [PATCH 3/4] media: staging: rkisp1: replace two identical macros with one
` [PATCH 4/4] media: staging: rkisp1: change type of fields in 'rkisp1_cif_isp_lsc_config' from u32 to u16

[RFC 0/7] media: Clean and make H264 stateless uAPI public
 2020-06-25 17:51 UTC  (20+ messages)
` [RFC 2/7] fixup! media: uapi: h264: update reference lists
` [RFC 3/7] media: uapi: h264: clarify pic_order_cnt_bit_size field
` [RFC 4/7] media: uapi: h264: increase size of fields
` [RFC 5/7] media: uapi: h264: pad v4l2_ctrl_h264_pps to 64-bit
` [RFC 6/7] media: uapi: h264: Clean slice invariants syntax elements
` [RFC 7/7] media: uapi: make H264 stateless codec interface public

[PATCH 0/3] media: staging: rkisp1: various bug fixes in params
 2020-06-25 17:42 UTC  (4+ messages)
` [PATCH 1/3] media: staging: rkisp1: params: don't reference the vb2 buffer after calling vb2_buffer_done
` [PATCH 2/3] media: staging: rkisp1: params: don't release lock in isr before buffer is done
` [PATCH 3/3] media: staging: rkisp1: params: in 'stop_streaming' don't release the lock while returning buffers

Build failed in Jenkins: media-build #3125
 2020-06-25 12:45 UTC  (4+ messages)
` Build failed in Jenkins: media-build #3126
  ` Build failed in Jenkins: media-build #3127
    ` Jenkins build is back to normal : media-build #3128

[GIT PULL FOR v5.9] Minor fixes
 2020-06-25 12:20 UTC  (2+ messages)
` [GIT PULL FOR v5.9] Minor fixes (#64886)

[GIT PULL FOR v5.9] v2: Various fixes/enhancements
 2020-06-25 11:56 UTC  (2+ messages)
` [GIT PULL FOR v5.9] v2: Various fixes/enhancements (#64885)

[PATCH] media: imx.rst: Update the imx6-sabreauto ADV7180 instructions
 2020-06-25 11:38 UTC  (17+ messages)

[PATCH stable 4.9 00/21] Unbreak 32-bit DVB applications on 64-bit kernels
 2020-06-25 11:30 UTC  (5+ messages)

[PATCH] media: i2c: tvp5150: Fix horizontal crop stop boundry
 2020-06-25 11:05 UTC  (2+ messages)

[PATCH v3 0/3] Add support for Xilinx UHD-SDI Receiver subsystem
 2020-06-25  9:43 UTC  (3+ messages)
` [PATCH v3 3/3] media: v4l: xilinx: Add Xilinx UHD-SDI Rx Subsystem driver

[git:media_tree/master] media: mtk-vcodec: Remove extra area allocation in an input buffer on encoding
 2020-06-25  6:13 UTC  (5+ messages)

[PATCH] venus: move buffer calculation to driver
 2020-06-25  4:50 UTC  (2+ messages)

[PATCH] venus: move platform specific data to platform file
 2020-06-25  4:48 UTC  (2+ messages)

[PATCH] venus: Add platform specific capabilities
 2020-06-25  4:48 UTC  (2+ messages)

cron job: media_tree daily build: ERRORS
 2020-06-25  3:46 UTC 

[PATCH 00/11] media: exynos4-is: Improve support for s5pv210 and parallel ports
 2020-06-24 21:14 UTC  (5+ messages)

[PATCH] media: Add V4L2_TYPE_IS_CAPTURE helper
 2020-06-24 19:28 UTC 

[ragnatech:media-tree] BUILD SUCCESS e30cc79cc80fd919b697a15c5000d9f57487de8e
 2020-06-24 17:23 UTC 

[PATCH RESEND] media: cros-ec-cec: do not bail on device_init_wakeup failure
 2020-06-24 16:39 UTC  (5+ messages)

[GIT PULL FOR v5.9] Add Chrontel ch7322 CEC adapter driver
 2020-06-24 15:56 UTC  (2+ messages)
` [GIT PULL FOR v5.9] Add Chrontel ch7322 CEC adapter driver (#64883)

[GIT PULL FOR v5.9] More fixes
 2020-06-24 15:47 UTC  (2+ messages)
` [GIT PULL FOR v5.9] More fixes (#64882)

[PATCH v2] media: venus: core: Fix runtime PM imbalance in venus_probe
 2020-06-24 15:25 UTC 

[GIT PULL FOR v5.9] More fixes
 2020-06-24 15:02 UTC  (3+ messages)
` [GIT PULL FOR v5.9] More fixes (#64876)

[PATCH] media: rcar-vin: Move media_device_register to async completion
 2020-06-24 14:54 UTC  (6+ messages)

[PATCH 00/12] media: allegro: Add support for firmware 2019.2
 2020-06-24 14:35 UTC  (3+ messages)
` [PATCH 01/12] media: allegro: rework mbox handling

[PATCH v5] media: vimc: get pixformat info from v4l2_format_info
 2020-06-24 14:08 UTC  (2+ messages)

[PATCH v11 00/13] media: report camera properties
 2020-06-24 13:46 UTC  (5+ messages)
` [PATCH v11 13/13] dt-bindings: Add media properties

[PATCH v2 15/17] media: cros-ec-cec: Use cros_ec_cmd()
 2020-06-24 12:04 UTC  (2+ messages)

[PATCH] staging: media: soc_camera: Enclose macro with parentheses
 2020-06-24 11:46 UTC  (2+ messages)

[PATCH v2 00/34] Drivers for the BCM283x CSI-2/CCP2 receiver and ISP
 2020-06-24 11:28 UTC  (5+ messages)
` [PATCH v2 33/34] staging: bcm2835-isp: Add support for BC2835 ISP

[PATCH v6 0/3] DCMI set minimum cpufreq requirement
 2020-06-24 11:27 UTC  (4+ messages)
` [PATCH v6 2/3] media: stm32-dcmi: Set "


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