summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-19media: ivtv: Replace http links with https onesAlexander A. Klimov1-1/+1
2020-07-19media: imon: Replace http links with https onesAlexander A. Klimov1-1/+1
2020-07-19media: cx18: Replace http links with https onesAlexander A. Klimov1-1/+1
2020-07-19media: allegro: add support for allegro firmware 2019.2Michael Tretter3-28/+186
2020-07-19media: allegro: add a version field to mcu messagesMichael Tretter2-5/+23
2020-07-19media: allegro: drop length field from message headerMichael Tretter3-17/+5
2020-07-19media: allegro: set num_ref_idx using response of configured channelsMichael Tretter3-4/+17
2020-07-19media: allegro: add config blob for channelMichael Tretter3-8/+39
2020-07-19media: allegro: encode bit fields separatelyMichael Tretter3-31/+38
2020-07-19media: allegro: support handling firmware dependent valuesMichael Tretter3-12/+16
2020-07-19media: allegro: don't pack MCU messagesMichael Tretter1-13/+13
2020-07-19media: allegro: add field for number of buffersMichael Tretter3-1/+3
2020-07-19media: allegro: add explicit mail encoding and decodingMichael Tretter3-4/+391
2020-07-19media: allegro: rework read/write to mailboxMichael Tretter1-74/+36
2020-07-19media: allegro: rework mbox handlingMichael Tretter1-58/+87
2020-07-19media: v4l2-subdev.h: drop duplicated word in commentRandy Dunlap1-4/+4
2020-07-19media: media-entity.h: drop duplicated word in commentRandy Dunlap1-1/+1
2020-07-19media: dvbdev.h: fix duplicated word in commentRandy Dunlap1-1/+1
2020-07-19media: media-devnode.h: drop duplicated word in commentRandy Dunlap1-1/+1
2020-07-19media: media-device.h: drop duplicated word in commentRandy Dunlap1-1/+1
2020-07-19staging/media: Remove unneeded geometry restrictions from i.MX CSI driverKrzysztof HaƂasa4-8/+8
2020-07-19media: vimc: Add a control to display info on test imageKaaira Gupta4-0/+84
2020-07-19media: tpg: Add function to return colors' order of test imageKaaira Gupta2-2/+29
2020-07-19media: tpg: change char argument to const charKaaira Gupta2-6/+6
2020-07-19media: vpss: clean up resources in initEvgeny Novikov1-4/+16
2020-07-19hantro: h264: Refuse to decode unsupported bitstreamEzequiel Garcia1-3/+26
2020-07-19rkvdec: h264: Refuse to decode unsupported bitstreamEzequiel Garcia1-0/+27
2020-07-19hantro: Make sure we don't use post-processor on an encoderEzequiel Garcia1-4/+6
2020-07-19hantro: Remove unused bytesused argumentEzequiel Garcia5-15/+12
2020-07-19hantro: Move hantro_enc_buf_finish to JPEG codec_ops.doneEzequiel Garcia5-41/+24
2020-07-19hantro: Rework how encoder and decoder are identifiedEzequiel Garcia3-23/+20
2020-07-19hantro: h264: Rename scaling list handling functionEzequiel Garcia1-2/+2
2020-07-19hantro: h264: Remove unused macro definitionEzequiel Garcia1-2/+0
2020-07-19media: staging: rkisp1: fix typos in file rkisp1-config.hDafna Hirschfeld1-2/+2
2020-07-19media: staging: rkisp1: remove duplicate macro definitionDafna Hirschfeld1-1/+0
2020-07-19media: staging: rkisp1: stats: read the stats in the isrDafna Hirschfeld3-84/+7
2020-07-19media: staging: rkisp1: stats: replace locks wq_lock, irq_lock with one lockDafna Hirschfeld2-17/+13
2020-07-19media: staging: rkisp1: stats: replace spin_lock_irqsave with spin_lock_irqDafna Hirschfeld1-3/+2
2020-07-19media: staging: rkisp1: use a macro for the statistics flags maskDafna Hirschfeld3-15/+8
2020-07-19media: ti-vpe: cal: Split CAMERARX handling to cal-camerarx.cLaurent Pinchart4-682/+713
2020-07-19media: ti-vpe: cal: Move CAL I/O accessors to cal.hLaurent Pinchart3-150/+169
2020-07-19media: ti-vpe: cal: Split video node handling to cal-video.cLaurent Pinchart4-1063/+1137
2020-07-19media: ti-vpe: cal: Use 'unsigned int' type instead of 'unsigned'Laurent Pinchart1-1/+1
2020-07-19media: ti-vpe: cal: Remove unneeded phy->sensor NULL checkLaurent Pinchart1-3/+0
2020-07-19media: ti-vpe: cal: Don't store external rate in cal_camerarxLaurent Pinchart1-14/+21
2020-07-19media: ti-vpe: cal: Refactor camerarx start and stopLaurent Pinchart1-76/+94
2020-07-19media: ti-vpe: cal: Reorder camerarx functions to prepare refactoringLaurent Pinchart1-214/+214
2020-07-19media: ti-vpe: cal: Inline cal_camerarx_max_lanes() in its only callerLaurent Pinchart1-8/+2
2020-07-19media: ti-vpe: cal: Allocate cal_ctx active_fmt array dynamicallyLaurent Pinchart1-1/+7
2020-07-19media: ti-vpe: cal: Init formats in cal_ctx_v4l2_register()Laurent Pinchart1-44/+39