index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
platform
/
ti-vpe
/
vpe.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
2019-07-09
1
-4
/
+3
|
\
|
*
media: v4l2: Get rid of ->vidioc_enum_fmt_vid_{cap, out}_mplane
Boris Brezillon
2019-06-05
1
-2
/
+2
|
*
media: v4l2: Make sure all drivers set _MPLANE caps in vdev->device_caps
Boris Brezillon
2019-06-05
1
-2
/
+1
*
|
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-06-19
1
-4
/
+1
|
/
*
media: replace strncpy() by strscpy()
Mauro Carvalho Chehab
2019-03-29
1
-3
/
+3
*
media: platform: fix several typos
Mauro Carvalho Chehab
2019-03-01
1
-1
/
+1
*
media: mem2mem: Remove unused v4l2_m2m_ops .lock/.unlock
Ezequiel Garcia
2018-06-28
1
-19
/
+0
*
media: ti-vpe: Remove surplus name initialization
Anton Leontiev
2018-06-28
1
-1
/
+0
*
media: drivers: remove "/**" from non-kernel-doc comments
Mauro Carvalho Chehab
2017-11-30
1
-1
/
+1
*
media: platform: make video_device const
Bhumika Goyal
2017-08-27
1
-1
/
+1
*
media: ti-vpe: vpe: constify v4l2_m2m_ops structures
Julia Lawall
2017-08-20
1
-1
/
+1
*
[media] media: ti-vpe: vpe: allow use of user specified stride
Benoit Parrot
2017-03-03
1
-8
/
+20
*
[media] media: ti-vpe: vpdma: add support for user specified stride
Benoit Parrot
2017-03-03
1
-2
/
+4
*
[media] ti-vpe: get rid of some smatch warnings
Mauro Carvalho Chehab
2016-11-22
1
-3
/
+15
*
[media] media: ti-vpe: vpe: Add proper support single and multi-plane buffer
Benoit Parrot
2016-11-22
1
-10
/
+48
*
[media] media: ti-vpe: Make colorspace converter library into its own module
Benoit Parrot
2016-11-22
1
-1
/
+1
*
[media] media: ti-vpe: vpe: Make sure frame size dont exceed scaler capacity
Benoit Parrot
2016-11-22
1
-17
/
+54
*
[media] media: ti-vpe: Make scaler library into its own module
Benoit Parrot
2016-11-22
1
-1
/
+1
*
[media] media: ti-vpe: vpe: Enable DMABUF export
Benoit Parrot
2016-11-22
1
-0
/
+1
*
[media] media: ti-vpe: vpe: Fix line stride for output motion vector
Nikhil Devshatwar
2016-11-22
1
-0
/
+1
*
[media] media: ti-vpe: vpdma: Fix race condition for firmware loading
Nikhil Devshatwar
2016-11-22
1
-4
/
+4
*
[media] media: ti-vpe: vpe: Fix vb2 buffer cleanup
Benoit Parrot
2016-11-22
1
-2
/
+60
*
[media] media: ti-vpe: vpdma: Corrected YUV422 data type label
Benoit Parrot
2016-11-22
1
-4
/
+4
*
[media] media: ti-vpe: vpe: Added MODULE_DEVICE_TABLE hint
Benoit Parrot
2016-11-22
1
-0
/
+1
*
[media] media: ti-vpe: vpe: Add RGB565 and RGB5551 support
Nikhil Devshatwar
2016-11-22
1
-2
/
+20
*
[media] media: ti-vpe: vpe: Post next descriptor only for list complete IRQ
Nikhil Devshatwar
2016-11-22
1
-0
/
+9
*
[media] media: ti-vpe: vpe: Setup srcdst parameters in start_streaming
Nikhil Devshatwar
2016-11-22
1
-0
/
+4
*
[media] media: ti-vpe: vpe: configure line mode separately
Nikhil Devshatwar
2016-11-22
1
-8
/
+17
*
[media] media: ti-vpe: vpdma: Clear IRQs for individual lists
Nikhil Devshatwar
2016-11-22
1
-1
/
+1
*
[media] media: ti-vpe: vpdma: Add support for setting max width height
Nikhil Devshatwar
2016-11-22
1
-1
/
+6
*
[media] media: ti-vpe: Free vpdma buffers in vpe_release
Harinarayan Bhatta
2016-11-22
1
-0
/
+3
*
[media] media: ti-vpe: vpe: Return NULL for invalid buffer type
Nikhil Devshatwar
2016-11-22
1
-1
/
+1
*
[media] media: ti-vpe: Increasing max buffer height and width
Harinarayan Bhatta
2016-11-22
1
-2
/
+2
*
[media] media: ti-vpe: Add support for SEQ_TB buffers
Nikhil Devshatwar
2016-11-22
1
-22
/
+103
*
[media] media: ti-vpe: vpe: Do not perform job transaction atomically
Nikhil Devshatwar
2016-11-22
1
-16
/
+16
*
[media] media: ti-vpe: Use line average de-interlacing for first 2 frames
Archit Taneja
2016-11-22
1
-2
/
+31
*
[media] media: ti-vpe: vpdma: Add multi-instance and multi-client support
Benoit Parrot
2016-11-22
1
-4
/
+4
*
[media] ti-vpe: don't break long lines
Mauro Carvalho Chehab
2016-10-21
1
-2
/
+1
*
[media] platform: constify vb2_ops structures
Julia Lawall
2016-09-19
1
-1
/
+1
*
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
2016-07-08
1
-1
/
+1
*
[media] media/platform: convert drivers to use the new vb2_queue dev field
Hans Verkuil
2016-07-08
1
-16
/
+4
*
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
2015-12-18
1
-1
/
+1
*
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
2015-12-18
1
-1
/
+0
*
[media] media: videobuf2: Change queue_setup argument
Junghak Sung
2015-10-20
1
-1
/
+1
*
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
2015-10-01
1
-20
/
+20
*
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
2015-10-01
1
-1
/
+1
*
[media] media: ti-vpe: Use mem-to-mem ioctl helpers
Prabhakar Lad
2015-02-02
1
-107
/
+50
*
[media] media: ti-vpe: use vb2_ops_wait_prepare/finish helper
Prabhakar Lad
2014-12-22
1
-14
/
+5
*
media: platform: ti-vpe: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
[media] v4l: ti-vpe: Remove casting the return value which is a void pointer
Jingoo Han
2014-09-22
1
-2
/
+1
[next]