summaryrefslogtreecommitdiff
path: root/include/media
AgeCommit message (Expand)AuthorFilesLines
2024-03-27media: dvb-core: Fix use-after-free due to race at dvb_register_device()Hyunwoo Kim1-0/+15
2023-08-30media: v4l2-mem2mem: add lock to protect parameter num_rdyYunfei Dong1-2/+16
2023-06-09media: dvb-core: Fix use-after-free due on race condition at dvb_netHyunwoo Kim1-0/+4
2023-01-18media: dvbdev: fix build warning due to commentsLin Ma1-1/+2
2023-01-18media: dvbdev: adopts refcnt to avoid UAFLin Ma1-14/+17
2021-07-20media: subdev: disallow ioctl for saa6588/davinciArnd Bergmann1-0/+4
2020-02-24media: v4l2-device.h: Explicitly compare grp{id,mask} to zero in v4l2_device ...Nathan Chancellor1-6/+6
2020-02-11media: v4l2-rect.h: fix v4l2_rect_map_inside() top/left adjustmentsHelen Koike1-4/+4
2020-01-27media: davinci/vpbe: array underflow in vpbe_enum_outputs()Dan Carpenter1-1/+1
2019-11-20media: vsp1: Fix YCbCr planar formats pitch calculationKoji Matsuoka1-1/+1
2019-09-16media: cec/v4l2: move V4L2 specific CEC functions to V4L2Hans Verkuil2-80/+6
2019-05-31media: vb2: add waiting_in_dqbuf flagHans Verkuil1-0/+1
2019-01-09media: cec: keep track of outstanding transmitsHans Verkuil1-0/+1
2018-11-13media: cec: fix the Signal Free Time calculationHans Verkuil1-1/+1
2018-11-13media: cec: make cec_get_edid_spa_location() an inline functionHans Verkuil1-0/+70
2018-10-03media: v4l: event: Prevent freeing event subscriptions while accessedSakari Ailus1-0/+4
2018-08-21Merge tag 'mfd-next-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds1-3/+24
2018-08-03media: vsp1: Support Interlaced display pipelinesKieran Bingham1-0/+2
2018-08-03media: dvb: represent min/max/step/tolerance freqs in HzMauro Carvalho Chehab1-1/+29
2018-08-02media: dvb: convert tuner_info frequencies to HzMauro Carvalho Chehab1-9/+10
2018-07-25media: v4l2-ctrls.h: fix v4l2_ctrl field description typosBaruch Siach1-2/+2
2018-07-25media: v4l2-mem2mem: add v4l2_m2m_last_buf()Hans Verkuil1-0/+29
2018-07-25media: cec: add support for 5V signal testingHans Verkuil2-1/+15
2018-07-25media: mem2mem: Make .job_abort optionalEzequiel Garcia1-1/+1
2018-07-24media: v4l2-fwnode: parse 'data-enable-active' propJacopo Mondi1-0/+2
2018-07-13media: cec-notifier: Get notifier by device and connector nameNeil Armstrong1-3/+24
2018-07-04media: add helpers for memory-to-memory media controllerEzequiel Garcia1-0/+19
2018-06-28media: v4l-common: Make v4l2_find_nearest_size more sparse-friendlySakari Ailus1-1/+1
2018-06-28media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlockEzequiel Garcia1-6/+0
2018-06-28media: v4l2-ioctl: create helper to fill in v4l2_standard for ENUMSTDNiklas Söderlund1-2/+13
2018-06-28media: i2c: lm3560: add support for lm3559 chipPavel Machek1-0/+1
2018-05-28media: v4l2-core: push taking ioctl mutex down to ioctl handlerHans Verkuil2-21/+0
2018-05-28media: v4l2-ioctl: delete unused v4l2_disable_ioctl_lockingHans Verkuil1-15/+0
2018-05-17media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart1-2/+33
2018-05-17media: v4l: vsp1: Document the vsp1_du_atomic_config structureLaurent Pinchart1-0/+10
2018-05-14media: rc: default to idle on at startup or after resetSean Young1-0/+1
2018-05-11media: dvbdev: add a mutex protecting the "mdev" pointerMax Kellermann1-0/+2
2018-05-11media: v4l2-device.h: always expose mdevHans Verkuil1-3/+1
2018-05-10Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab4-6/+6
2018-05-09media: v4l2-dev.h: fix doc warningHans Verkuil1-0/+1
2018-05-09media: entity: fix spelling for media_entity_get_fwnode_pad()Niklas Söderlund1-1/+1
2018-05-04media: dvb: add alternative USB PID for Hauppauge WinTV-soloHDRainer Keller1-0/+1
2018-05-04media: v4l2-core: get rid of videobuf-dvbMauro Carvalho Chehab1-59/+0
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab4-6/+6
2018-04-24media: v4l: fwnode: Fix comment incorrectly mentioning v4l2_fwnode_parse_endp...Leonard Crestez1-1/+1
2018-04-10Merge tag 'media/v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2-8/+9
2018-04-06Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2018-04-05media: v4l2-core: fix size of devnode_nums[] bitarrayMauro Carvalho Chehab1-6/+6
2018-04-04media: v4l: Bring back array_size parameter to v4l2_find_nearest_sizeSakari Ailus1-2/+3
2018-04-04Merge tag 'media/v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds27-251/+378