]> git.sesse.net Git - vlc/history - modules/access
set stream->dr_dts according to i_dts instead AV_NOPTS_VALUE; seems to
[vlc] / modules / access /
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-21 Christophe MutricySome OSes don't have posix_fadvise
2008-02-21 Rémi Denis-CourmontDebug the debug
2008-02-21 Rémi Denis-CourmontWe also read memory mapping sequentially (well, this...
2008-02-21 Rémi Denis-CourmontTell the OS we mostly reqd files sequentially
2008-02-20 Rémi Denis-CourmontRemove old mmap support
2008-02-20 Rémi Denis-CourmontRewrite the mmap input as a separate access
2008-02-20 Rémi Denis-CourmontRemove unused string
2008-02-20 Jean-Paul SamanDon't get stuck in Connect() when module is in Open...
2008-02-05 Rémi Denis-CourmontUse same type name in declaration and definition
2008-02-03 Rémi Denis-CourmontDon't include stddef without checking for it.
2008-02-02 Laurent AimarCosmetic (corrected a comment)
2008-01-25 Rafaël Carréaccess_file: fix a vlc warning
2008-01-25 Rafaël Carréfix cdda compilation
2008-01-24 Rémi Denis-CourmontUse standard memory management functions
2008-01-24 Dennis van Amerongen* modules/access/bda/bda.h: remove white space
2008-01-24 Dennis van Amerongen* modules/access/rtsp/real.h: remote whiteline
2008-01-24 Dennis van Amerongen* modules/access/bda/bda.c: add config.h in reference...
2008-01-23 Christophe MutricyMissing from [24525]
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-20 Christophe MutricyAvoid buffer overflow. Fix #1442. Refs CVE-2008-0295...
2008-01-20 Rémi Denis-CourmontFix previous commit
2008-01-20 Rémi Denis-CourmontFix #include
2008-01-19 Rémi Denis-CourmontRemove bogus printf
2008-01-19 Antoine CellerierAdd gzip support to the http access. We never request...
2008-01-18 Pierre d'Herbemontaccess/http.c: More check on cookies we receive.
2008-01-18 Antoine CellerierFix erroneous use of freed data in the cookie forwardin...
2008-01-18 Pierre d'Herbemontaccess/http.c: Don't double-free in cookie_append.
2008-01-18 Rémi Denis-CourmontSwitch MMS to poll to avoid select() issues. Needs...
2008-01-18 Pierre d'Herbemontaccess/http.c: Put cookies handling in a disabled by...
2008-01-17 Pierre d'Herbemontaccess/http.c: Support Set-Cookie, and forward them...
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 Damien Fouilleuleyetv: latest version of EyeTV capture plugin, needs...
2008-01-14 Antoine CellerierMove the v4l2 access to its own subdirectory.
2008-01-14 Pierre d'Herbemontaccess/http.c: Don't track redirection if there is...
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-11 Pavlov KonstantinPort some fixes from CVE-2008-0225 fix for xine-lib...
2008-01-11 Pavlov KonstantinFix another problem in realrtsp (ported from xine-lib...
2008-01-11 Pavlov KonstantinSome more fixes from upstream xine:
2008-01-11 Pavlov KonstantinFix warning
2008-01-11 Felix Paul Kühnecdda: correctly display Title and Artist in CDDB mode...
2008-01-10 Antoine CellerierComment out rgb444
2008-01-10 Ilkka Ollakkaremove #if 0 #endif from commit 23493 which seems to...
2008-01-08 Rémi Denis-CourmontHandle race condition between ABOR answer and other...
2008-01-06 Christophe MutricyOnly rewrite the URI if it's a permanent redirection...
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-06 Pierre d'Herbemontccess/ftp.c: Fix ftp pausing. Patch by Andrew Zaikin...
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-28 Rémi Denis-CourmontBe on the safe side of memory protection for now: use...
2007-12-28 Rémi Denis-Courmontblock_mmap_Alloc: commoditize block allocation from...
2007-12-28 Rémi Denis-CourmontFix stack overflow in debug code: use heap for large...
2007-12-27 Rémi Denis-CourmontRevert [23889]. Don't enable debug if you don't want it.
2007-12-27 Jean-Paul SamanSilence debug message.
2007-12-25 Felix Paul Kühne* mmap is broken on Darwin. Disabled it for now to...
2007-12-24 Richard Hoskingv4l2.c: Patch by Dennis Lou to add MPEG2 support....
2007-12-23 Pierre d'Herbemontmodules/access/directory.c: Fix an input_item memleak.
2007-12-23 Pierre d'Herbemontmodules/access/cdda.c: Fix an input_item memleak.
2007-12-22 Rémi Denis-CourmontPut debug/test code for mmap
2007-12-22 Rémi Denis-Courmont - Parse seek offsets as unsigned (why they were signed...
2007-12-21 Rafaël Carréfix [23367]
2007-12-21 Rafaël Carréfile: do not declare mmapBlock() if it won't be defined
2007-12-21 Rémi Denis-Courmont - Fix error handling
2007-12-21 Rémi Denis-CourmontUse ssize_t
2007-12-17 Jean-Baptiste KempfDShow, partial fix due to changes in [23667]
2007-12-16 Dennis van Amerongen* modules/access/v4l.c and dc1394.c: typo openened...
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...
next