]> git.sesse.net Git - vlc/history - modules/access/v4l.c
Merge branch 1.0-bugfix
[vlc] / modules / access / v4l.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarUsed vlc_fourcc_GetCodecFromString where applicable.
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-02 Antoine Cellerierv4l doesn't like polling. Revert part of db820529a4af54...
2009-03-08 Rémi Duraffortaccess_v4l: take the option into account for "v4l_hue".
2009-03-08 Rémi Duraffortaccess_v4l: factorization.
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-14 Christophe MutricyRemove unused includes
2009-01-04 Antoine CellerierInput based input slaves sound better.
2009-01-03 Antoine CellerierUse poll instead of msleep in v4l
2009-01-03 Antoine CellerierRemove OSS support from v4l module.
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-09 Laurent AimarIncluded arpa/inet.h for htons/...
2008-09-13 Antoine CellerierFix the RGB masks in v4l too.
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-03 Derk-Jan Hartmanv4l: const decl. in line with v4l2.c
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
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-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-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
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-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2007-12-16 Dennis van Amerongen* modules/access/v4l.c and dc1394.c: typo openened...
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-07 Laurent AimarSmall warning fix.
2006-11-30 Derk-Jan Hartman* Fix YUV422, YUY2, YUYV mappings in V4L.
2006-11-26 Clément StenacRound 3 :)
2006-11-26 Clément StenacRound 2
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierFix a bunch of gcc warnings
2006-07-19 Clément StenacMove v4l and pvr into the main access directory.