index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
usb
/
usbtv
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
media: usb: drop vb2_ops_wait_prepare/finish
Hans Verkuil
2024-10-28
1
-2
/
+0
*
media: usbtv: Remove useless locks in usbtv_video_free()
Benjamin Gaignard
2024-03-04
1
-7
/
+0
*
media: usb: usbtv: Stop direct calls to queue num_buffers field
Benjamin Gaignard
2023-11-23
1
-2
/
+3
*
usbtv: usbtv_set_regs: the pipe is output
Oliver Neukum
2023-04-11
1
-1
/
+1
*
media: usbtv: Add PAL-Nc standard
Jorge Maidana
2022-06-20
2
-2
/
+6
*
media: Kconfig: cleanup VIDEO_DEV dependencies
Mauro Carvalho Chehab
2022-03-18
1
-1
/
+1
*
Merge tag 'media/v5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2021-04-28
1
-3
/
+3
|
\
|
*
media: usbtv: constify static structs
Rikard Falkeborn
2021-03-11
1
-3
/
+3
*
|
media: usbtv: Fix deadlock on suspend
Maxim Mikityanskiy
2021-03-11
1
-1
/
+1
|
/
*
media: usbtv: Fix refcounting mixup
Oliver Neukum
2020-10-08
1
-1
/
+2
*
media: media/usb: use vb2_video_unregister_device()
Hans Verkuil
2020-08-28
1
-3
/
+1
*
media: media/usb: rename VFL_TYPE_GRABBER to _VIDEO
Hans Verkuil
2020-02-24
1
-1
/
+1
*
media: usbtv: fix control-message timeouts
Johan Hovold
2020-02-24
2
-3
/
+4
*
media: Drop superfluous ioctl PCM ops
Takashi Iwai
2019-12-13
1
-1
/
+0
*
media: usbtv: Use managed buffer allocation
Takashi Iwai
2019-12-13
1
-27
/
+1
*
media: solo6x10: Remove superfluous snd_dma_continuous_data()
Takashi Iwai
2019-11-11
1
-2
/
+1
*
media: media/usb: don't set description in ENUM_FMT
Hans Verkuil
2019-07-22
1
-2
/
+0
*
media: media/usb: set device_caps in struct video_device
Hans Verkuil
2019-06-05
1
-3
/
+2
*
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-21
2
-0
/
+2
*
media: Kconfig files: use the right help coding style
Mauro Carvalho Chehab
2019-03-20
1
-1
/
+1
*
media: use strscpy() instead of strlcpy()
Mauro Carvalho Chehab
2018-09-11
2
-10
/
+10
*
media: usbtv: use irqsave() in USB's complete callback
Sebastian Andrzej Siewior
2018-08-02
1
-2
/
+3
*
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-13
1
-1
/
+1
*
media: usbtv: Implement wait_prepare and wait_finish
Ezequiel Garcia
2018-05-25
1
-0
/
+2
*
media: usbtv: Use the constant for supported standards
Hugo Grostabussiat
2018-05-04
1
-2
/
+1
*
media: usbtv: Enforce standard for color decoding
Hugo Grostabussiat
2018-05-04
1
-5
/
+40
*
media: usbtv: Keep norm parameter specific
Hugo Grostabussiat
2018-05-04
1
-1
/
+1
*
media: usbtv: Use V4L2 defines to select capture resolution
Hugo Grostabussiat
2018-05-04
1
-6
/
+1
*
media: usbtv: Add SECAM support
Hugo Grostabussiat
2018-05-04
2
-2
/
+38
*
media: usbtv: Use same decoder sequence as Windows driver
Hugo Grostabussiat
2018-05-04
1
-11
/
+29
*
media: usbtv: Add USB ID 1f71:3306 to the UTV007 driver
Ian Douglas Scott
2018-02-26
1
-0
/
+1
*
media: usbtv: prevent double free in error case
Oliver Neukum
2018-02-26
1
-0
/
+2
*
media: fix usage of whitespaces and on indentation
Mauro Carvalho Chehab
2018-01-04
1
-8
/
+8
*
media: usbtv: add a new usbid
Icenowy Zheng
2017-11-27
1
-0
/
+1
*
media: usbtv: fix brightness and contrast controls
Adam Sampson
2017-10-31
1
-2
/
+2
*
media: usb: usbtv: remove duplicate & operation
Jaejoong Kim
2017-10-31
1
-1
/
+1
*
media: usbtv: make v4l2_file_operations const
Bhumika Goyal
2017-08-27
1
-1
/
+1
*
media: usb: make snd_pcm_hardware const
Bhumika Goyal
2017-08-20
1
-1
/
+1
*
media: usb: constify usb_device_id
Arvind Yadav
2017-08-20
1
-1
/
+1
*
[media] usbtv: add sharpness control
Lubomir Rintel
2017-02-08
1
-0
/
+8
*
Merge tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...
Linus Torvalds
2016-12-16
2
-1
/
+107
|
\
|
*
[media] usbtv: don't do DMA on stack
Mauro Carvalho Chehab
2016-11-16
1
-5
/
+13
|
*
[media] usbtv: add video controls
Lubomir Rintel
2016-11-16
2
-1
/
+99
*
|
media: usbtv: core: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
2016-10-31
1
-2
/
+5
|
/
*
[media] usb: constify vb2_ops structures
Julia Lawall
2016-09-19
1
-1
/
+1
*
[media] usb: constify snd_pcm_ops structures
Julia Lawall
2016-09-19
1
-1
/
+1
*
[media] media: usbtv: prevent access to free'd resources
Matthew Leach
2016-07-12
1
-0
/
+5
*
[media] usbtv: improve a comment
Lubomir Rintel
2016-07-08
1
-2
/
+17
*
[media] usbtv: clarify the licensing
Lubomir Rintel
2016-07-08
4
-37
/
+93
*
[media] vb2: replace void *alloc_ctxs by struct device *alloc_devs
Hans Verkuil
2016-07-08
1
-1
/
+1
[next]