Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1860e379875dfe7271c649058aeddffe5afd9d0d
/
drivers
/
media
/
v4l2-core
97d9d23
[media] V4L2: fix VIDIOC_CREATE_BUFS in 64- / 32-bit compatibility mode
by Guennadi Liakhovetski
· 11 years ago
3c83e61
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 11 years ago
7125764
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 11 years ago
c12e69c
Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 11 years ago
c4885ad
[media] v4l2-dv-timings: add module name, description, license
by Hans Verkuil
· 11 years ago
87185c9
[media] v4l: rename v4l2_format_sdr to v4l2_sdr_format
by Antti Palosaari
· 11 years ago
9aa4357
[media] v4l: add control for RF tuner PLL lock flag
by Antti Palosaari
· 11 years ago
3ce569f
[media] v4l: add RF tuner channel bandwidth control
by Antti Palosaari
· 11 years ago
dd519bb
[media] v4l2: add VIDIOC_G/S_EDID support to the v4l2 core
by Hans Verkuil
· 11 years ago
bc826d6
[media] v4l2-compat-ioctl32: fix wrong VIDIOC_SUBDEV_G/S_EDID32 support
by Hans Verkuil
· 11 years ago
b9db140
[media] v4l: of: Support empty port nodes
by Laurent Pinchart
· 11 years ago
c817d92
[media] v4l2-ctrls: replace BUG_ON by WARN_ON
by Hans Verkuil
· 11 years ago
9cf3c31
[media] vb2: call buf_finish after the state check
by Hans Verkuil
· 11 years ago
3f1a9a3
[media] vb2: fix streamoff handling if streamon wasn't called
by Hans Verkuil
· 11 years ago
e4d2581
[media] vb2: replace BUG by WARN_ON
by Hans Verkuil
· 11 years ago
fb64dca
[media] vb2: properly clean up PREPARED and QUEUED buffers
by Hans Verkuil
· 11 years ago
b3379c6
[media] vb2: only call start_streaming if sufficient buffers are queued
by Hans Verkuil
· 11 years ago
a7afcac
[media] vb2: don't init the list if there are still buffers
by Hans Verkuil
· 11 years ago
6ea3b98
[media] vb2: rename queued_count to owned_by_drv_count
by Hans Verkuil
· 11 years ago
256f316
[media] vb2: fix buf_init/buf_cleanup call sequences
by Hans Verkuil
· 11 years ago
9c0863b
[media] vb2: call buf_finish from __queue_cancel
by Hans Verkuil
· 11 years ago
0647064
[media] vb2: change result code of buf_finish to void
by Hans Verkuil
· 11 years ago
b5b4541
[media] vb2: add debugging code to check for unbalanced ops
by Hans Verkuil
· 11 years ago
952c9ee
[media] vb2: fix PREPARE_BUF regression
by Hans Verkuil
· 11 years ago
4e5a4d8
[media] vb2: fix read/write regression
by Hans Verkuil
· 11 years ago
249f5a5
[media] vb2: Check if there are buffers before streamon
by Ricardo Ribalda Delgado
· 11 years ago
c897df0
Merge tag 'v3.14-rc5' into patchwork
by Mauro Carvalho Chehab
· 11 years ago
f2a575f
[media] of: move common endpoint parsing to drivers/of
by Philipp Zabel
· 11 years ago
fd9fdb7
[media] of: move graph helpers from drivers/media/v4l2-core to drivers/of
by Philipp Zabel
· 11 years ago
7ce6fd8
[media] v4l: Handle buffer timestamp flags correctly
by Sakari Ailus
· 11 years ago
872484c
[media] v4l: Add timestamp source flags, mask and document them
by Sakari Ailus
· 11 years ago
c57ff79
[media] v4l: Timestamp flags will soon contain timestamp source, not just type
by Sakari Ailus
· 11 years ago
ade4868
[media] v4l: Rename vb2_queue.timestamp_type as timestamp_flags
by Sakari Ailus
· 11 years ago
f134328
[media] vb2: fix timecode and flags handling for output buffers
by Hans Verkuil
· 11 years ago
80807fa
[media] v4l: add RF tuner gain controls
by Antti Palosaari
· 11 years ago
bfffd74
[media] v4l: do not allow modulator ioctls for non-radio devices
by Hans Verkuil
· 11 years ago
582c52c
[media] v4l: enable some IOCTLs for SDR receiver
by Antti Palosaari
· 11 years ago
6f3073b
[media] v4l: add stream format for SDR receiver
by Antti Palosaari
· 11 years ago
84099a2
[media] v4l: add new tuner types for SDR
by Antti Palosaari
· 11 years ago
d42626b
[media] v4l: add device type for Software Defined Radio
by Antti Palosaari
· 11 years ago
bf0bedd
[media] v4l2: Add settings for Horizontal and Vertical MV Search Range
by Amit Grover
· 11 years ago
ab58a30
[media] v4l2-subdev: Allow 32-bit compat ioctls
by Hans Verkuil
· 11 years ago
a8fa94e
Merge branch 'master' into driver-core-next-test-merge-rc2
by Tejun Heo
· 11 years ago
fee0c54
dma-buf: avoid using IS_ERR_OR_NULL
by Colin Cross
· 11 years ago
3be55e0
[media] v4l2-dv-timings: mention missing 'reduced blanking V2'
by Hans Verkuil
· 11 years ago
257cc4b
[media] v4l2-dv-timings: fix GTF calculation
by Martin Bugge
· 11 years ago
548df78
[media] vb2: Check if there are buffers before streamon
by Ricardo Ribalda
· 11 years ago
cca36e2
[media] Revert "[media] videobuf_vm_{open,close} race fixes"
by Hans Verkuil
· 11 years ago
81993e8
compat: Get rid of (get|put)_compat_time(val|spec)
by H. Peter Anvin
· 11 years ago
6c3df5d
[media] media: v4l2-dev: fix video device index assignment
by Marek Szyprowski
· 11 years ago
bbd8f3f
[media] s5p-mfc: Add controls to set vp8 enc profile
by Kiran AVND
· 11 years ago
4773ab9
[media] s5p-mfc: Add QP setting support for vp8 encoder
by Arun Kumar K
· 11 years ago
6f546c5
[media] vb2: Fix comment in __qbuf_dmabuf
by Laurent Pinchart
· 11 years ago
88e2687
[media] vb2: Improve file I/O emulation to handle buffers in any order
by Hans Verkuil
· 11 years ago
c108e66
[media] vb2: don't set index, don't start streaming for write()
by Hans Verkuil
· 11 years ago
02f142e
[media] vb2: retry start_streaming in case of insufficient buffers
by Hans Verkuil
· 11 years ago
b2f2f04
[media] vb2: remove the 'fileio = NULL' hack
by Hans Verkuil
· 11 years ago
63faabf
[media] vb2: fix race condition between REQBUFS and QBUF/PREPARE_BUF
by Hans Verkuil
· 11 years ago
4138111
[media] vb2: simplify qbuf/prepare_buf by removing callback
by Hans Verkuil
· 11 years ago
f103b5d
[media] videobuf2: Fix CodingStyle
by Mauro Carvalho Chehab
· 11 years ago
b18a8ff
[media] vb2: push the mmap semaphore down to __buf_prepare()
by Hans Verkuil
· 11 years ago
aa32f4c
[media] v4l2: move tracepoints to video_usercopy
by Hans Verkuil
· 11 years ago
a03636c
[media] omap24xx/tcm825x: move to staging for future removal
by Hans Verkuil
· 11 years ago
027eb88
[media] v4l: of: Drop endpoint node reference in v4l2_of_get_remote_port()
by Laurent Pinchart
· 11 years ago
9ff889b
[media] v4l: of: Return an int in v4l2_of_parse_endpoint()
by Laurent Pinchart
· 11 years ago
675722b
Merge branch 'upstream-fixes' into patchwork
by Mauro Carvalho Chehab
· 11 years ago
2d01237
[media] v4l2-dev: Add tracepoints for QBUF and DQBUF
by Wade Farnsworth
· 11 years ago
64c832a
[media] videobuf2-dma-sg: fix possible memory leak
by Geyslan G. Bem
· 11 years ago
a5e3d74
[media] vb2: regression fix: always set length field.
by Hans Verkuil
· 11 years ago
f58c91c
[media] media_tree: Fix spelling errors
by Jonathan McCrohan
· 11 years ago
c1b96a2
[media] videobuf2: Add support for file access mode flags for DMABUF exporting
by Philipp Zabel
· 11 years ago
50ac952
[media] videobuf2-dma-sg: Support io userptr operations on io memory
by Ricardo Ribalda
· 11 years ago
1380f57
[media] videobuf2: Add missing lock held on vb2_fop_release
by Ricardo Ribalda
· 11 years ago
77c0782
[media] videobuf2: Add log for size checking error in __qbuf_dmabuf
by Seung-Woo Kim
· 11 years ago
f956035
[media] vb2: Return 0 when streamon and streamoff are already on/off
by Ricardo Ribalda
· 11 years ago
202dfbd
[media] videobuf2-dma-sg: Fix typo on debug message
by Ricardo Ribalda
· 11 years ago
8e6e8f9
[media] V4L: Add mem2mem ioctl and file operation helpers
by Sylwester Nawrocki
· 11 years ago
39c1cb2
[media] media_tree: Fix spelling errors
by Jonathan McCrohan
· 11 years ago
ea3aba8
[media] videobuf2: Add support for file access mode flags for DMABUF exporting
by Philipp Zabel
· 11 years ago
13509c3
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 11 years ago
3ea369e
Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 11 years ago
a310410
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 11 years ago
24e9a47
[media] v4l2-async: Don't use dynamic static allocation
by Mauro Carvalho Chehab
· 11 years ago
cf326df
[media] V4L2: add v4l2-clock helpers to register and unregister a fixed-rate clock
by Guennadi Liakhovetski
· 11 years ago
2ad5389
[media] v4l2-mem2mem: Don't schedule the context if abort job is called
by Shaik Ameer Basha
· 11 years ago
84e6809
[media] v4l2-mem2mem: clear m2m queue ready counter in v4l2_m2m_streamoff
by Philipp Zabel
· 11 years ago
d7bb0ce8
[media] v4l2-mem2mem: fix context removal from job queue in v4l2_m2m_streamoff
by Philipp Zabel
· 11 years ago
dc77523
[media] videobuf2-core: call __setup_offsets only for mmap memory type
by Philipp Zabel
· 11 years ago
4eed9b3
[media] v4l2-ctrls: Correct v4l2_ctrl_get_int_menu() function's return type
by Sylwester Nawrocki
· 11 years ago
5618dd2
[media] v4l: tuner-core: fix typo
by Lad, Prabhakar
· 11 years ago
2028c71
[media] media: Remove unnecessary semicolons
by Joe Perches
· 11 years ago
f9d32f2
media: core: Don't use i2c_client->driver
by Lars-Peter Clausen
· 11 years ago
3a9621b
[media] videobuf2: Add debug print for the output buffer plane lengths checks
by Sylwester Nawrocki
· 11 years ago
2484a7e
[media] videobuf2: Add log for size checking error in __qbuf_userptr
by Seung-Woo Kim
· 11 years ago
2230124
[media] videobuf2-dma-sg: Replace vb2_dma_sg_desc with sg_table
by Ricardo Ribalda
· 11 years ago
df23728
[media] videobuf2-dma-sg: Allocate pages as contiguous as possible
by Ricardo Ribalda
· 11 years ago
819585b
[media] videobuf2: Fix vb2_write prototype
by Ricardo Ribalda
· 11 years ago
774d230
[media] videobuf2-dc: Fix support for mappings without struct page in userptr mode
by Marek Szyprowski
· 11 years ago
3c5c23c
[media] vb2: Allow queuing OUTPUT buffers with zeroed 'bytesused'
by Sylwester Nawrocki
· 11 years ago
27c053a
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
by Linus Torvalds
· 11 years ago
Next »