Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
8a3680e21634d85886aa2901906c3b5df5840ce4
/
drivers
/
media
/
common
996680d
Merge tag 'media/v4.20-7' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 6 years ago
4bd257d
Merge tag 'v4.20-rc7' into patchwork
by Mauro Carvalho Chehab
· 6 years ago
72148d1
media: v4l: Add support for V4L2_BUF_TYPE_META_OUTPUT
by Sakari Ailus
· 8 years ago
078ab3e
media: Add a Kconfig option for the Request API
by Sakari Ailus
· 6 years ago
dde6bdc
media: vb2: don't unbind/put the object when going to state QUEUED
by Hans Verkuil
· 6 years ago
6093d30
media: vb2: keep a reference to the request until dqbuf
by Hans Verkuil
· 6 years ago
b7ff0b0
media: vb2: skip request checks for VIDIOC_PREPARE_BUF
by Hans Verkuil
· 6 years ago
0499021
media: vb2: don't call __vb2_queue_cancel if vb2_start_streaming failed
by Hans Verkuil
· 6 years ago
c06ef2e
media: vb2: be sure to unlock mutex on errors
by Mauro Carvalho Chehab
· 6 years ago
5e99456
media: videobuf2-v4l2: drop WARN_ON in vb2_warn_zero_bytesused()
by Hans Verkuil
· 6 years ago
d644cca
media: vb2: Allow reqbufs(0) with "in use" MMAP buffers
by John Sheu
· 6 years ago
e5f71a2
media: v4l2-tpg: array index could become negative
by Hans Verkuil
· 6 years ago
62dcb4f
media: vb2: check memory model for VIDIOC_CREATE_BUFS
by Hans Verkuil
· 6 years ago
cd26d1c
media: vb2: vb2_mmap: move lock up
by Hans Verkuil
· 6 years ago
b3491d8
Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 6 years ago
250854e
media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
by Hans Verkuil
· 6 years ago
9b48daa
media: v4l2-tpg-core: Add 16-bit bayer
by Bård Eirik Winther
· 6 years ago
183e19f
media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macros
by Sean Young
· 6 years ago
515c5a7
media: videobuf2-core: Rework and rename helper for request buffer count
by Paul Kocialkowski
· 6 years ago
8ee9241
media: vb2: check for sane values from queue_setup
by Johan Fjeldtvedt
· 6 years ago
db03401
media: replace ADOBERGB by OPRGB
by Hans Verkuil
· 6 years ago
cc1e631
media: replace strcpy() by strscpy()
by Mauro Carvalho Chehab
· 6 years ago
c0decac
media: use strscpy() instead of strlcpy()
by Mauro Carvalho Chehab
· 6 years ago
15cd442
media: media-request: EPERM -> EACCES/EBUSY
by Hans Verkuil
· 6 years ago
e5079cf
media: vb2: set reqbufs/create_bufs capabilities
by Hans Verkuil
· 6 years ago
648301b
media: v4l2-tpg: add Z16 support
by Hans Verkuil
· 6 years ago
bd7ae8a
media: v4l2-tpg: show either Y'CbCr or HSV encoding
by Hans Verkuil
· 6 years ago
9ac8090
media: videobuf2-v4l2: refuse qbuf if queue uses requests or vv.
by Hans Verkuil
· 7 years ago
61add36
media: videobuf2-core: add uses_requests/qbuf flags
by Hans Verkuil
· 7 years ago
86f6bd3
media: videobuf2-v4l2: add vb2_request_queue/validate helpers
by Hans Verkuil
· 7 years ago
c07aa48
media: videobuf2-core: add request helper functions
by Hans Verkuil
· 7 years ago
394dc58
media: videobuf2-v4l2: integrate with media requests
by Hans Verkuil
· 7 years ago
fd89e0b
media: videobuf2-core: integrate with media requests
by Hans Verkuil
· 7 years ago
8e01370
media: vb2: add init_buffer buffer op
by Hans Verkuil
· 7 years ago
62fed26
media: videodev2.h: Add request_fd field to v4l2_buffer
by Hans Verkuil
· 7 years ago
5502869
media: vb2: drop VB2_BUF_STATE_PREPARED, use bool prepared/synced instead
by Hans Verkuil
· 7 years ago
db6e8d5
media: vb2: store userspace data in vb2_v4l2_buffer
by Hans Verkuil
· 7 years ago
0af4e80
media: videobuf2-v4l2: replace if by switch in __fill_vb2_buffer()
by Hans Verkuil
· 6 years ago
5f89ec8
media: videobuf2-v4l2: move __fill_v4l2_buffer() function
by Hans Verkuil
· 6 years ago
71f3a82
Merge tag 'media/v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 6 years ago
8179de9
siano: get rid of an unused return code for debugfs register
by Mauro Carvalho Chehab
· 6 years ago
f1b1eab
media: dvb: represent min/max/step/tolerance freqs in Hz
by Mauro Carvalho Chehab
· 7 years ago
b509d73
media: videobuf2-core: check for q->error in vb2_core_qbuf()
by Hans Verkuil
· 7 years ago
f4366e4
Merge tag 'drm-misc-next-2018-06-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
by Dave Airlie
· 7 years ago
f664a5269
dma-buf: remove kmap_atomic interface
by Christian König
· 7 years ago
a19741e
dma_buf: remove device parameter from attach callback v2
by Christian König
· 7 years ago
fad953c
treewide: Use array_size() in vzalloc()
by Kees Cook
· 7 years ago
4cff79e
media: Remove depends on HAS_DMA in case of platform dependency
by Geert Uytterhoeven
· 7 years ago
90b2da8
media: videobuf2-core: don't call memop 'finish' when queueing
by Hans Verkuil
· 7 years ago
782b9d2
media: siano: use GFP_DMA only for smssdio
by Mauro Carvalho Chehab
· 7 years ago
de281f7
media: saa7146: fix error return from master_xfer
by Peter Rosin
· 7 years ago
23ba635
media: lgdt330x: convert it to the new I2C binding way
by Mauro Carvalho Chehab
· 7 years ago
25d4aff
media: flexcop-i2c: get rid of KERN_CONT
by Mauro Carvalho Chehab
· 7 years ago
5ef76cb
media: siano: be sure to not override devpath size
by Mauro Carvalho Chehab
· 7 years ago
e1b7f11
media: siano: get rid of __le32/__le16 cast warnings
by Mauro Carvalho Chehab
· 7 years ago
e605e9e
media: v4l2-tpg-core.c: add space after %
by Hans Verkuil
· 7 years ago
1a08687
media: v4l2-tpg-core: avoid buffer overflows
by Mauro Carvalho Chehab
· 7 years ago
564246f
media: siano: Fix coherent memory allocation failure on arm64
by Tomoki Sekiyama
· 7 years ago
76bf708
Merge commit 'v4.16-rc4~0' into patchwork
by Mauro Carvalho Chehab
· 7 years ago
7dbdd16
media: vb2: Makefile: place vb2-trace together with vb2-core
by Mauro Carvalho Chehab
· 7 years ago
d13a013
media: vb2: Fix videobuf2 to map correct area
by Masami Hiramatsu
· 7 years ago
03703ed
media: vb2: core: Finish buffers at the end of the stream
by Sakari Ailus
· 7 years ago
e77c31e
media: videobuf2: fix build issues with vb2-trace
by Mauro Carvalho Chehab
· 7 years ago
80dfd71
media: videobuf2: Add VIDEOBUF2_V4L2 Kconfig option for VB2 V4L2 part
by Sakari Ailus
· 7 years ago
ddddfa7
media: add SPDX license info
by Hans Verkuil
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
68c5735
Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 7 years ago
168fe32
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
7952be9
media: drivers/media/common/videobuf2: rename from videobuf
by Hans Verkuil
· 7 years ago
6e6a8b5
media: replace all <spaces><tab> occurrences
by Mauro Carvalho Chehab
· 7 years ago
6f0e5fd
media: vb2: add a new warning about pending buffers
by Mauro Carvalho Chehab
· 7 years ago
2e33dbb
media: vb2: add pr_fmt() macro
by Mauro Carvalho Chehab
· 7 years ago
ce46867
media: vb2: Fix a bug about unnecessary calls to queue cancel and free
by Satendra Singh Thakur
· 7 years ago
0097ff8
media: vb2: Enforce VB2_MAX_FRAME in vb2_core_reqbufs better
by Sakari Ailus
· 7 years ago
df93dc6
media: videobuf2-core: don't go out of the buffer range
by Mauro Carvalho Chehab
· 7 years ago
201b567
media: fix semicolon.cocci warnings
by Fengguang Wu
· 7 years ago
fada193
media: move dvb kAPI headers to include/media
by Mauro Carvalho Chehab
· 7 years ago
03fbdb2
media: move videobuf2 to drivers/media/common
by Mauro Carvalho Chehab
· 7 years ago
b29fd56
media: v4l2-tpg.h: rename color structs
by Mauro Carvalho Chehab
· 7 years ago
1beb623
media: v4l2-tpg*.h: move headers to include/media/tpg and merge them
by Mauro Carvalho Chehab
· 7 years ago
3ee6229
media: siano: fix a potential integer overflow
by Gustavo A. R. Silva
· 7 years ago
1e6f57b
media: siano: add SPDX markups
by Mauro Carvalho Chehab
· 7 years ago
e40d14a
media: use ARRAY_SIZE
by Jérémy Lefaure
· 7 years ago
c23e0cb
media: annotate ->poll() instances
by Al Viro
· 8 years ago
929b99e
media: siano: get rid of documentation warnings
by Mauro Carvalho Chehab
· 7 years ago
841b86f
treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts
by Kees Cook
· 7 years ago
5d352e6
Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
12a8361
media: saa7146: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
3e31491
media: media/saa7146: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
b89fdb5
[media] v4l2-tpg: add Y10 and Y12 support
by Hans Verkuil
· 7 years ago
ad62701
[media] saa7146: make saa7146_use_ops const
by Bhumika Goyal
· 7 years ago
af28c99
media: drivers: Adjust checks for null pointers
by Markus Elfring
· 7 years ago
2d3da59
media: drivers: improve a size determination
by Markus Elfring
· 7 years ago
c38e865
media: drivers: delete error messages for failed memory allocation
by Markus Elfring
· 7 years ago
11c2078
media: saa7146: constify videobuf_queue_ops structures
by Arvind Yadav
· 7 years ago
6d741bf
media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*
by Sean Young
· 7 years ago
518f4b2
media: rc-core: rename input_name to device_name
by Sean Young
· 8 years ago
079c6ea
media: v4l2-tpg: fix the SMPTE-2084 transfer function
by Hans Verkuil
· 7 years ago
eada475
media: v4l2-tpg-core.c: fix typo in bt2020_full matrix
by Hans Verkuil
· 7 years ago
Next »