]> git.sesse.net Git - vlc/history - modules/access
Meaningful Typo
[vlc] / modules / access /
2008-04-23 Rafaël Carrémeta-data handling cleanup
2008-04-18 Antoine CellerierAdd NEWS about HTTP access supporting Digest Auth and...
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'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-13 Ibraheem Paredathaccess.c: Fix a warning "In function 'Close':WARNING...
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-09 Antoine CellerierFix tiny 9 byte memleak per Authentication-Info header...
2008-04-09 Antoine CellerierCheck the server's reply upon successful authentication...
2008-04-09 Antoine CellerierSimplify the HTTP Digest Access Authentification code.
2008-04-08 Antoine CellerierPreliminary HTTP Digest Access Authentication client...
2008-04-07 Felix Paul KühneCompilation fixes
2008-04-07 araiScreen capture module for Mac OS X using OpenGL.
2008-03-28 Rafaël CarréMMS: close access on network timeout
2008-03-27 Rémi Denis-Courmontdvdnav: use key-action
2008-03-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-03-21 Sam HocevarVarious spelling fixes.
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-03-19 Rémi Denis-Courmontfile access: Remove expand path, spare one dummy duplic...
2008-03-19 Pavlov KonstantinFix Array Indexing Vulnerability in sdpplin_parse(...
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-15 Richard HoskingCosmetic - changed negative test.
2008-03-15 Richard HoskingFix very minor memory leak when using OSS for audio.
2008-03-13 Rémi DuraffortUseless test before a free()
2008-03-13 Rémi DuraffortRevert some errors in 859436564cd0b85e76b888a88205424ed...
2008-03-12 Rémi DuraffortAnother time "Remove useless test before a free".
2008-03-12 Jean-Baptiste KempfChange int to size_t when needed. Kills a warning.
2008-03-11 Rafaël CarréDo not use playlist_*AddInput() when the playlist has...
2008-03-09 Rafaël CarréFix directory detection with broken filesystems on...
2008-03-07 Ilkka Ollakkacode refactoring
2008-03-05 Ilkka OllakkaRTMP access patch from Miguel Angel Cabrera <macabrera...
2008-03-04 Rémi Denis-Courmontfile: Be consistent with the rest of the world. Do...
2008-03-03 Rémi Denis-CourmontUse 443 rather than 80 as the implicit Host: port when...
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
2008-03-02 Rémi Denis-CourmontSet the DCCP service code properly.
2008-03-02 Rémi Denis-CourmontRemove the mmap debugging for now.
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,...
next