]> git.sesse.net Git - vlc/history - modules/access/v4l2/v4l2.c
Remove most stray semi-colons in module descriptions
[vlc] / modules / access / v4l2 / v4l2.c
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.