index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
video
/
v4l2-ctrls.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-31
[media] V4L: Use NULL pointer instead of plain integer in v4l2-ctrls.c file
Sachin Kamat
1
-1
/
+1
2012-07-31
[media] v4l2-ctrls: Teach v4l2-ctrls that V4L2_CID_AUTOBRIGHTNESS is a boolean
Hans de Goede
1
-0
/
+1
2012-05-15
[media] v4l2-event: fix regression with initial event handling
Hans Verkuil
1
-1
/
+4
2012-05-14
[media] V4L: Add camera auto focus controls
Sylwester Nawrocki
1
-1
/
+19
2012-05-14
[media] V4L: Add camera 3A lock control
Sylwester Nawrocki
1
-0
/
+2
2012-05-14
[media] V4L: Add camera scene mode control
Sylwester Nawrocki
1
-0
/
+21
2012-05-14
[media] V4L: Add camera exposure metering control
Sylwester Nawrocki
1
-0
/
+10
2012-05-14
[media] V4L: Add camera ISO sensitivity controls
Sylwester Nawrocki
1
-0
/
+11
2012-05-14
[media] V4L: Add camera image stabilization control
Sylwester Nawrocki
1
-0
/
+2
2012-05-14
[media] V4L: Add camera wide dynamic range control
Sylwester Nawrocki
1
-0
/
+2
2012-05-14
[media] V4L: Add an extended camera white balance control
Sylwester Nawrocki
1
-0
/
+17
2012-05-14
[media] V4L: Add camera exposure bias control
Sylwester Nawrocki
1
-0
/
+4
2012-05-14
[media] V4L: Add helper function for standard integer menu controls
Sylwester Nawrocki
1
-0
/
+21
2012-05-14
[media] V4L: Extend V4L2_CID_COLORFX with more image effects
Sylwester Nawrocki
1
-0
/
+7
2012-05-14
[media] v4l: Allow changing control handler lock
Sakari Ailus
1
-19
/
+20
2012-05-14
[media] v4l: Image processing control class
Sakari Ailus
1
-1
/
+13
2012-05-14
[media] v4l: Image source control class
Sakari Ailus
1
-0
/
+7
2012-05-07
[media] v4l2-ctrls: Use v4l2_subscribed_event_ops
Hans de Goede
1
-7
/
+34
2012-05-07
[media] v4l2-event: Add v4l2_subscribed_event_ops
Hans de Goede
1
-1
/
+1
2012-04-20
[media] v4l2-ctrls.c: zero min/max/step/def values for 64 bit integers
Hans Verkuil
1
-0
/
+1
2012-04-18
[media] v4l2-ctrls: fix integer overflow in try_set_ext_ctrls()
Xi Wang
1
-1
/
+2
2012-04-18
[media] v4l2-ctrls: fix integer overflow in v4l2_g_ext_ctrls()
Xi Wang
1
-1
/
+2
2012-04-10
[media] v4l: Introduce integer menu controls
Sakari Ailus
1
-17
/
+57
2012-03-19
[media] Two small string fixes in v4l2-ctrls.c
Hans Verkuil
1
-3
/
+3
2012-03-08
[media] v4l2-ctrls: v4l2_ctrl_add_handler should add all refs
Hans Verkuil
1
-2
/
+4
2012-02-29
[media] V4L: Add JPEG compression control class
Sylwester Nawrocki
1
-0
/
+24
2012-02-14
[media] v4l2-ctrls: add helper functions for control events
Hans Verkuil
1
-0
/
+20
2012-02-14
[media] v4l2: standardize log start/end message
Hans Verkuil
1
-0
/
+12
2012-02-14
[media] v4l2-ctrls: add new controls for MPEG decoder devices
Hans Verkuil
1
-0
/
+23
2012-01-18
[media] v4l2-ctrls: make control names consistent
Hans Verkuil
1
-27
/
+27
2011-12-30
[media] v4l2-ctrls: Use kcalloc instead of kzalloc to allocate array
Thomas Meyer
1
-2
/
+2
2011-12-30
[media] v4l: Add new alpha component control
Sylwester Nawrocki
1
-0
/
+1
2011-11-12
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+3
2011-11-08
[media] v4l2-ctrl: Send change events to all fh for auto cluster slave controls
Hans de Goede
1
-0
/
+1
2011-11-08
[media] v4l2-event: Don't set sev->fh to NULL on unsubscribe
Hans de Goede
1
-2
/
+2
2011-11-07
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+1
2011-11-04
[media] v4l: Add AUTO option for the V4L2_CID_POWER_LINE_FREQUENCY control
Sylwester Nawrocki
1
-0
/
+1
2011-11-01
drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required
Paul Gortmaker
1
-0
/
+1
2011-09-21
[media] v4l2-ctrls: implement new volatile autocluster scheme
Hans Verkuil
1
-8
/
+66
2011-09-21
[media] v4l2-ctrls: replace is_volatile with V4L2_CTRL_FLAG_VOLATILE
Hans Verkuil
1
-19
/
+17
2011-07-28
[media] v4l2-ctrls: Fix a merge conflict
Mauro Carvalho Chehab
1
-2
/
+0
2011-07-28
[media] v4l2-ctrl: add codec controls support to the control framework
Kamil Debski
1
-5
/
+191
2011-07-28
[media] v4l: Add a class and a set of controls for flash devices
Sakari Ailus
1
-0
/
+45
2011-07-28
[media] v4l2-ctrls: add new bitmask control type
Hans Verkuil
1
-1
/
+17
2011-07-28
[media] v4l2-ctrls: always send an event if a control changed implicitly
Hans Verkuil
1
-1
/
+6
2011-07-28
[media] v4l2-ctrls.c: copy-and-paste error: user_to_new -> new_to_user
Hans Verkuil
1
-1
/
+1
2011-07-28
[media] v4l2-ctrls.c: add support for V4L2_EVENT_SUB_FL_ALLOW_FEEDBACK
Hans Verkuil
1
-1
/
+2
2011-07-28
[media] v4l2-ctrls/v4l2-events: small coding style cleanups
Hans Verkuil
1
-1
/
+1
2011-07-28
[media] v4l2-ctrls: v4l2_ctrl_handler_setup code simplification
Hans Verkuil
1
-9
/
+4
2011-07-28
[media] v4l2-ctrls: split try_or_set_ext_ctrls()
Hans Verkuil
1
-47
/
+41
[next]