]> git.sesse.net Git - vlc/history - modules/access/v4l2.c
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / v4l2.c
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-06-20 Adam HokaV4L2 on NetBSD
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-06 Rémi Denis-Courmontvar_InheritInteger -> var_InheritBool
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-04-05 Rémi Duraffortv4l2: 0 => NULL
2010-02-28 Antoine CellerierFix debug messages.
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-01-09 Rémi Denis-CourmontMaemo: saner default resolution for V4L2
2010-01-04 Antoine CellerierUse %4.4s instead of %4s for fourccs cast to char *.
2009-12-30 Rémi Denis-CourmontV4L2: kill config_Get
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-11-20 Rémi Duraffortv4l2: compute strchr only one time.
2009-11-17 Buganiniv4l2: use v4l2_open for use of libv4l2
2009-10-18 Rémi Denis-CourmontV4L2: shrink PTS delay
2009-10-17 Rémi Denis-CourmontV4L2: path from VLC, need utf8_open
2009-10-16 Pierre Ynardv4l2: rework size detection
2009-10-16 Pierre Ynardv4l2: fix typo in debug logs
2009-10-03 Antoine CellerierMake it possible to flag blocks as interlaced and use...
2009-10-03 Antoine CellerierTweak standards selection and list.
2009-10-03 Antoine CellerierWork around what seems to be a driver bug when auto...
2009-10-03 Antoine CellerierFix automatic libv4l2 fallback and prevent leaks when...
2009-09-28 Antoine CellerierV4L2_CAP_HW_FREQ_SEEK is new in 2.6.27, so don't use...
2009-09-25 Antoine CellerierAdd some extra debug. Fix compilation.
2009-09-25 Antoine Cellerierv4l2 fixes
2009-09-16 Pierre YnardFix parsing of float-typed variables
2009-09-14 Pierre Ynardv4l2: work around broken resolution detection
2009-09-12 Rémi Denis-CourmontMissing #include <errno.h>
2009-08-29 Rémi Denis-CourmontFix use of strchr()
2009-08-26 Sébastien EscudierRemove broken DEMUX_SET_PAUSE_STATE
2009-08-26 Ilkka Ollakkav4l2: add aspect-ratio option to give picture aspect...
2009-07-29 Pierre Ynardv4l2: fix reversed logic
2009-07-29 Antoine CellerierPartial attempt at fixing interlacing support.
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-18 Antoine CellerierConvert v4l2 access to block based access
2009-07-18 Alina FriedrichsenFix two uninitialized variables in the v4l2 access...
2009-07-18 Antoine CellerierSupport v4l2 drivers with JPEG type
2009-07-14 JP DingerRemove unneeded casts and intermediaries in va_arg...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi DuraffortCreate a function to free the memory allocated when...
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Rémi Duraffortv4l2: fix memleak.
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
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-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-04-03 Antoine CellerierOops. b_demux should be flase
2009-03-31 Antoine CellerierReport interlacing in debug output.
2009-03-31 Antoine CellerierRemove useless code.
2009-03-29 Antoine CellerierMissed on libv4l2 function use.
2009-03-28 Antoine CellerierFix some valgrind warnings.
2009-03-28 Antoine Cellerierv4l2: rutime libv4l2 support
2009-03-22 Brian JohnsonThis changes range validation for control values from
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-18 Laurent AimarProbe v4l2 when specifically forced not when an access...
2009-01-16 Rémi DuraffortUse the access helpers.
2009-01-14 Christophe MutricyRemove unused includes
2009-01-04 Antoine Cellerierv4l2 access can now find optimal frame rate and dimensions
2009-01-04 Antoine CellerierInput based input slaves sound better.
2009-01-04 Antoine CellerierMove v4l2.c back to the access/ directory
2008-01-14 Antoine CellerierMove the v4l2 access to its own subdirectory.
2008-01-13 Antoine CellerierFix the v4l2 "reset all controls" code. Use the extende...
2008-01-13 Antoine CellerierIf the v4l2 driver supports the extended control api...
2008-01-13 Antoine CellerierDon't try setting the audio input source if the v4l2...
2008-01-12 Antoine CellerierAdd audio input selection for encoder cards.
2008-01-12 Antoine CellerierAdd v4l2 tuner support. Example command line for Hauppa...
2008-01-12 Antoine CellerierAdd audio bass, treble and loudness options (supported...
2008-01-12 Antoine Cellerier[PATCH] v4l2 mpeg2 controls by Dennis Lou. Thanks.
2008-01-10 Antoine CellerierComment out rgb444
2008-01-06 Antoine CellerierAdd YUV420 (I420) and RGB44 (RV32?) chromas to the...
2008-01-06 Richard HoskingUpdate the help section regarding the default ALSA...
2008-01-06 Richard HoskingUse 'hw' instead of 'default' for ALSA until we know...
2008-01-05 Antoine CellerierEnable --v4l2-audio-method even if ALSA isn't available...
2008-01-05 Richard Hoskingv4l2: Fixed audio init & close. Added some comments...
2008-01-05 Antoine CellerierIf the v4l2 driver supports the extended controls API...
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2008-01-02 Antoine CellerierStart splitting the ALSA and OSS code. The --v4l2-adev...
2008-01-01 Antoine Cellerierv4l2: Factorize code, fix the video controls init,...
2007-12-24 Richard Hoskingv4l2.c: Patch by Dennis Lou to add MPEG2 support....
2007-12-13 Richard Hoskingv4l2: ALSA error handling.
next