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