]> git.sesse.net Git - vlc/history - modules/access/v4l2
Revert "Remove version sort option. Now uses version sort by default and there's...
[vlc] / modules / access / v4l2 /
2012-02-05 Rafaël CarréMention 2.0.0 instead of 1.2.0
2012-01-31 Rémi Denis-CourmontV4L2: fix kinda constant expression to be really constant
2012-01-31 Rémi Denis-CourmontUse static_assert()
2012-01-06 Rémi Denis-Courmontv4l2: add automatic power line frequency detection
2012-01-06 Rémi Denis-Courmontv4l2: add analag standard groups from Linux 3.2
2011-12-15 Pere Orgafix filename self-references
2011-11-05 Rémi Denis-Courmontv4l2: fix typo
2011-10-31 Rémi Denis-Courmontv4l2: fix step-wise and continuous frame sizes enumeration
2011-10-23 Rémi Denis-CourmontV4L2: remove exposure control, this is for still cameras
2011-10-23 Rémi Denis-CourmontV4L2: hack compatibility with kernel headers 2.6.32...
2011-10-03 Rémi Denis-CourmontUse ifndef for V4L2 hacks
2011-10-03 Rémi Denis-CourmontWork-around V4L2 headers version 2.6.32-2.6.34
2011-10-03 Rémi Denis-CourmontAdd undocumented automatic brightness and band-stop...
2011-10-03 Rémi Denis-CourmontV4L2_CTRL_FLAG_VOLATILE is in Linux 3.2, not 3.1
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-CourmontSimplify V4L2 config item strings
2011-10-01 Rémi Denis-CourmontV4L2: mark do-white-balance as obsolete
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-CourmontV4L2: make loudness, horizontal flip and vertical flip...
2011-10-01 Rémi Denis-CourmontV4L2: provide sane choices for auto-gain and auto-white...
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-07 Rémi Denis-CourmontMissing #include
2011-09-06 Rémi Denis-CourmontEnumerate V4L2 frame intervals once fewer
2011-09-06 Rémi Denis-CourmontFix V4L2 typo
2011-09-06 Rémi Denis-CourmontEnumerate V4L2 frame sizes only once
2011-09-06 Rémi Denis-CourmontRemove memory copy in V4L2 demux in read/write mode
2011-09-06 Rémi Denis-CourmontPartially segregate access_demux V4L2 code
2011-09-06 Rémi Denis-CourmontSegregate access-specific V4L2 code
2011-09-05 Rémi Denis-CourmontOnly open video device once
2011-09-05 Rémi Denis-CourmontSmall code factorization
2011-09-04 Rémi Denis-CourmontV4L2: merge two switches
2011-09-04 Rémi Denis-CourmontV4L2: only keep codecs data during initialization
2011-09-04 Rémi Denis-CourmontV4L2: move variables out of p_sys
2011-09-03 Rémi Denis-CourmontInline V4L2 device probing into device initialization
2011-09-01 Rémi Denis-CourmontUseless includes
2011-09-01 Rémi Denis-CourmontSplit V4L2 plug-in in multiple files
2009-01-04 Antoine CellerierMove v4l2.c back to the access/ directory
2009-01-04 Antoine CellerierFix confusing variable name.
2009-01-03 Antoine CellerierRemove Alsa and OSS support from v4l2 module.
2009-01-03 Antoine CellerierCleanup alsa.
2009-01-03 Antoine CellerierFix copyright date.
2009-01-03 Antoine CellerierUse polling instead of msleep in v4l2 access_demux.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-25 Antoine CellerierFix x86_64 specific compilation warning.
2008-10-25 Antoine CellerierRemove warnings.
2008-10-25 Antoine CellerierSimplify confusing code.
2008-10-21 Pavlov Konstantinvideo4linux2: Add libv4l2 support. Fixes #1804.
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-14 Rémi DuraffortDon't use var_createGet instead of var_create (and...
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-30 Antoine CellerierFix CID 207. (Resource leak)
2008-09-13 Antoine CellerierOops.
2008-09-13 Antoine CellerierFixed the RGB masks in v4l2.
2008-09-07 Rémi Denis-CourmontV4L2: msleep uses µs - not ms
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-14 Rémi DuraffortFix warning about unused variables.
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-05 Rémi Denis-CourmontDummy amd64 warnings
2008-07-05 Rémi Denis-CourmontV4L2: error handling
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-06-04 Antoine CellerierFix help string.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-25 Antoine CellerierAdd UYVY to the list of chromas tried by default in...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-04-17 Richard Hoskingi_fd is not applicable for Alsa so don't try and close...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-15 Richard HoskingCosmetic - changed negative test.
2008-03-15 Richard HoskingFix very minor memory leak when using OSS for audio.
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
2008-01-24 Rémi Denis-CourmontUse standard memory management functions
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-14 Antoine CellerierMove the v4l2 access to its own subdirectory.