index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
v4l2-core
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-11
Merge tag 'media/v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
9
-923
/
+1010
2016-01-04
media: flash: use led_set_brightness_sync for torch brightness
Jacek Anaszewski
1
-4
/
+4
2015-12-18
[media] videobuf2: avoid memory leak on errors
Mauro Carvalho Chehab
1
-2
/
+4
2015-12-18
[media] videobuf2-core: fix plane_sizes handling in VIDIOC_CREATE_BUFS
Hans Verkuil
1
-18
/
+21
2015-12-18
[media] videobuf2-core: call __setup_offsets before buf_init()
Hans Verkuil
1
-26
/
+16
2015-12-18
[media] videobuf2-core: fill in q->bufs[vb->index] before buf_init()
Hans Verkuil
1
-2
/
+3
2015-12-18
[media] videobuf2-core: move __setup_lengths into __vb2_queue_alloc()
Hans Verkuil
1
-21
/
+3
2015-12-18
[media] videobuf2-core: fill_user_buffer and copy_timestamp should return void
Hans Verkuil
2
-22
/
+17
2015-12-18
[media] videobuf2-core.c: update module description
Hans Verkuil
1
-1
/
+1
2015-12-18
[media] media: videobuf2: Move vb2_fileio_data and vb2_thread to core part
Junghak Sung
3
-782
/
+772
2015-12-18
[media] media: videobuf2: Refactor vb2_fileio_data and vb2_thread
Junghak Sung
1
-55
/
+49
2015-12-18
[media] media: videobuf2: last_buffer_queued is set at fill_v4l2_buffer()
Junghak Sung
1
-4
/
+5
2015-12-18
[media] media: videobuf2: Separate vb2_poll()
Junghak Sung
1
-34
/
+59
2015-12-18
[media] media: videobuf2: Add copy_timestamp to struct vb2_queue
Junghak Sung
2
-19
/
+14
2015-12-18
[media] media: videobuf2: Move timestamp to vb2_buffer
Junghak Sung
1
-4
/
+3
2015-12-18
[media] vb2: drop v4l2_format argument from queue_setup
Hans Verkuil
2
-10
/
+61
2015-12-03
[media] v4l2-dv-timings: add new arg to v4l2_match_dv_timings
Hans Verkuil
1
-2
/
+7
2015-11-17
[media] v4l2-clk: v4l2_clk_get() also need to find the of_fullname clock
Josh Wu
1
-0
/
+9
2015-11-17
[media] v4l2-dv-timings: add condition checks for reduced fps
Prashant Laddha
1
-0
/
+5
2015-11-17
[media] v4l2-device: Don't unregister ACPI/Device Tree based devices
Tommi Franttila
1
-6
/
+15
2015-11-17
[media] media: videobuf2: fix compare_const_fl.cocci warnings
Julia Lawall
1
-1
/
+1
2015-11-17
[media] media/v4l2-core: struct struct v4l2_ext_controls param which
Ricardo Ribalda
1
-5
/
+29
2015-11-17
[media] media/core: Replace ctrl_class with which
Ricardo Ribalda
3
-22
/
+22
2015-11-17
[media] v4l2-dv-timings: Compare horizontal blanking
Mats Randgaard
1
-0
/
+2
2015-11-17
[media] v4l2-core/v4l2-ctrls: Filter NOOP CH_RANGE events
Ricardo Ribalda
1
-9
/
+14
2015-11-17
[media] vb2: fix a regression in poll() behavior for output,streams
Hans Verkuil
1
-3
/
+3
2015-11-05
Merge tag 'media/v4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
16
-1818
/
+2226
2015-10-22
[media] v4l2-flash-led-class: Add missing VIDEO_V4L2 Kconfig dependency
Jacek Anaszewski
1
-1
/
+1
2015-10-20
[media] media/v4l2-ctrls: fix setting autocluster to manual with VIDIOC_S_CTRL
Antonio Ospite
1
-1
/
+1
2015-10-20
[media] v4l: add type field to v4l2_modulator struct
Antti Palosaari
1
-1
/
+17
2015-10-20
[media] v4l2: add support for SDR transmitter
Antti Palosaari
4
-3
/
+42
2015-10-20
[media] v4l2: add RF gain control
Antti Palosaari
1
-0
/
+2
2015-10-20
[media] v4l2: rename V4L2_TUNER_ADC to V4L2_TUNER_SDR
Antti Palosaari
1
-3
/
+3
2015-10-20
[media] media: videobuf2: Move v4l2-specific stuff to videobuf2-v4l2
Junghak Sung
3
-1793
/
+1825
2015-10-20
[media] media: videobuf2: Prepare to divide videobuf2
Junghak Sung
4
-181
/
+399
2015-10-20
[media] media: videobuf2: Replace v4l2-specific data with vb2 data
Junghak Sung
1
-61
/
+70
2015-10-20
[media] media: vb2 dma-sg: Fully cache synchronise buffers in prepare and finish
Tiffany Lin
1
-2
/
+3
2015-10-20
[media] media: vb2 dma-contig: Fully cache synchronise buffers in prepare and...
Tiffany Lin
1
-2
/
+3
2015-10-01
[media] media: videobuf2: Restructure vb2_buffer
Junghak Sung
2
-91
/
+136
2015-10-01
[media] media: videobuf2: Replace videobuf2-core with videobuf2-v4l2
Junghak Sung
10
-13
/
+44
2015-10-01
[media] media: v4l2-ctrls: Fix 64bit support in get_ctrl()
Benoit Parrot
1
-3
/
+3
2015-10-01
[media] v4l2-ctrls: arrays are also considered compound controls
Hans Verkuil
1
-2
/
+2
2015-10-01
[media] media/v4l2-compat-ioctl32: Simple stylechecks
Ricardo Ribalda
1
-6
/
+7
2015-10-01
[media] v4l2-compat-ioctl32: add missing SDR support
Hans Verkuil
1
-2
/
+21
2015-09-25
[media] v4l2-compat-ioctl32: replace pr_warn by pr_debug
Hans Verkuil
1
-2
/
+2
2015-09-25
[media] v4l2-compat-ioctl32: fix alignment for ARM64
Andrzej Hajda
1
-4
/
+5
2015-09-25
[media] m2m: fix bad unlock balance
Zahari Doychev
1
-15
/
+8
2015-09-11
Merge tag 'media/v4.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
6
-407
/
+132
2015-09-05
Merge tag 'media/v4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
10
-60
/
+127
2015-09-01
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
[next]