]> git.sesse.net Git - vlc/history - modules/access/v4l2/controls.c
decklink: update build rules
[vlc] / modules / access / v4l2 / controls.c
2012-11-13 Jean-Baptiste KempfLGPL
2012-09-09 Rémi Denis-Courmontv4l2: V4L2_CTRL_FLAG_WRITE_ONLY is included in CTRL_FLA...
2012-09-04 Rémi Denis-Courmontv4l2: copy header (with minor changes) from Linux 3.5
2012-07-30 Rémi Denis-Courmontv4l2: add integer menu controls (Linux 3.5)
2012-07-30 Rémi Denis-Courmontv4l2: fix cut and paste error
2012-04-07 Rémi Denis-Courmontv4l2: only use bits mask controls where supported
2012-03-15 Rémi Denis-Courmontv4l2: cleanup headers order
2012-03-07 Rémi Denis-CourmontV4L2: relicense to LGPL
2011-10-23 Rémi Denis-CourmontV4L2: remove exposure control, this is for still cameras
2011-10-03 Rémi Denis-CourmontAdd undocumented automatic brightness and band-stop...
2011-10-02 Rémi Denis-CourmontV4L2: also replace commas with underscores (fix #4273)
2011-10-02 Rémi Denis-CourmontAdd V4L2 string type controls (fix #5302)
2011-10-02 Rémi Denis-CourmontRetrieve current value of V4L2 64-bits control
2011-10-02 Rémi Denis-CourmontFix unlikely memory leak
2011-10-02 Rémi Denis-CourmontAvoid V4L2 enum as they depend on header versions
2011-10-02 Pierre YnardFix V4L2 compilation with some GCC versions
2011-10-01 Pierre YnardV4L2: build fix
2011-10-01 Rémi Denis-CourmontUpdate the list of standard user-class V4L2 controls
2011-10-01 Rémi Denis-CourmontV4L2: mark black-level obsolete (also kernel 2.6.26)
2011-10-01 Rémi Denis-CourmontV4L2: mark horizontal and vertical center controls...
2011-10-01 Rémi Denis-CourmontAdd V4L2 64-bits integer controls (refs #5302)
2011-10-01 Rémi Denis-CourmontOnly reset V4L2 integers, booleans and menus with the...
2011-10-01 Rémi Denis-CourmontV4L2: add bitmask controls (refs #5302)
2011-10-01 Rémi Denis-CourmontRewrite V4L2 controls to keep a list of them (fix ...
2011-09-01 Rémi Denis-CourmontSplit V4L2 plug-in in multiple files