]> git.sesse.net Git - vlc/history - modules/access/v4l2.c
Missing #include <errno.h>
[vlc] / modules / access / v4l2.c
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.
2007-12-09 Antoine CellerierAdd option to reset controls to their default value...
2007-12-08 Antoine CellerierOoops, this wasn't supposed to be here anymore.
2007-12-08 Antoine CellerierRework the v4l2 control handling. Variables correspondi...
2007-12-07 Antoine CellerierChange the v4l2-chroma long help string.
2007-12-07 Antoine CellerierAdd MJPEG support to the v4l2 access (and simplify...
2007-12-05 Richard Hoskingv4l2: Workaround misbehaving devices (2 DVB cards in...
2007-12-02 Richard Hoskingv4l2: Progress with Alsa. Sounds much better :-)
2007-12-02 Richard Hoskingv4l2: Fixed Gamma.
2007-12-02 Antoine CellerierFix menu control value display code.
2007-12-02 Antoine CellerierAdd "videocontrol" command variable to issue controls...
2007-12-02 Antoine CellerierAdd v4l2-gamma control. Also print control details...
2007-12-02 Richard Hoskingv4l2: Fixed dynamic video metric updates. Better handl...
2007-12-02 Richard Hoskingv4l2: Fixed VideoControlList.
2007-12-01 Antoine CellerierDon't fail launching the video device if a video contro...
2007-12-01 Antoine CellerierFactorise the Video Control code. List all available...
2007-12-01 Antoine CellerierDon't compile any of the alsa audio input code if HAVE_...
2007-11-29 Richard Hoskingv4l2: Experimental ALSA input support. Currently non...
2007-11-27 Richard Hoskingv4l2: Support for setting brightness, contrast, saturat...
2007-11-27 Richard Hoskingv4l2: Cosmetics.
2007-11-27 Richard HoskingFixed warnings.
2007-11-24 Antoine Cellerierv4l2: Since the frame size and frame intervals ioctls...
2007-11-24 Antoine Cellerierv4l2: Display supported frame interval (inverse frame...
2007-11-24 Antoine Cellerierv4l2: Display supported framesizes in debug.
2007-11-24 Richard HoskingDQ buffers using correct io method for mmap.
2007-11-20 Jean-Paul SamanPatch by Richard Hosking: Allow users specified width...
2007-11-18 Jean-Paul SamanPatch by Richard Hosking: Honor user specified chroma...
2007-11-17 Jean-Paul SamanPatch by Richard Hosking: v4l2 minor patch to fix silly...
2007-10-31 Jean-Paul SamanImprove error message for v4l2.
next