]> git.sesse.net Git - vlc/history - modules/access/v4l2/v4l2.c
BluRay instead of Blu-Ray. Re-using short messages for long ones
[vlc] / modules / access / v4l2 / v4l2.c
2013-04-28 Christoph MiebachBluRay instead of Blu-Ray. Re-using short messages...
2012-12-10 Devin HeitmuellerAdd NTSC EIA-608 caption rendering support via V4L2...
2012-11-13 Jean-Baptiste KempfLGPL
2012-09-04 Rémi Denis-Courmontv4l2: copy header (with minor changes) from Linux 3.5
2012-08-23 Rémi Denis-Courmontv4l2: add basic support for AM and FM tuners (fixes...
2012-08-23 Rémi Denis-Courmontv4l2: factor device open
2012-08-23 Rémi Denis-Courmontv4l2: remove unused strings
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-07-30 Rémi Denis-Courmontv4l2: mark --v4l2-fps as obsolete
2012-05-31 Rémi Denis-Courmontv4l2: add v4l shortcut
2012-04-11 Rémi Denis-Courmontv4l2: split module stuff and common access/demux video...
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.