index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: vicodec: improve handling of ENC_CMD_STOP/START
Hans Verkuil
2019-06-11
1
-28
/
+122
*
media: vicodec: stateless codecs do not have EOS and SOURCE_CHANGE events
Hans Verkuil
2019-06-11
1
-0
/
+2
*
media: vicodec: use correct sizeimage value when draining
Hans Verkuil
2019-06-11
1
-2
/
+4
*
media: vicodec: set KEY/PFRAME flag when decoding
Hans Verkuil
2019-06-11
1
-2
/
+5
*
media: vicodec: add V4L2_CID_MIN_BUFFERS_FOR_OUTPUT
Hans Verkuil
2019-06-11
1
-1
/
+4
*
media: vicodec: pass on enc output format to capture side
Hans Verkuil
2019-06-11
1
-10
/
+43
*
media: vicodec: fix initial stateless sizeimage value
Hans Verkuil
2019-06-11
1
-1
/
+3
*
media: vicodec: always return a valid format.
Hans Verkuil
2019-06-11
1
-12
/
+14
*
media: vicodec: move v4l2_ctrl_request_complete after spin_unlock
Hans Verkuil
2019-06-11
1
-2
/
+2
*
media: platform: ao-cec-g12a: remove spin_lock_irqsave() locking in meson_ao_...
Neil Armstrong
2019-06-05
1
-17
/
+3
*
media: aspeed: use different delays for triggering VE H/W reset
Jae Hyun Yoo
2019-06-05
1
-4
/
+5
*
media: aspeed: remove source buffer allocation before mode detection
Jae Hyun Yoo
2019-06-05
1
-32
/
+5
*
media: aspeed: refine interrupt handling logic
Jae Hyun Yoo
2019-06-05
1
-3
/
+4
*
media: aspeed: remove checking of VE_INTERRUPT_CAPTURE_COMPLETE
Jae Hyun Yoo
2019-06-05
1
-8
/
+4
*
media: aspeed: reduce noisy log printing outs
Jae Hyun Yoo
2019-06-05
1
-5
/
+5
*
media: aspeed: remove IRQF_SHARED flag
Jae Hyun Yoo
2019-06-05
1
-2
/
+1
*
media: aspeed: change irq to threaded irq
Jae Hyun Yoo
2019-06-05
1
-2
/
+3
*
media: aspeed: refine clock control logic
Jae Hyun Yoo
2019-06-05
1
-9
/
+29
*
media: aspeed: fix a kernel warning on clk control
Jae Hyun Yoo
2019-06-05
1
-0
/
+11
*
media: stm32-dcmi: fix irq = 0 case
Fabien Dessenne
2019-06-05
1
-1
/
+1
*
media: platform: Fix Warning of Unneeded Semicolon reported by coccicheck
Shobhit Kukreti
2019-06-05
3
-4
/
+4
*
media: vivid: fix incorrect assignment operation when setting video mode
Colin Ian King
2019-06-05
1
-1
/
+1
*
media: mtk-vcodec: support single-buffer frames
Yunfei Dong
2019-06-05
1
-4
/
+7
*
media: mtk-vcodec: constify formats
Alexandre Courbot
2019-06-05
3
-19
/
+21
*
media: mtk-vcodec: replace GPLv2 with SPDX
Alexandre Courbot
2019-06-05
32
-450
/
+32
*
media: vimc: Remove or modify stream checks
André Almeida
2019-06-05
3
-14
/
+4
*
media: vicodec: use new v4l2_m2m_ioctl_try_en/decoder_cmd funcs
Hans Verkuil
2019-06-05
1
-31
/
+4
*
media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplane
Boris Brezillon
2019-06-05
24
-95
/
+69
*
media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_caps
Boris Brezillon
2019-06-05
12
-34
/
+18
*
media: platform: ao-cec-g12a: disable regmap fast_io for cec bus regmap
Neil Armstrong
2019-06-03
1
-1
/
+0
*
media: omap3isp: constify platform_device_id
Arvind Yadav
2019-05-29
1
-1
/
+1
*
media: omap3isp: Call video_unregister_device() unconditionally
Sakari Ailus
2019-05-29
1
-2
/
+1
*
media: omap3isp: Don't rely on devm for memory resource management
Sakari Ailus
2019-05-29
5
-23
/
+54
*
media: staging: media: davinci_vpfe: Replace a bit shift
Arushi Singhal
2019-05-29
1
-1
/
+1
*
media: sun6i: Support A83T variant
Chen-Yu Tsai
2019-05-29
1
-0
/
+1
*
media: mtk-vcodec: fix leaked of_node references
Wen Yang
2019-05-29
1
-1
/
+1
*
media: mtk-vpu: fix leaked of_node references
Wen Yang
2019-05-29
1
-1
/
+1
*
media: coda: use v4l2_m2m_buf_copy_metadata
Philipp Zabel
2019-05-29
1
-6
/
+1
*
media: coda: add lockdep asserts
Philipp Zabel
2019-05-29
1
-0
/
+6
*
media: coda: add decoder MPEG-2 profile and level controls
Philipp Zabel
2019-05-29
4
-1
/
+76
*
media: coda: add decoder MPEG-4 profile and level controls
Philipp Zabel
2019-05-29
4
-1
/
+78
*
media: vimc: Remove unneeded return statement in vimc_sen_s_stream()
Niklas Söderlund
2019-05-28
1
-1
/
+0
*
media: vimc: fix component match compare
Helen Koike
2019-05-28
1
-5
/
+2
*
media: rcar-csi2: Fix coccinelle warning for PTR_ERR_OR_ZERO()
Niklas Söderlund
2019-05-28
1
-3
/
+1
*
media: vim2m: fix two double-free issues
Kefeng Wang
2019-05-28
1
-3
/
+3
*
media: vicodec: correctly support unbinding of the driver
Hans Verkuil
2019-05-28
1
-5
/
+18
*
media: coda: Clear the interrupt reason
Ezequiel Garcia
2019-05-28
1
-0
/
+1
*
media: coda: Replace the threaded interrupt with a hard interrupt
Ezequiel Garcia
2019-05-28
1
-2
/
+2
*
media: coda: Remove unbalanced and unneeded mutex unlock
Ezequiel Garcia
2019-05-28
1
-1
/
+0
*
media: coda: Print a nicer device registered message
Ezequiel Garcia
2019-05-28
1
-4
/
+9
[next]