summaryrefslogtreecommitdiff
path: root/drivers/media/platform
AgeCommit message (Expand)AuthorFilesLines
2019-12-17media: bdisp: fix memleak on releaseJohan Hovold1-2/+1
2019-12-17media: venus: remove invalid compat_ioctl32 handlerArnd Bergmann2-6/+0
2019-11-29media: vivid: Fix wrong locking that causes race conditions on streaming stopAlexander Popov3-9/+15
2019-11-29media: vivid: Set vid_cap_streaming and vid_out_streaming to trueVandana BN2-6/+0
2019-10-05media: vivid: fix device init when no_error_inj=1 and fb disabledGuillaume Tucker1-1/+1
2019-10-05media: omap3isp: Set device on omap3isp subdevsSakari Ailus6-0/+7
2019-10-05media: aspeed-video: address a protential usage of an unitialized varMauro Carvalho Chehab1-2/+3
2019-10-05media: omap3isp: Don't set streaming state on random subdevsSakari Ailus1-0/+8
2019-10-05media: vsp1: fix memory leak of dl on error return pathColin Ian King1-1/+3
2019-10-05media: fdp1: Reduce FCP not found message level to debugGeert Uytterhoeven1-1/+1
2019-10-05media: mtk-mdp: fix reference count on old device treeMatthias Brugger1-1/+3
2019-10-05media: media/platform: fsl-viu.c: fix build for MICROBLAZERandy Dunlap1-1/+1
2019-10-05media: vivid: work around high stack usage with clangArnd Bergmann1-3/+4
2019-10-05media: vivid:add sanity check to avoid divide error and set value to 1 if 0.Vandana BN1-0/+2
2019-10-05media: exynos4-is: fix leaked of_node referencesWen Yang2-0/+3
2019-08-16Merge tag 'dmaengine-fix-5.3-rc5' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds1-2/+1
2019-08-09omap-dma/omap_vout_vrfb: fix off-by-one fi valueHans Verkuil1-2/+1
2019-07-30media: vivid: fix missing cec adapter nameHans Verkuil1-4/+4
2019-07-09Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds127-1927/+3191
2019-06-27media: cec: add struct cec_connector_info supportDariusz Marcinkiewicz1-1/+1
2019-06-24media: atmel: atmel-isc: fix i386 build errorEugen Hristev2-6/+2
2019-06-24media: vimc: cap: check v4l2_fill_pixfmt return valueAndré Almeida1-1/+4
2019-06-24media: coda: encoder parameter change supportPhilipp Zabel4-0/+115
2019-06-24media: coda: add coda_slice_mode() functionPhilipp Zabel1-21/+24
2019-06-24media: coda: store device pointer in driver structure instead of pdevPhilipp Zabel3-23/+19
2019-06-24media: coda: mark last returned framePhilipp Zabel1-0/+17
2019-06-24media: coda: mark last pending buffer or last meta on decoder stop commandPhilipp Zabel3-7/+42
2019-06-24media: coda: lock capture queue wakeup against encoder stop commandPhilipp Zabel3-5/+27
2019-06-24media: coda: flag the last encoded bufferPhilipp Zabel1-7/+9
2019-06-24media: coda: only wake up capture queue if no pending buffers to encodePhilipp Zabel1-8/+9
2019-06-24media: coda: retire coda_buf_is_end_of_streamPhilipp Zabel1-11/+1
2019-06-24media: coda: mark the last output buffer on encoder stop commandPhilipp Zabel1-0/+5
2019-06-24media: coda: only set the stream end flags if there are no more pending outpu...Philipp Zabel1-8/+12
2019-06-24media: coda: mark the last output buffer on decoder stop commandPhilipp Zabel2-0/+9
2019-06-24media: coda: allow flagging last output buffer internallyPhilipp Zabel1-1/+19
2019-06-24media: coda: increment sequence offset for the last returned framePhilipp Zabel1-0/+3
2019-06-24media: coda: flush bitstream ring buffer on decoder restartPhilipp Zabel3-0/+28
2019-06-24media: coda: do not enforce 512-byte initial bitstream payload on CODA960Philipp Zabel1-1/+3
2019-06-24media: coda: pad first buffer with repeated MPEG headers to fix sequence initPhilipp Zabel4-3/+139
2019-06-24media: coda: make coda_bitstream_queue more versatilePhilipp Zabel1-14/+9
2019-06-24media: coda: integrate internal frame metadata into a structurePhilipp Zabel2-34/+40
2019-06-24media: coda: implement decoder source change eventPhilipp Zabel1-0/+20
2019-06-24media: coda: add sequence initialization workPhilipp Zabel3-0/+51
2019-06-24media: coda: split decoder sequence initialization out of start decodingPhilipp Zabel1-4/+26
2019-06-24media: coda: fix V4L2_DEC_CMD_STOP when all buffers are already consumedMarco Felsch1-0/+6
2019-06-24media: coda: add coda_wake_up_capture_queuePhilipp Zabel1-7/+13
2019-06-24media: coda: fix last buffer handling in V4L2_ENC_CMD_STOPMarco Felsch1-0/+2
2019-06-24media: coda: fix mpeg2 sequence number handlingPhilipp Zabel1-1/+4
2019-06-24media: coda: use mem2mem try_en/decoder_cmd helpersPhilipp Zabel1-17/+2
2019-06-24media: coda: implement CMD_START to restart decodingMichael Tretter1-4/+17