Linux Media
[Prev Page][Next Page]
- [PATCH AUTOSEL 5.18 050/159] media: venus: hfi: avoid null dereference in deinit, Sasha Levin
- [PATCH AUTOSEL 5.18 049/159] media: i2c: dw9714: Disable the regulator when the driver fails to probe, Sasha Levin
- [PATCH AUTOSEL 5.18 052/159] media: pci: cx23885: Fix the error handling in cx23885_initdev(), Sasha Levin
- [PATCH AUTOSEL 5.18 053/159] media: cx25821: Fix the warning when removing the module, Sasha Levin
- [syzbot] WARNING in dma_map_sgtable (2), syzbot
- [PATCH v2] media: imx-jpeg: Implement drain using v4l2-mem2mem helpers, Ming Qian
- [PATCH v2] media: imx-jpeg: Disable some unused interrupt,
Ming Qian
- [PATCH v2] media: imx-jpeg: Align upwards buffer size,
Ming Qian
- [PATCH v3] media: imx-jpeg: Leave a blank space before the configuration data, Ming Qian
- [PATCH] media: atomisp-mt9m114: Fix pointer dereferenced before checking,
Haowen Bai
- [PATCH v2] media: imx-jpeg: Correct some definition according specification,
Ming Qian
- Build failed in Jenkins: ZBar #68,
Jenkins Builder Robot
- [PATCH 0/6] fix a common error of while loop condition in error path,
Chengguang Xu
- [PATCH] media: amphion: Replace zero-length array with flexible-array member,
Kees Cook
- [PATCH v6 00/17] Move HEVC stateless controls out of staging,
Benjamin Gaignard
- [PATCH v6 06/17] media: uapi: HEVC: Change pic_order_cnt definition in v4l2_hevc_dpb_entry, Benjamin Gaignard
- [PATCH v6 02/17] v4l2-ctrls: add support for dynamically allocated arrays., Benjamin Gaignard
- [PATCH v6 01/17] videodev2.h: add V4L2_CTRL_FLAG_DYNAMIC_ARRAY, Benjamin Gaignard
- [PATCH v6 05/17] media: uapi: HEVC: Rename HEVC stateless controls with STATELESS prefix, Benjamin Gaignard
- [PATCH v6 04/17] media: uapi: HEVC: Add missing fields in HEVC controls, Benjamin Gaignard
- [PATCH v6 03/17] vivid: add dynamic array test control, Benjamin Gaignard
- [PATCH v6 07/17] media: uapi: HEVC: Add SEI pic struct flags, Benjamin Gaignard
- [PATCH v6 09/17] media: uapi: HEVC: Define V4L2_CID_STATELESS_HEVC_SLICE_PARAMS as a dynamic array, Benjamin Gaignard
- [PATCH v6 16/17] media: uapi: Change data_bit_offset definition, Benjamin Gaignard
- [PATCH v6 13/17] media: controls: Log HEVC stateless control in .std_log, Benjamin Gaignard
- [PATCH v6 10/17] media: uapi: Move parsed HEVC pixel format out of staging, Benjamin Gaignard
- [PATCH v6 15/17] media: uapi: HEVC: fix padding in v4l2 control structures, Benjamin Gaignard
- [PATCH v6 08/17] media: uapi: HEVC: Add documentation to uAPI structure, Benjamin Gaignard
- [PATCH v6 11/17] media: uapi: Add V4L2_CID_STATELESS_HEVC_ENTRY_POINT_OFFSETS control, Benjamin Gaignard
- [PATCH v6 14/17] media: hantro: Stop using Hantro dedicated control, Benjamin Gaignard
- [PATCH v6 12/17] media: uapi: Move the HEVC stateless control type out of staging, Benjamin Gaignard
- [PATCH v6 17/17] media: uapi: move HEVC stateless controls out of staging, Benjamin Gaignard
- Re: [PATCH v6 00/17] Move HEVC stateless controls out of staging, John Cox
- [PATCH v2] media: imx-jpeg: Leave a blank space before the configuration data,
Ming Qian
- [PATCH] media: rc: Directly use ida_free(), keliu
- [PATCH] media: imx-jpeg: Correct some definition according specification,
Ming Qian
- [PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers,
Dmitry Osipenko
- [PATCH v6 04/22] drm/panfrost: Fix shrinker list corruption by madvise IOCTL, Dmitry Osipenko
- [PATCH v6 05/22] drm/virtio: Correct drm_gem_shmem_get_sg_table() error handling, Dmitry Osipenko
- [PATCH v6 03/22] drm/panfrost: Put mapping instead of shmem obj on panfrost_mmu_map_fault_addr() error, Dmitry Osipenko
- [PATCH v6 07/22] drm/virtio: Unlock reservations on virtio_gpu_object_shmem_init() error, Dmitry Osipenko
- [PATCH v6 02/22] drm/gem: Move mapping of imported dma-bufs to drm_gem_mmap_obj(), Dmitry Osipenko
- [PATCH v6 01/22] drm/gem: Properly annotate WW context on drm_gem_lock_reservations() error, Dmitry Osipenko
- [PATCH v6 06/22] drm/virtio: Check whether transferred 2D BO is shmem, Dmitry Osipenko
- [PATCH v6 08/22] drm/virtio: Unlock reservations on dma_resv_reserve_fences() error, Dmitry Osipenko
- [PATCH v6 09/22] drm/virtio: Use appropriate atomic state in virtio_gpu_plane_cleanup_fb(), Dmitry Osipenko
- [PATCH v6 12/22] drm/virtio: Simplify error handling of virtio_gpu_object_create(), Dmitry Osipenko
- [PATCH v6 10/22] drm/shmem-helper: Add missing vunmap on error, Dmitry Osipenko
- [PATCH v6 11/22] drm/shmem-helper: Correct doc-comment of drm_gem_shmem_get_sg_table(), Dmitry Osipenko
- [PATCH v6 13/22] drm/virtio: Improve DMA API usage for shmem BOs, Dmitry Osipenko
- [PATCH v6 16/22] drm/shmem-helper: Use reservation lock, Dmitry Osipenko
- [PATCH v6 14/22] dma-buf: Introduce new locking convention, Dmitry Osipenko
- [PATCH v6 18/22] drm/gem: Add drm_gem_pin_unlocked(), Dmitry Osipenko
- [PATCH v6 17/22] drm/shmem-helper: Add generic memory shrinker, Dmitry Osipenko
- [PATCH v6 19/22] drm/virtio: Support memory shrinking, Dmitry Osipenko
- [PATCH v6 15/22] drm/shmem-helper: Don't use vmap_use_count for dma-bufs, Dmitry Osipenko
- [PATCH v6 20/22] drm/virtio: Use dev_is_pci(), Dmitry Osipenko
- [PATCH v6 21/22] drm/virtio: Return proper error codes instead of -1, Dmitry Osipenko
- [PATCH v6 22/22] drm/panfrost: Switch to generic memory shrinker, Dmitry Osipenko
- Re: [PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers, Dmitry Osipenko
- Re: [PATCH v6 00/22] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers, Robin Murphy
- [PATCH 00/31] OPP: Add new configuration interface: dev_pm_opp_set_config(),
Viresh Kumar
- [PATCH 1/4] media: mediatek: vcodec: Fix decoder v4l2 bus_info not correctly,
Yunfei Dong
- [PATCH] media: lirc: add missing exceptions for lirc uapi header file, Sean Young
- Build failed in Jenkins: media_stage_clang #457,
Jenkins Builder Robot
- [PATCH v5 0/5] media: Implement UVC v1.5 ROI,
Yunke Cao
- [PATCH] amdgpu: amdgpu_device.c: Removed trailing whitespace,
Mitchell Augustin
- [PATCH v4 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / ISP Driver,
Paul Kocialkowski
- [PATCH v5 00/44] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / CSI Rework,
Paul Kocialkowski
- [PATCH v5 01/44] media: sun6i-csi: Define and use driver name and (reworked) description, Paul Kocialkowski
- [PATCH v5 03/44] media: sun6i-csi: Tidy up platform code, Paul Kocialkowski
- [PATCH v5 04/44] media: sun6i-csi: Always set exclusive module clock rate, Paul Kocialkowski
- [PATCH v5 02/44] media: sun6i-csi: Refactor main driver data structures, Paul Kocialkowski
- [PATCH v5 05/44] media: sun6i-csi: Define and use variant to get module clock rate, Paul Kocialkowski
- [PATCH v5 06/44] media: sun6i-csi: Use runtime pm for clocks and reset, Paul Kocialkowski
- [PATCH v5 07/44] media: sun6i-csi: Tidy up Kconfig, Paul Kocialkowski
- [PATCH v5 09/44] media: sun6i-csi: Tidy up video code, Paul Kocialkowski
- [PATCH v5 08/44] media: sun6i-csi: Tidy up v4l2 code, Paul Kocialkowski
- [PATCH v5 13/44] media: sun6i-csi: Add media ops with link notify callback, Paul Kocialkowski
- [PATCH v5 10/44] media: sun6i-csi: Pass and store csi device directly in video code, Paul Kocialkowski
- [PATCH v5 11/44] media: sun6i-csi: Register the media device after creation, Paul Kocialkowski
- [PATCH v5 12/44] media: sun6i-csi: Remove controls handler from the driver, Paul Kocialkowski
- [PATCH v5 14/44] media: sun6i-csi: Introduce and use video helper functions, Paul Kocialkowski
- [PATCH v5 17/44] media: sun6i-csi: Add bridge v4l2 subdev with port management, Paul Kocialkowski
- [PATCH v5 16/44] media: media-entity: Add helper to get a single enabled link, Paul Kocialkowski
- [PATCH v5 15/44] media: sun6i-csi: Move csi buffer definition to main header file, Paul Kocialkowski
- [PATCH v5 18/44] media: sun6i-csi: Rename sun6i_video to sun6i_csi_capture, Paul Kocialkowski
- [PATCH v5 20/44] media: sun6i-csi: Rework register definitions, invert misleading fields, Paul Kocialkowski
- [PATCH v5 19/44] media: sun6i-csi: Add capture state using vsync for page flip, Paul Kocialkowski
- [PATCH v5 21/44] media: sun6i-csi: Add dimensions and format helpers to capture, Paul Kocialkowski
- [PATCH v5 22/44] media: sun6i-csi: Implement address configuration without indirection, Paul Kocialkowski
- [PATCH v5 23/44] media: sun6i-csi: Split stream sequences and irq code in capture, Paul Kocialkowski
- [PATCH v5 25/44] media: sun6i-csi: Move register configuration to capture, Paul Kocialkowski
- [PATCH v5 30/44] media: sun6i-csi: Tidy capture configure code, Paul Kocialkowski
- [PATCH v5 27/44] media: sun6i-csi: Remove custom format helper and rework configure, Paul Kocialkowski
- [PATCH v5 29/44] media: sun6i-csi: Get mbus code from bridge instead of storing it, Paul Kocialkowski
- [PATCH v5 26/44] media: sun6i-csi: Rework capture format management with helper, Paul Kocialkowski
- [PATCH v5 24/44] media: sun6i-csi: Move power management to runtime pm in capture, Paul Kocialkowski
- [PATCH v5 28/44] media: sun6i-csi: Add bridge dimensions and format helpers, Paul Kocialkowski
- [PATCH v5 31/44] media: sun6i-csi: Introduce bridge format structure, list and helper, Paul Kocialkowski
- [PATCH v5 32/44] media: sun6i-csi: Introduce capture format structure, list and helper, Paul Kocialkowski
- [PATCH v5 34/44] media: sun6i-csi: Introduce format match structure, list and helper, Paul Kocialkowski
- [PATCH v5 42/44] media: sun6i-csi: Add extra checks to the interrupt routine, Paul Kocialkowski
- [PATCH v5 37/44] media: sun6i-csi: Move hardware control to the bridge, Paul Kocialkowski
- [PATCH v5 41/44] media: sun6i-csi: Only configure capture when streaming, Paul Kocialkowski
- [PATCH v5 39/44] media: sun6i-csi: Cleanup headers and includes, update copyright lines, Paul Kocialkowski
- [PATCH v5 40/44] media: sun6i-csi: Add support for MIPI CSI-2 to the bridge code, Paul Kocialkowski
- [PATCH v5 38/44] media: sun6i-csi: Rename the capture video device to sun6i-csi-capture, Paul Kocialkowski
- [PATCH v5 36/44] media: sun6i-csi: Get bridge subdev directly in capture stream ops, Paul Kocialkowski
- [PATCH v5 35/44] media: sun6i-csi: Implement capture link validation with logic, Paul Kocialkowski
- [PATCH v5 33/44] media: sun6i-csi: Configure registers from format tables, Paul Kocialkowski
- [PATCH v5 43/44] media: sun6i-csi: Request a shared interrupt, Paul Kocialkowski
- [PATCH v5 44/44] MAINTAINERS: Add myself as sun6i-csi maintainer and rename/move entry, Paul Kocialkowski
- [PATCH v5 0/6] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / MIPI CSI-2 Support,
Paul Kocialkowski
- [PATCH v4 0/7] Allwinner A31/A83T MIPI CSI-2 and A31 ISP / Platform Support,
Paul Kocialkowski
- [PATCH v5 1/4] media: dt-bindings: ov5675: document YAML binding,
Quentin Schulz
- [PATCH] media: lirc: revert removal of unused feature flags,
Sean Young
- [PATCH v4 1/4] media: dt-bindings: ov5675: document YAML binding,
Quentin Schulz
- [PATCH] media: renesas: rcar_drif: Drop of_match_ptr(),
Laurent Pinchart
- [PATCH 5.10 0/2] media: vim2m: Fix potential NULL pointer dereference,
Mark-PK Tsai
- Re: [PATCH v2 1/7] media: camss: ispif: Correctly reset based on the VFE ID,
Vladimir Zapolskiy
- [PATCH 5.4 0/2] media: vim2m: Fix potential NULL pointer dereference,
Mark-PK Tsai
- drivers/media/platform/renesas/rcar_drif.c:1470:34: warning: unused variable 'rcar_drif_of_table',
kernel test robot
- [syzbot] memory leak in dvb_usb_device_init, syzbot
- [PATCH v2 0/4] Switch on IMX577 on RB5 with a new CCI fix,
Bryan O'Donoghue
- [PATCH v2] media: Hantro: Correct G2 init qp field,
Benjamin Gaignard
- [PATCH] media: Hantro: Correct G2 init qp field, Benjamin Gaignard
- Re: You Have A Donation., Amancio Ortega Foundation
- [ANN] media_build git repo no longer maintained, Hans Verkuil
- [PATCH v4 0/4] media: Implement UVC v1.5 ROI,
Yunke Cao
- [PATCH] media: mediatek: vcodec: Use kmemdup rather than kmalloc/memcpy, Haowen Bai
- Re: HauppaugeTV-quadHD DVB-T & HVR5525 mpeg risc op code error,
Ken Smith
- [PATCH] media: atmel: atmel-isc-base: move cropping settings outside start_dma, Eugen Hristev
- [PATCH v2] media: venus: hfi_platform: Correct supported codecs for sc7280,
Vikash Garodia
- [PATCH] media: camss: Move and unexport functions specific to ISPIF,
Vladimir Zapolskiy
- [GIT PULL FOR v5.20] Add support for mt8195 + mt8186 vp9 support,
Hans Verkuil
- [GIT PULL FOR v5.20] Various fixes/enhancements,
Hans Verkuil
- [GIT FIXES FOR v5.19] Three media core framework fixes,
Hans Verkuil
- [GIT PULL for v5.19-rc1] media updates,
Mauro Carvalho Chehab
- [PATCH v4 0/5] Support Nuvoton NPCM Video Capture/Encode Engine,
Marvin Lin
- [PATCH v5 0/3] add Aspeed udc driver for ast2600,
Neal Liu
- [PATCH v2] media: amphion: return error if format is unsupported by vpu, Ming Qian
- [RFC PATCH 00/14] CAMSS support for MSM8974,
Luca Weiss
- [RFC PATCH 01/14] media: dt-bindings: media: camss: Add qcom,msm8974-camss binding, Luca Weiss
- [RFC PATCH 03/14] media: camss: vfe: Add support for 8x74, Luca Weiss
- [RFC PATCH 02/14] media: camss: Add CAMSS_8x74 camss version, Luca Weiss
- [RFC PATCH 14/14] [DNM] media: camss: hacks for MSM8974, Luca Weiss
- [RFC PATCH 11/14] ARM: dts: qcom: msm8974: add CCI bus, Luca Weiss
- [RFC PATCH 07/14] media: camss: csiphy: Add support for 8x74, Luca Weiss
- [RFC PATCH 09/14] dt-bindings: i2c: qcom-cci: add QCOM MSM8974 compatible, Luca Weiss
- [RFC PATCH 12/14] ARM: dts: qcom: msm8974: add CAMSS node, Luca Weiss
- [RFC PATCH 10/14] i2c: qcom-cci: add msm8974 compatible, Luca Weiss
- [RFC PATCH 06/14] media: camss: ispif: Add support for 8x74, Luca Weiss
- [RFC PATCH 05/14] media: camss: csid: Add support for 8x74, Luca Weiss
- [RFC PATCH 13/14] ARM: dts: qcom: msm8974-FP2: Add OV8865 rear camera, Luca Weiss
- [RFC PATCH 08/14] media: camss: Add 8x74 resources, Luca Weiss
- [RFC PATCH 04/14] media: camss: video: Add support for 8x74, Luca Weiss
- Re: [RFC PATCH 00/14] CAMSS support for MSM8974, Dmitry Baryshkov
- [PATCH] media: staging: atomisp: fix typo in comment, Julia Lawall
- [PATCH] media: platform: exynos-gsc: fix typo in comment, Julia Lawall
- [PATCH] media: platform: exynos4-is: fix typos in comments, Julia Lawall
- [PATCH] media: mediatek: vcodec: fix typo in comment, Julia Lawall
- [PATCH] media: tw686x: Register the irq at the end of probe, Zheyu Ma
- [PATCH] media: tw5864: Convert to use managed functions pcim* and devm*, Zheyu Ma
- [PATCH] [v3] media: platform: cros-ec: Add moli to the match table,
Scott Chao
- [PATCH] [v2] media/platform-wide: platform: Add moli to the match table,
Scott Chao
- [PATCH v4 0/3] add Aspeed udc driver for ast2600,
Neal Liu
- [RESEND V1,0/2] Enable hardware jpeg encoder for MT8186,
Irui Wang
- [PATCH v16 0/4] media: mediatek: support mdp3 on mt8183 platform,
Moudy Ho
- [PATCH v3 0/5] Support Nuvoton NPCM Video Capture/Encode Engine,
Marvin Lin
- [PATCH] media: platform: omap: Pass a pointer to virt_to_page(), Linus Walleij
- [RFC PATCH] procfs: Add file path and size to /proc/<pid>/fdinfo,
Kalesh Singh
- [PATCH] dt-bindings: Fix properties without any type,
Rob Herring
- [PATCH] drivers/parport: Remove unused variable 'ret', Gautam Menghani
- [PATCH v2 0/4] uvcvideo: Fix handling of power_line_frequency,
Ricardo Ribalda
- Improve error handling in the rcar-vin driver,
Michael Rodin
- [RESEND 0/6 v2] Support Geekworm MZP280 Panel for Raspberry Pi,
Chris Morgan
- [PATCH 0/4] uvcvideo: Fix handling of power_line_frequency,
Ricardo Ribalda
- [PATCH] media: venus: hfi_platform: Correct supported codecs for sc7280,
Vikash Garodia
- [PATCH] media: amphion: vdec check format in enum_fmt, Ming Qian
- [PATCH 0/4] arm64: dts: rockchip: px30: fix ov5695 camera probe,
Tommaso Merciai
- [PATCH] media: amphion: return error if format is unsupported by vpu,
Ming Qian
- [PATCH v6] media: Add P010 video format, Benjamin Gaignard
- [PATCH v5] media: Add P010 video format, Benjamin Gaignard
- [PATCH] media: atmel: atmel-isc: remove unneeded IS_ERR(),
Guo Zhengkui
- [PATCH v2] media: camss: Allocate camss struct as a managed device resource,
Vladimir Zapolskiy
- [PATCH v2] media: dvb_vb2: fix possible out of bound access,
Hangyu Hua
- [PATCH v5] media: imx-jpeg: Encoder support to set jpeg quality, Ming Qian
- [PATCH v2 1/1] ov7251: Fix multiple problems in s_stream callback,
Sakari Ailus
- [PATCH 0/1] Switch on IMX577 on RB5,
Bryan O'Donoghue
- [PATCH v4] media: Add P010 video format,
Benjamin Gaignard
- [PATCHv3] v4l2-ioctl.c: fix incorrect error path, Hans Verkuil
- [PATCH v7, 0/7] support mt8195 decoder,
Yunfei Dong
- [PATCH v7, 3/7] dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for mt8195, Yunfei Dong
- [PATCH v7, 7/7] media: mediatek: vcodec: Add to support H264 inner racing mode, Yunfei Dong
- [PATCH v7, 6/7] media: mediatek: vcodec: prevent kernel crash when scp ipi timeout, Yunfei Dong
- [PATCH v7, 4/7] media: mediatek: vcodec: Adds compatible for mt8195, Yunfei Dong
- [PATCH v7, 5/7] media: mediatek: vcodec: Different codec using different capture format, Yunfei Dong
- [PATCH v7, 1/7] dt-bindings: media: mediatek: vcodec: Adds decoder dt-bindings for lat soc, Yunfei Dong
- [PATCH v7, 2/7] media: mediatek: vcodec: Add to support lat soc hardware, Yunfei Dong
- [PATCH 0/2] media: dt-bindings: media: sm8250-camss: Add power-domain-names property,
Vladimir Zapolskiy
- [PATCHv2] media: stkwebcam: deprecate driver, move to staging,
Hans Verkuil
- [PATCH] dma-buf: cleanup dma_fence_chain_walk,
Christian König
- [PATCH v3] media: hantro: Be more accurate on pixel formats step_width constraints, Benjamin Gaignard
- [PATCH] media: platform: exynos-gsc: remove redundant initializations of f_chk_len and f_chk_addr, Colin Ian King
- [PATCHv2] airspy: respect the DMA coherency rules, Oliver Neukum
- [PATCH] media: stkwebcam: deprecate driver, move to staging,
Hans Verkuil
- [PATCH v3 0/6] media: Implement UVC v1.5 ROI,
Yunke Cao
- [PATCH v3 0/3] add Aspeed udc driver for ast2600,
Neal Liu
- game capture usb device stops working,
Alexander Wipperfürth
- Re: STK1160 USB VIDEO CAPTURE DRIVER kconfig compatibility issues,
Ezequiel Garcia
[PATCH] media: hantro: fix compatible string deprecation warning,
Martin Kepplinger
[PATCH 1/2] flexcop: unneeded ATOMIC,
Oliver Neukum
[PATCH 00/20] Add MFC v12 support.,
Smitha T Murthy
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Message not available
Re: [PATCH 00/20] Add MFC v12 support., Hans Verkuil
[PATCH] au0828: allow higher speeds,
Oliver Neukum
[PATCH v2] media: hantro: Be more accurate on pixel formats step_width constraints,
Benjamin Gaignard
[Index of Archives]
[Linux USB Devel]
[Video for Linux]
[Gstreamer Embedded]
[Linux SCSI]
[Yosemite Forum]