aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/media
AgeCommit message (Expand)AuthorFilesLines
2019-11-05media: doc-rst: add more info for resolution change blocks in ipu3Bingbu Cao1-1/+0
2019-10-24media: imx7-mipi-csis: Add a check for devm_regulator_getChuhong Yuan1-1/+6
2019-10-24media: cedrus: Add HEVC/H.265 decoding supportPaul Kocialkowski8-5/+977
2019-10-24media: cedrus: Remove unnecessary parenthesis around DIV_ROUND_UPPaul Kocialkowski1-2/+2
2019-10-24media: cedrus: Fix undefined shift with a SHIFT_AND_MASK_BITS macroPaul Kocialkowski1-14/+17
2019-10-21media: cedrus: h264: Support multiple slices per frameJernej Skrabec3-15/+27
2019-10-16media: staging: media: Make use of devm_platform_ioremap_resourceHariprasad Kelam1-5/+1
2019-10-16media: staging: media: omap4iss: Replace NULL comparison.Nachammai Karuppiah1-2/+2
2019-10-10media: imx: Move pads init to probeSteve Longerbeam8-103/+81
2019-10-10media: imx: Move capture device init to registeredSteve Longerbeam3-29/+38
2019-10-10media: staging: media: imx: Use devm_platform_ioremap_resource().Jeeeun Evans1-3/+1
2019-10-10media: staging: media: imx: Fix alignment to match open parenthesisAmol Grover1-3/+3
2019-10-01media: imx: enable V4L2_PIX_FMT_XBGR32, _BGRX32, and _RGBX32Philipp Zabel1-1/+9
2019-10-01media: hantro: h264: Fix the frame_num wraparound caseBoris Brezillon1-1/+22
2019-10-01media: hantro: h264: Rename POC_CMP() into HANTRO_CMP()Boris Brezillon1-11/+11
2019-10-01media: hantro: h264: Fix a comment in b1_ref_list_cmp()Boris Brezillon1-1/+1
2019-10-01media: hantro: Simplify buffer helpersEzequiel Garcia9-37/+25
2019-10-01media: hantro: Simplify macroblock macrosEzequiel Garcia10-42/+30
2019-10-01media: hantro: streamline open, reuse error pathPhilipp Zabel1-7/+6
2019-10-01media: cedrus: fix various format-related compliance issuesHans Verkuil3-25/+14
2019-10-01media: cedrus: choose default pixelformat in try_fmtHans Verkuil1-26/+20
2019-10-01media: cedrus: fill in bus_info for media deviceHans Verkuil1-0/+2
2019-09-18Merge tag 'staging-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds7-20/+6
2019-08-29media: imx: remove unused including <linux/version.h>YueHaibing1-1/+0
2019-08-26media: use the BIT() macroMauro Carvalho Chehab1-1/+3
2019-08-26media: hantro: Enable VP8 decoding on RK3328Jonas Karlman1-1/+1
2019-08-26media: imx: add csc/scaler mem2mem devicePhilipp Zabel6-2/+972
2019-08-19media: hantro: Enable H264 decoding on rk3288Hertz Wong1-1/+20
2019-08-19media: hantro: Add support for H264 decoding on G1Hertz Wong3-0/+294
2019-08-19media: hantro: Add core bits to support H264 decodingHertz Wong6-1/+762
2019-08-19media: hantro: Move copy_metadata() before doing a decode operationBoris Brezillon1-2/+6
2019-08-19media: cedrus: Specify H264 startcode and decoding modeEzequiel Garcia1-0/+18
2019-08-19media: cedrus: Cleanup control initializationEzequiel Garcia2-23/+25
2019-08-19media: uapi: h264: Rename pixel formatEzequiel Garcia2-4/+4
2019-08-15media: imx7-media-csi: add i.MX6UL supportSébastien Szymanski2-11/+23
2019-08-15media: imx: mipi csi-2: Don't fail if initial state times-outEzequiel Garcia1-8/+4
2019-08-13media: cedrus: Don't set chroma size for scale & rotationJernej Skrabec1-3/+0
2019-08-13media: cedrus: Remove dst_bufs from contextJernej Skrabec3-27/+3
2019-08-07media: staging: tegra-vde: Fix build errorYueHaibing1-1/+1
2019-07-30staging: Remove dev_err() usage after platform_get_irq()Stephen Boyd7-20/+6
2019-07-25media: staging: hantro: avoid future namespace collisionsMauro Carvalho Chehab4-5/+6
2019-07-25media: hantro: Support RK3399 VP8 decodingJeffy Chen4-1/+618
2019-07-25media: hantro: Move VP8 common codeEzequiel Garcia3-17/+19
2019-07-25media: hantro: Add helpers to prepare/finish a runBoris Brezillon7-33/+37
2019-07-25media: hantro: Add hantro_get_{src, dst}_buf() helpersBoris Brezillon6-12/+25
2019-07-25media: hantro: Constify the control arrayBoris Brezillon1-1/+1
2019-07-25media: hantro: Simplify the controls creation logicBoris Brezillon2-22/+8
2019-07-25media: hantro: Set DMA max segment sizeFrancois Buergisser1-0/+1
2019-07-25media: staging: media: hantro: Remove call to memset after dma_alloc_coherentHariprasad Kelam1-2/+0
2019-07-25media: staging/intel-ipu3: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1