index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-27
media: mediatek: vcodec: Skip SOURCE_CHANGE & EOS events for stateless
Chen-Yu Tsai
1
-0
/
+5
2022-06-27
media: stm32: dcmi: Drop always NULL sd_state from dcmi_pipeline_s_fmt()
Marek Vasut
1
-3
/
+2
2022-06-27
media: stm32: dcmi: Fill in remaining Bayer formats
Marek Vasut
1
-0
/
+48
2022-06-27
media: mediatek: vcodec: Initialize decoder parameters after getting dec_capability
Yunfei Dong
2
-2
/
+2
2022-06-27
media: atmel: atmel-isc-base: allow wb ctrls to be changed when isc is not configured
Eugen Hristev
1
-4
/
+0
2022-06-27
media: mediatek: vcodec: return EINVAL if plane is too small
Justin Green
1
-0
/
+1
2022-06-27
media: mediatek: vcodec: remove unneeded semicolon
Yang Li
1
-1
/
+1
2022-06-27
media: mediatek: vcodec: fix minmax.cocci warning
Guo Zhengkui
1
-1
/
+1
2022-06-27
media: rcar_drif: Remove useless license text when SPDX-License-Identifier is already used
Christophe JAILLET
1
-5
/
+0
2022-06-27
media: amphion: output firmware error message
Ming Qian
1
-1
/
+6
2022-06-27
media: imx-jpeg: Disable slot interrupt when frame done
Ming Qian
3
-8
/
+8
2022-06-27
media: mediatek: vcodec: Change encoder v4l2 capability value
Yunfei Dong
2
-3
/
+2
2022-06-27
media: mediatek: vcodec: Fix encoder v4l2 bus_info not correctly
Yunfei Dong
1
-1
/
+20
2022-06-27
media: mediatek: vcodec: Change decoder v4l2 capability value
Yunfei Dong
1
-2
/
+2
2022-06-27
media: mediatek: vcodec: Fix decoder v4l2 bus_info not correctly
Yunfei Dong
1
-1
/
+22
2022-06-27
media: rkisp1: Drop parentheses and fix indentation in rkisp1_probe()
Laurent Pinchart
1
-3
/
+3
2022-06-27
media: rkisp1: Align macro definitions
Laurent Pinchart
1
-15
/
+15
2022-06-27
media: rkisp1: capture: Bypass the main device for handling querycap
Paul Elder
1
-5
/
+2
2022-06-27
media: rkisp1: debug: Update max register name length
Laurent Pinchart
1
-3
/
+9
2022-06-27
media: rkisp1: debug: Consolidate reg dumps for shadow registers
Laurent Pinchart
1
-50
/
+33
2022-06-27
media: rkisp1: debug: Move resizer register dump to debugfs
Laurent Pinchart
2
-37
/
+57
2022-06-27
media: rkisp1: debug: Add debugfs files to dump core and ISP registers
Laurent Pinchart
1
-0
/
+72
2022-06-27
media: rkisp1: debug: Collect input status by sampling ISP_FLAGS_SHD
Laurent Pinchart
2
-0
/
+63
2022-06-27
media: rkisp1: Compile debugfs support conditionally
Laurent Pinchart
2
-8
/
+19
2022-06-27
media: rkisp1: Move debugfs code to a separate file
Laurent Pinchart
4
-32
/
+57
2022-06-27
media: rkisp1: resizer: Simplify register access
Laurent Pinchart
3
-155
/
+75
2022-06-27
media: rkisp1: Swap value and address arguments to rkisp1_write()
Laurent Pinchart
6
-485
/
+474
2022-06-27
media: rkisp1: regs: Rename CCL, ICCL and IRCL registers with VI_ prefix
Laurent Pinchart
3
-43
/
+44
2022-06-27
media: rkisp1: regs: Don't use BIT() macro for multi-bit register fields
Laurent Pinchart
1
-27
/
+27
2022-06-27
media: rkisp1: Simplify rkisp1_entities_register() error path
Laurent Pinchart
1
-21
/
+19
2022-06-27
media: rkisp1: stats: Simplify (un)registration
Laurent Pinchart
1
-4
/
+7
2022-06-27
media: rkisp1: params: Fix and simplify (un)registration
Laurent Pinchart
1
-3
/
+11
2022-06-27
media: rkisp1: resizer: Fix and simplify (un)registration
Laurent Pinchart
1
-17
/
+17
2022-06-27
media: rkisp1: isp: Fix and simplify (un)registration
Laurent Pinchart
1
-7
/
+13
2022-06-27
media: rkisp1: capture: Fix and simplify (un)registration
Laurent Pinchart
1
-15
/
+15
2022-06-27
media: rkisp1: capture: Initialize entity before video device
Laurent Pinchart
1
-7
/
+10
2022-06-20
media: rcar-vin: Fix channel routing for Ebisu
Niklas Söderlund
1
-1
/
+1
2022-06-20
media: mediatek/vcodec: Enable incoherent buffer allocation
Justin Green
1
-0
/
+2
2022-06-20
media: amphion: delete unnecessary NULL check
Ziyang Xuan
3
-6
/
+3
2022-06-20
media: imx-jpeg: Implement drain using v4l2-mem2mem helpers
Ming Qian
2
-84
/
+73
2022-06-20
media: imx-jpeg: Align upwards buffer size
Ming Qian
1
-51
/
+37
2022-06-20
media: imx-jpeg: Leave a blank space before the configuration data
Ming Qian
1
-1
/
+8
2022-06-20
media: imx-jpeg: Correct some definition according specification
Ming Qian
1
-4
/
+4
2022-06-20
media: platform: fix missing/incorrect resource cleanup in error case
Chengguang Xu
1
-2
/
+1
2022-06-20
media: amphion: Replace zero-length array with flexible-array member
Kees Cook
1
-1
/
+1
2022-06-20
media: mediatek: vcodec: Use kmemdup rather than kmalloc/memcpy
Haowen Bai
1
-2
/
+1
2022-06-20
media: atmel: atmel-isc-base: move cropping settings outside start_dma
Eugen Hristev
1
-4
/
+10
2022-06-20
media: camss: Move and unexport functions specific to ISPIF
Vladimir Zapolskiy
3
-39
/
+37
2022-06-20
media: amphion: return error if format is unsupported by vpu
Ming Qian
2
-2
/
+6
2022-06-20
media: platform: exynos4-is: fix typos in comments
Julia Lawall
2
-2
/
+2
[prev]
[next]