index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
mediatek
/
vcodec
/
encoder
Age
Commit message (
Expand
)
Author
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2026-01-13
media: mediatek: vcodec: Discard pm_runtime_put() return value
Rafael J. Wysocki
2026-01-05
media: mediatek: vcodec: use = { } instead of memset()
Qianfeng Rong
2026-01-05
media: mediatek: encoder: Fix uninitialized scalar variable issue
Irui Wang
2025-10-20
media: mediatek: vcodec: Use spinlock for context list protection lock
Chen-Yu Tsai
2025-10-17
media: mediatek: vcodec: Drop unneeded v4l2_m2m_get_vq() NULL check
Laurent Pinchart
2025-08-13
media: mtk: vcodec: Access v4l2_fh from file
Jacopo Mondi
2025-08-13
media: Reset file->private_data to NULL in v4l2_fh_del()
Laurent Pinchart
2025-08-13
media: Set file->private_data in v4l2_fh_add()
Laurent Pinchart
2025-08-13
media: Replace file->private_data access with custom functions
Laurent Pinchart
2025-04-08
media: mediatek: vcodec: Remove trailing space after \n newline
Colin Ian King
2025-02-21
media: mtk-vcodec: venc: avoid -Wenum-compare-conditional warning
Arnd Bergmann
2024-10-28
media: platform: drop vb2_ops_wait_prepare/finish
Hans Verkuil
2024-10-12
media: Switch back to struct platform_driver::remove()
Uwe Kleine-König
2024-05-16
Merge tag 'media/v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2024-04-27
media: mediatek: vcodec: fix possible unbalanced PM counter
Eugen Hristev
2024-04-26
media: mediatek: vcodec: Only free buffer VA that is not NULL
Fei Shao
2024-03-26
media: mediatek: vcodec: adding lock to protect encoder context list
Yunfei Dong
2024-03-25
media: mediatek: vcodec: Fix multiple typos
Sebastian Fricke
2024-02-05
media: mediatek: vcodec: Fix kerneldoc
Ricardo Ribalda
2023-11-23
media: mediatek: vcodec: Stop direct calls to queue num_buffers field
Benjamin Gaignard
2023-11-06
Merge tag 'media/v6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2023-10-13
media: mediatek: vcodec: Handle invalid encoder vsi
Irui Wang
2023-10-07
media: mediatek: vcodec: add encoder power management helper functions
Irui Wang
2023-10-05
media: mediatek: vcodec: Fix encoder access NULL pointer
Irui Wang
2023-09-01
Merge tag 'media/v6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2023-08-10
media: mediatek: vcodec: Fix possible invalid memory access for encoder
Yunfei Dong
2023-08-10
media: mediatek: vcodec: separate decoder and encoder
Yunfei Dong