]> git.sesse.net Git - vlc/history - modules/access/v4l2
OMX: rename GetVlcAudioFormat to OmxToVlcAudioFormat
[vlc] / modules / access / v4l2 /
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.