]> git.sesse.net Git - vlc/history - modules/access
Dbus control module: * Add the MprisVersion Method. * The MPRIS 1.0 implementation...
[vlc] / modules / access /
2007-12-14 Antoine Cellerier[PATCH] Extend pvr support to non-ivtv v4l2 cards ...
2007-12-13 Richard Hoskingv4l2: ALSA error handling.
2007-12-09 Felix Paul Kühne* fix [23509]
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
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-08 Gildas Bazin* modules/access/mms/mmsh.c: fixed changeset 23489...
2007-12-08 Jean-Paul SamanLittle cleanup.
2007-12-08 Jean-Paul SamanRemove dead code (and commented out fprintf's).
2007-12-08 Jean-Paul SamanCheck malloc return value and cleanup.
2007-12-08 Jean-Paul SamanGuard headerfiles in modules/access/mms/*.h against...
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-28 Rémi Denis-CourmontCompile fix
2007-11-27 Rémi Denis-Courmonttypo
2007-11-27 Rémi Denis-CourmontBetter error handling
2007-11-27 Rémi Denis-CourmontDon't use MAP_POPULATE
2007-11-27 Rémi Denis-CourmontFix EOF check and remove fprintf
2007-11-27 Richard Hoskingv4l2: Support for setting brightness, contrast, saturat...
2007-11-27 Ilkka Ollakkaoneliner to fix i_pos updating. works for me.
2007-11-27 Richard Hoskingv4l2: Cosmetics.
2007-11-27 Richard HoskingFixed warnings.
2007-11-26 Rémi Denis-CourmontDon't bother seeking when using mmap
2007-11-26 Rémi Denis-CourmontFix file position update
2007-11-26 Rémi Denis-Courmonttypo
2007-11-26 Rémi Denis-CourmontMemory mapped file input
2007-11-26 Rémi Denis-CourmontCleanup custom block allocation
2007-11-26 Rémi Denis-CourmontRemove block_t->p_sys, which is not really needed either.
2007-11-26 Rémi Denis-CourmontRemove the unused manager from block_t
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-21 Christophe Massiot * modules/access/fake.c: Fixed an integer overflow.
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-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-11-04 Rafaël Carréuse correct return type
2007-10-31 Jean-Paul SamanImprove error message for v4l2.
2007-10-18 Rafaël Carréplaylist_CreateNode(): add an argument to specify an...
2007-10-12 Jean-Paul SamanPatch by Richard Hosking: Userptr IO buffers need to...
2007-10-09 Rafaël Carrév4l2: fix mmap method
2007-10-08 Rafaël Carrév4l2: replaces bad malloc( sizeof(x) * i )/memset(...
2007-10-08 Laurent AimarFixed 2 missing "%s" -> "%m"
2007-10-06 Christophe Mutricyv4l2: Remove already included headers
2007-10-06 Jean-Paul SamanPatch for v4l2 support by Richard Hosking <richard...
2007-10-04 Christophe MutricyRemove noop
2007-10-03 Rémi Denis-CourmontFix messed up cast that breaks gcc 4
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-10-02 Rémi Denis-CourmontDon't reinvent free()
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-27 Rémi Denis-CourmontDetect EOF for datagram connection
2007-09-19 Rémi Denis-CourmontFix RTP prebufferring regression
2007-09-18 Rémi Denis-CourmontRemove last occurences - fixes #1297
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-17 Rémi Denis-CourmontAttempt to fix today's RTP access changes
2007-09-17 Rémi Denis-CourmontIgnore muxed RTCP packets for AVP profile
2007-09-17 Rémi Denis-Courmont- Restore RTP pre-buffering broken in previous commit.
2007-09-17 Rémi Denis-CourmontDo not use BlockChoose when the access is explicitly...
2007-09-17 Rémi Denis-CourmontRemove useless #define
2007-09-16 Rémi Denis-CourmontFix HTTP DVB ACL
2007-09-16 Rémi Denis-CourmontMemory error handling
2007-09-16 Rémi Denis-CourmontGetNonEmptyString simplification
2007-09-11 Antoine CellerierAdd support for "iTunes podcast" (example: itpc://www...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-10 Damien Fouilleulsmb.c: prevents problem with glibc defining open as...
2007-09-09 Rémi Denis-CourmontUse net_SetCSCov
2007-09-05 Rémi Denis-CourmontAlways autodetect MRU
2007-09-05 Rémi Denis-CourmontDo not assume that long long = int64_t
2007-09-05 Rémi Denis-CourmontMissing static
2007-09-04 Rémi Denis-CourmontFix incorrect type size on 64bits
2007-09-01 Jean-Baptiste KempfJack Input bugfixes and some more options:
2007-08-31 Rémi Denis-CourmontIncrease MTU too lowest legal MTU when it is really...
2007-08-28 Damien Fouilleuldshow: support for devices of the same name (UNTESTED...
2007-08-28 Damien Fouilleulsmb.c: this is a useless patch, why did i apply it...
2007-08-28 Damien Fouilleulsmb.c: protect open call, sounds like open is macro...
2007-08-23 Rafaël CarréMerges ITEM_TYPE_VFILE and ITEM_TYPE_AFILE to ITEM_TYPE...
2007-08-22 Rafaël CarréInput access locking, part 3 (final).
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-08-19 Pierre d'Herbemontcdda/access.c: Fix a warning.
2007-08-15 Pierre d'Herbemont* Protect input item's meta through setters and getters...
2007-08-09 Rémi Denis-CourmontRevert [21008]
2007-08-07 Rémi Denis-CourmontFix HTTP authentication.
2007-08-07 Rémi Denis-CourmontDo not bother with the byte range when we are at offset...
next