summaryrefslogtreecommitdiff
path: root/drivers/media
AgeCommit message (Expand)AuthorFilesLines
2019-06-15media: atmel: atmel-isc: fix asd memory allocationEugen Hristev1-2/+6
2019-06-09media: smsusb: better handle optional alignmentMauro Carvalho Chehab1-4/+4
2019-06-09media: usb: siano: Fix false-positive "uninitialized variable" warningAlan Stern1-1/+1
2019-06-09media: usb: siano: Fix general protection fault in smsusbAlan Stern1-13/+20
2019-05-31media: saa7146: avoid high stack usage with clangArnd Bergmann2-6/+4
2019-05-31media: vim2m: replace devm_kzalloc by kzallocHans Verkuil1-13/+22
2019-05-31media: vimc: zero the media_device on probeHans Verkuil1-0/+2
2019-05-31media: mtk-vcodec: fix access to vb2_v4l2_buffer structAlexandre Courbot1-2/+2
2019-05-31media: go7007: avoid clang frame overflow warning with KASANArnd Bergmann1-2/+2
2019-05-31media: vicodec: avoid clang frame size warningArnd Bergmann1-11/+18
2019-05-31media: gspca: do not resubmit URBs when streaming has stoppedHans Verkuil1-2/+6
2019-05-31media: vimc: stream: fix thread state before sleepHelen Fornazier1-1/+1
2019-05-31media: m88ds3103: serialize reset messages in m88ds3103_set_frontendJames Hutchinson1-5/+4
2019-05-31media: dvbsky: Avoid leaking dvb frontendStefan BrĂ¼ns1-8/+10
2019-05-31media: si2165: fix a missing check of return valueKangjie Lu1-3/+5
2019-05-31media: vicodec: reset last_src/dst_buf based on the IS_OUTPUTHans Verkuil1-2/+5
2019-05-31media: ov7670: restore default settings after power-upAkinobu Mita1-0/+1
2019-05-31media: v4l2-fwnode: The first default data lane is 0 on C-PHYSakari Ailus1-1/+5
2019-05-31media: vicodec: bugfix - call v4l2_m2m_buf_copy_metadata also if decoding failsDafna Hirschfeld1-8/+9
2019-05-31media: mtk-vcodec: fix access to incorrect planes memberAlexandre Courbot2-7/+7
2019-05-31media: gspca: Kill URBs on USB device disconnectEzequiel Garcia1-1/+3
2019-05-31media: wl128x: prevent two potential buffer overflowsDan Carpenter1-2/+5
2019-05-31media: video-mux: fix null pointer dereferencesKangjie Lu1-0/+5
2019-05-31media: pvrusb2: Prevent a buffer overflowDan Carpenter2-0/+3
2019-05-31media: au0828: Fix NULL pointer dereference in au0828_analog_stream_enable()Shuah Khan1-0/+3
2019-05-31media: stm32-dcmi: fix crash when subdev do not expose any formatsHugues Fruchet1-0/+6
2019-05-31media: ov2659: make S_FMT succeed even if requested format doesn't matchAkinobu Mita1-2/+4
2019-05-31media: au0828: stop video streaming only when last user stopsHans Verkuil1-5/+8
2019-05-31media: ov6650: Move v4l2_clk_get() to ov6650_video_probe() helperJanusz Krzysztofik1-11/+14
2019-05-31media: coda: clear error return value before picture runPhilipp Zabel1-0/+3
2019-05-31media: stm32-dcmi: return appropriate error codes during probeFabien Dessenne1-6/+8
2019-05-31media: vivid: use vfree() instead of kfree() for dev->bitmap_capAlexander Potapenko1-1/+1
2019-05-31media: vb2: add waiting_in_dqbuf flagHans Verkuil1-0/+22
2019-05-31media: serial_ir: Fix use-after-free in serial_ir_init_moduleYueHaibing1-8/+1
2019-05-31media: cpia2: Fix use-after-free in cpia2_exitYueHaibing1-2/+1
2019-05-25media: seco-cec: fix building with RC_CORE=mArnd Bergmann1-1/+1
2019-05-25media: ov6650: Fix sensor possibly not detected on probeJanusz Krzysztofik1-0/+2
2019-03-10Merge tag 'dma-mapping-5.1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-32/+9
2019-03-10Merge tag 'devicetree-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+7
2019-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-2/+2
2019-03-10Merge tag 'media/v5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds373-15616/+5937
2019-03-04media: dvb/earth-pt1: fix wrong initialization for demod blocksAkihiro Tsukada1-6/+48
2019-03-01media: vim2m: Address some coding style issuesMauro Carvalho Chehab1-24/+28
2019-03-01media: vim2m: don't use BUG()Mauro Carvalho Chehab1-4/+16
2019-03-01media: vim2m: speedup passthrough copyMauro Carvalho Chehab1-20/+17
2019-03-01media: vim2m: add an horizontal scalerMauro Carvalho Chehab1-41/+55
2019-03-01media: vim2m: don't accept YUYV anymore as output formatMauro Carvalho Chehab1-55/+2
2019-03-01media: vim2m: add vertical linear scalerMauro Carvalho Chehab1-34/+33
2019-03-01media: vim2m: better handle cap/out buffers with different sizesMauro Carvalho Chehab1-36/+78
2019-03-01media: vim2m: use different framesizes for bayer formatsMauro Carvalho Chehab1-4/+34