summaryrefslogtreecommitdiff
path: root/drivers/media/common
AgeCommit message (Expand)Author
2024-03-15Merge tag 'media/v6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2024-03-06Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska
2024-02-05media: v4l2-tpg: fix some memleaks in tpg_allocZhipeng Lu
2024-01-24media: vb2: refactor setting flags and caps, fix missing capHans Verkuil
2024-01-24media: media videobuf2: Stop direct calls to queue num_buffers fieldBenjamin Gaignard
2023-12-13media: videobuf2: core: Rename min_buffers_needed field in vb2_queueBenjamin Gaignard
2023-12-09media: videobuf2: request more buffers for vb2_readHans Verkuil
2023-12-07media: videobuf2-dma-sg: fix vmap callbackMichael Grzeschik
2023-11-23media: drop CONFIG_MEDIA_CONTROLLER_REQUEST_APIHans Verkuil
2023-11-23media: core: Report the maximum possible number of buffers for the queueBenjamin Gaignard
2023-11-23media: media videobuf2: Be more flexible on the number of queue stored buffersBenjamin Gaignard
2023-11-23media: videobuf2: Use vb2_get_num_buffers() helperBenjamin Gaignard
2023-11-23media: videobuf2: Remove duplicated index vs q->num_buffers checkBenjamin Gaignard
2023-11-23media: videobuf2: Access vb2_queue bufs array through helper functionsBenjamin Gaignard
2023-11-23media: videobuf2: Use vb2_buffer instead of indexBenjamin Gaignard
2023-11-23media: videobuf2: Stop spamming kernel log with all queue counterBenjamin Gaignard
2023-11-23media: videobuf2: Rework offset 'cookie' encoding patternBenjamin Gaignard
2023-11-23media: videobuf2: Rename offset parameterBenjamin Gaignard
2023-10-13media: videobuf2: Fix IS_ERR checking in vb2_dc_put_userptr()Ma Ke
2023-10-13media: siano: Drop unnecessary error check for debugfs_create_dir/file()Jinjie Ruan
2023-10-13media: videobuf2: Fix IS_ERR checking in vb2_vmalloc_put_userptr()Ma Ke
2023-09-27media: use struct_size() helperYu Liao
2023-09-27media: videobuf2: fix typo: vb2_dbuf -> vb2_qbufHans Verkuil
2023-09-14media: vb2: frame_vector.c: replace WARN_ONCE with a commentHans Verkuil
2023-09-01Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-07-19drivers/media/common/siano/smsendian.c : eliminate unnecessary type conversionsDong Chuanjian
2023-07-19media: siano: Convert to use sysfs_emit_at() APIye xingchen
2023-07-17Merge tag 'drm-misc-next-2023-07-13' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter
2023-06-21media: videobuf2: Don't assert held reservation lock for dma-buf mmappingDmitry Osipenko
2023-05-25media: common: saa7146: Avoid a leak in vmalloc_to_sg()Christophe JAILLET
2023-04-15media: common: saa7146: add support for missing .vidioc_try_fmt_vbi_capHans Verkuil
2023-04-15media: common: saa7146: allow S_STD(G_STD)Hans Verkuil
2023-04-15media: common: saa7146: check minimum video format sizeHans Verkuil
2023-04-15media: common: saa7146: fix compliance problems with field handlingHans Verkuil
2023-04-15media: saa7146: convert to vb2Hans Verkuil
2023-04-15media: common: saa7146: use for_each_sg_dma_pageHans Verkuil
2023-04-15media: common: saa7146: fix broken V4L2_PIX_FMT_YUV422P supportHans Verkuil
2023-04-15media: common: saa7146: replace BUG_ON by WARN_ONHans Verkuil
2023-04-15media: common: saa7146: drop 'fmt' from struct saa7146_bufHans Verkuil
2023-04-15media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil
2023-04-15media: common/saa7146: fix VFL direction for vbi outputHans Verkuil
2023-04-15media: common: saa7146: disable clippingHans Verkuil
2023-03-20media: saa7146: drop overlay supportHans Verkuil
2023-03-20media: common: btcx-risc.h: drop obsolete headerHans Verkuil
2023-03-19media: vb2: set owner before calling vb2_readHans Verkuil
2023-02-26Merge tag 'media/v6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-15Merge git://git.linuxtv.org/media_stage into media_treeMauro Carvalho Chehab
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan