index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-09
media: mediatek: vcodec: Get each instance format type
Yunfei Dong
2
-0
/
+49
2023-06-09
media: mediatek: vcodec: Get each context resolution information
Yunfei Dong
2
-0
/
+50
2023-06-09
media: mediatek: vcodec: Add a debugfs file to get different useful information
Yunfei Dong
3
-0
/
+98
2023-06-09
media: mediatek: vcodec: Add debug params to control different log level
Yunfei Dong
3
-3
/
+33
2023-06-09
media: mediatek: vcodec: Add debugfs interface to get debug information
Yunfei Dong
5
-0
/
+77
2023-06-09
media: mediatek: vcodec: support stateless AV1 decoder
Xiaoyong Lu
8
-1
/
+2291
2023-06-09
media: verisilicon: Conditionally ignore native formats
Benjamin Gaignard
5
-25
/
+63
2023-06-09
media: verisilicon: Enable AV1 decoder on rk3588
Benjamin Gaignard
3
-0
/
+137
2023-06-09
media: verisilicon: Add film grain feature to AV1 driver
Benjamin Gaignard
5
-0
/
+651
2023-06-09
media: verisilicon: Add Rockchip AV1 decoder
Benjamin Gaignard
4
-2
/
+2566
2023-06-09
media: verisilicon: Add AV1 entropy helpers
Benjamin Gaignard
5
-0
/
+4719
2023-06-09
media: verisilicon: Compute motion vectors size for AV1 frames
Benjamin Gaignard
3
-0
/
+21
2023-06-09
media: verisilicon: Check AV1 bitstreams bit depth
Benjamin Gaignard
2
-0
/
+40
2023-06-09
media: verisilicon: Add AV1 decoder mode and controls
Benjamin Gaignard
2
-0
/
+24
2023-06-09
media: verisilicon: Get bit depth for V4L2_PIX_FMT_NV15_4L4
Benjamin Gaignard
1
-0
/
+1
2023-06-09
media: mediatek: vpu: add missing clk_unprepare
Hans Verkuil
1
-0
/
+1
2023-06-09
media: platform: mediatek: vpu: fix NULL ptr dereference
Hans Verkuil
1
-2
/
+4
2023-06-09
media: platform: renesas-ceu: drop buf NULL check
Hans Verkuil
1
-9
/
+0
2023-06-09
media: rockchip: rga: fix clock cleanup
Hans Verkuil
1
-2
/
+2
2023-06-09
media: venus: provide ctx queue lock for ioctl synchronization
Sergey Senozhatsky
3
-0
/
+10
2023-06-09
media: venus: return P010 as preferred format for 10 bit decode
Dikshita Agarwal
1
-1
/
+6
2023-06-09
media: venus: add handling of bit depth change from firmware
Dikshita Agarwal
2
-1
/
+20
2023-06-09
media: venus: update calculation for dpb buffers
Dikshita Agarwal
3
-3
/
+15
2023-06-09
media: venus: add support for V4L2_PIX_FMT_P010 color format
Dikshita Agarwal
3
-10
/
+18
2023-06-09
media: venus: replace arrary index with enum for supported formats
Dikshita Agarwal
3
-38
/
+72
2023-06-09
media: venus: fix EOS handling in decoder stop command
Dikshita Agarwal
1
-1
/
+1
2023-06-09
media: venus: enable sufficient sequence change support for vp9
Dikshita Agarwal
3
-0
/
+11
2023-06-09
media: venus: add firmware version based check
Dikshita Agarwal
2
-3
/
+47
2023-06-09
media: venus: hfi_cmds: Use struct_size() helper
Gustavo A. R. Silva
1
-4
/
+4
2023-06-09
media: venus: hfi_cmds: Replace one-element array with flexible-array member
Gustavo A. R. Silva
2
-7
/
+7
2023-06-09
media: venus: Replace one-element arrays with flexible-array members
Gustavo A. R. Silva
2
-9
/
+9
2023-06-09
media: venus: hfi_cmds: Replace fake flex-array with flexible-array member
Gustavo A. R. Silva
2
-2
/
+2
2023-06-09
media: venus: helpers: Fix ALIGN() of non power of two
Rikard Falkeborn
1
-2
/
+2
2023-06-09
media: venus: simplify the return expression of venus_sys_set_* function
Liu Shixin
1
-24
/
+4
2023-06-09
media: venus: simplify the return expression of session_process_buf()
Qinglang Miao
1
-6
/
+1
2023-06-09
Merge tag 'v6.4-rc5' into media_stage
Mauro Carvalho Chehab
3
-3
/
+7
2023-05-26
media: video-mux: update driver to active state
Philipp Zabel
1
-54
/
+24
2023-05-26
media: video-mux: fix error paths
Philipp Zabel
1
-8
/
+19
2023-05-26
media: Revert "media: exynos4-is: Remove dependency on obsolete SoC support"
Artur Weber
3
-3
/
+3
2023-05-26
media: mediatek: vcodec: using empty lat buffer as the last one
Yunfei Dong
2
-15
/
+28
2023-05-26
media: mediatek: vcodec: move core context from device to each instance
Yunfei Dong
7
-46
/
+26
2023-05-26
media: mediatek: vcodec: using decoder status instead of core work count
Yunfei Dong
2
-21
/
+28
2023-05-26
media: mediatek: vcodec: Avoid unneeded error logging
Yunfei Dong
3
-3
/
+3
2023-05-26
media: mediatek: vcodec: Only apply 4K frame sizes on decoder formats
Pin-yen Lin
1
-0
/
+3
2023-05-26
media: camss: camss-video: Don't zero subdev format again after initialization
Yassine Oudjana
1
-1
/
+0
2023-05-26
media: verisilicon: Additional fix for the crash when opening the driver
Benjamin Gaignard
1
-2
/
+4
2023-05-25
media: sti: c8sectpfe: drop of_match_ptr() to avoid unused variables
Alain Volmat
1
-1
/
+1
2023-05-25
media: c8sectpfe: switch to using gpiod API
Dmitry Torokhov
2
-19
/
+16
2023-05-25
media: rcar-vin: Add support for R-Car V4H
Niklas Söderlund
1
-0
/
+13
2023-05-25
media: rcar-isp: Add support for R-Car V4H
Niklas Söderlund
1
-0
/
+1
[prev]
[next]