index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
v4l2-core
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-01
Merge tag 'v5.11-rc6' into patchwork
Mauro Carvalho Chehab
1
-2
/
+2
2021-01-27
media: v4l2-async: Safely unregister an non-registered async subdev
Laurent Pinchart
1
-0
/
+3
2021-01-27
media: v4l2-async: Add waiting subdevices debugfs
Ezequiel Garcia
2
-0
/
+71
2021-01-27
media: v4l2-async: Remove V4L2_ASYNC_MATCH_CUSTOM
Ezequiel Garcia
1
-14
/
+0
2021-01-27
media: v4l2-ioctl: print capabilities in v4l_print_create_buffers()
Helen Koike
1
-3
/
+3
2021-01-27
media: v4l2-ctrls.c: fix shift-out-of-bounds in std_validate
Hans Verkuil
1
-1
/
+2
2021-01-26
media: v4l2-fwnode: Include v4l2_fwnode_bus_type
Daniel Scally
1
-11
/
+0
2021-01-26
media: v4l2-core: v4l2-async: Check sd->fwnode->secondary in match_fwnode()
Daniel Scally
1
-0
/
+8
2021-01-14
media: v4l2-ctrl: Add base layer priority id control.
Dikshita Agarwal
1
-0
/
+1
2021-01-14
media: v4l2-ctrl: Add layer wise bitrate controls for h264
Dikshita Agarwal
1
-0
/
+7
2021-01-14
media: v4l2-ctrl: Add frame-specific min/max qp controls for hevc
Dikshita Agarwal
1
-0
/
+8
2021-01-12
media: v4l: ioctl: Use kmalloc to allocate a small chunk of memory
Sakari Ailus
1
-2
/
+2
2021-01-12
media: v4l: ioctl: Fix memory leak in video_usercopy
Sakari Ailus
1
-18
/
+14
2021-01-07
media: v4l: common: Fix naming of v4l2_get_link_rate
Sakari Ailus
1
-2
/
+2
2021-01-04
media: v4l2-dev: add EPOLLPRI in v4l2_poll() when dev is unregistered
Hans Verkuil
1
-5
/
+7
2021-01-04
media: v4l2-dev/event: add v4l2_event_wake_all()
Hans Verkuil
2
-0
/
+20
2021-01-04
media: v4l2-mem2mem: always call poll_wait() on queues
Alexandre Courbot
1
-3
/
+12
2020-12-03
media: vicodec: mark the stateless FWHT API as stable
Hans Verkuil
1
-2
/
+18
2020-12-03
media: uapi: move H264 stateless controls out of staging
Ezequiel Garcia
1
-18
/
+18
2020-12-03
media: controls: Log H264 stateless controls in .std_log
Ezequiel Garcia
1
-0
/
+18
2020-12-03
media: controls: Add the stateless codec control class
Ezequiel Garcia
1
-0
/
+5
2020-12-03
media: controls: Validate H264 stateless controls
Ezequiel Garcia
1
-0
/
+134
2020-12-03
media: Rename stateful codec control macros
Ezequiel Garcia
1
-2
/
+2
2020-12-03
media: controls: Add validate failure debug message
Ezequiel Garcia
1
-1
/
+6
2020-12-03
media: controls: Add VP8 stateless type initialization
Ezequiel Garcia
1
-0
/
+5
2020-12-02
media: v4l2-fwnode: Remove v4l2_async_notifier_parse_fwnode_endpoints_by_port()
Niklas Söderlund
1
-14
/
+0
2020-12-02
media: v4l: subdev: Set sd->devnode before registering the subdev
Sakari Ailus
1
-1
/
+2
2020-11-17
media: v4l2-compat-ioctl32.c: add missing #ifdef CONFIG_COMPAT_32BIT_TIMEs
Hans Verkuil
1
-5
/
+18
2020-11-17
media: v4l2-ctrls: allow V4L2_CTRL_TYPE_BUTTON with request api
Dikshita Agarwal
1
-5
/
+1
2020-11-17
media: videodev2.h, v4l2-ioctl: add rkisp1 meta buffer format
Shunqian Zheng
1
-0
/
+2
2020-11-16
media: v4l: Add a helper for obtaining the link frequency
Sakari Ailus
1
-0
/
+33
2020-11-16
media: v4l: subdev: Improve link format validation debug messages
Sakari Ailus
1
-7
/
+41
2020-11-16
media: v4l2-fwnode: Don't zero parts of struct v4l2_fwnode_endpoint anymore
Sakari Ailus
1
-12
/
+0
2020-11-16
media: v4l2-fwnode: Return -EINVAL for invalid bus-type
Lad Prabhakar
1
-1
/
+5
2020-11-16
media: v4l2: remove remaining compat_ioctl
Arnd Bergmann
1
-194
/
+2
2020-11-16
media: v4l2: remaining compat handlers
Arnd Bergmann
1
-174
/
+109
2020-11-16
media: v4l2: convert v4l2_format compat ioctls
Arnd Bergmann
1
-207
/
+139
2020-11-16
media: v4l2: allocate v4l2_clip objects early
Arnd Bergmann
1
-1
/
+22
2020-11-16
media: v4l2: move compat handling for v4l2_buffer
Arnd Bergmann
1
-454
/
+270
2020-11-16
media: v4l2: move v4l2_ext_controls conversion
Arnd Bergmann
1
-146
/
+90
2020-11-16
media: v4l2: remove unneeded compat ioctl handlers
Arnd Bergmann
1
-42
/
+0
2020-11-16
media: v4l2: prepare compat-ioctl rework
Arnd Bergmann
2
-67
/
+145
2020-10-08
media: v4l2-mem2mem: Fix spurious v4l2_m2m_buf_done
Ezequiel Garcia
1
-1
/
+0
2020-10-04
Merge tag 'v5.9-rc7' into patchwork
Mauro Carvalho Chehab
2
-9
/
+6
2020-09-26
media: v4l2-mem2mem: simplify poll logic
Alexandre Courbot
1
-21
/
+5
2020-09-26
media: v4l2-mem2mem: always consider OUTPUT queue during poll
Alexandre Courbot
1
-4
/
+2
2020-09-24
Merge tag 'media/v5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2
-9
/
+6
2020-09-14
media: v4l2-ctrl: Add VP9 codec levels
Stanimir Varbanov
1
-0
/
+21
2020-09-14
media: media/v4l2: remove V4L2_FLAG_MEMORY_NON_CONSISTENT flag
Sergey Senozhatsky
2
-9
/
+6
2020-09-10
media: v4l2-fwnode: Use debug level for printing link frequencies
Sakari Ailus
1
-2
/
+2
[next]