]> git.sesse.net Git - vlc/history - modules/access
Add a module to export the playlist in HTML (feature requested on the forum).
[vlc] / modules / access /
2008-10-25 Antoine CellerierFix x86_64 specific compilation warning.
2008-10-25 Antoine CellerierRemove warnings.
2008-10-25 Antoine CellerierSimplify confusing code.
2008-10-25 Nicolas Chauvet... Add support for libproxy via pkg-config
2008-10-22 Rémi Denis-Courmontdirectory: do not try to open "-" as it refers to stdin
2008-10-21 Pavlov Konstantinvideo4linux2: Add libv4l2 support. Fixes #1804.
2008-10-15 Edouard Gomezdshow: try to improve multithreading code for RAW sampl...
2008-10-15 Edouard Gomezdshow: prevent division by zero
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
2008-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-10-14 Rémi DuraffortDon't use var_createGet instead of var_create (and...
2008-10-14 Geoffroy Coupriecheck for fcntl()
2008-10-13 Derk-Jan Hartmanfile: Fix compilation on Windows.
2008-10-12 Derk-Jan Hartmandirectory: Add XSPF node-extension support to our direc...
2008-10-12 Derk-Jan Hartmandirectory: close fd before return
2008-10-12 Rémi Denis-CourmontDisable mmap by default (works around #2188)
2008-10-11 Rémi Denis-CourmontSet close-on-exec file for file inputs
2008-10-10 Rémi DuraffortDon't dereference strrchr without check (CID 185)
2008-10-10 Rémi DuraffortFix buffer overflow (CID 188)
2008-10-10 Derk-Jan Hartmanmmap: Correct [cbc1122ac4551505181ea048ca14a5f87041090f]
2008-10-10 Derk-Jan Hartmanmmap: Only use MAP_NOCACHE on platforms that support it.
2008-10-10 Derk-Jan Hartmanmmap: open with MAP_NOCACHE
2008-10-10 Derk-Jan Hartmanmmap: backport fcntl defined fix from [47a7e913b9c0dc31...
2008-10-10 Derk-Jan Hartmanfile: Big bug... typo in the define.
2008-10-09 Laurent AimarIncluded arpa/inet.h for htons/...
2008-10-08 Laurent AimarFixed a segfault in access directory.
2008-10-08 Rémi DuraffortFix potential memleaks (CID 200)
2008-10-07 Derk-Jan Hartmanmmap: Don't use mmap by default on OS X.
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
2008-10-06 Rémi DuraffortFix potential segfault (CID 224)
2008-10-06 Derk-Jan Hartmandvdread: minimum value for ps_pkt_size is 6
2008-10-06 Geoffroy CouprieWinCE: factorize the file access code (and make it...
2008-10-05 Christophe MutricyAvoid segfault
2008-10-05 Rémi DuraffortFix memleak (CID 202, 203, 204 and 205)
2008-10-05 Rémi DuraffortRemove unuse variable (and one memleak in the same...
2008-10-05 Rémi Denis-CourmontFix memory leak (CID#206)
2008-10-02 Rémi Denis-CourmontCleanup PVR path parser
2008-10-01 Rémi Denis-CourmontRemove dummy vlc_thread_ready
2008-09-30 Rémi Denis-CourmontDo not stat directories on Windows
2008-09-30 Rémi Denis-CourmontCode factorization
2008-09-30 Rémi Denis-CourmontWork around dirfd compilation breakage
2008-09-30 Geoffroy CouprieMerge branch 'master' of git://git.videolan.org/vlc
2008-09-30 Antoine CellerierFix CID 207. (Resource leak)
2008-09-29 Ilkka OllakkaDisconnect before trying with authentication
2008-09-29 Geoffroy CouprieRemove IS_WINNT macro
2008-09-28 Rémi Denis-CourmontFail permanently on fatal file I/O error
2008-09-28 Rémi Denis-CourmontDo not add subdirectories entries
2008-09-28 Laurent AimarAdded signal stat to dvb module.
2008-09-27 Rémi Denis-CourmontRemove useless includes
2008-09-27 Pierre d'Herbemontplaylist: Move more members as private.
2008-09-27 Rémi Denis-CourmontRemove dummy debug
2008-09-27 Rémi Denis-CourmontOops, forgot some dead code
2008-09-27 Rémi Denis-CourmontDirectory as XSPF playlist
2008-09-24 Derk-Jan Hartmancdda: Fix issue with pausing of CDDA
2008-09-23 Derk-Jan Hartmanmms: Fix uninitialized vlc_cond in mms KeepAlive thread
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Antoine Celleriers/pl_Yield/pl_Hold/
2008-09-20 Laurent AimarFixed audio/spu language selection when none specified...
2008-09-19 Derk-Jan Hartmanmmap: Use fnctl to set the READAHEAD flag when supporte...
2008-09-16 Rémi Denis-CourmontDocument the assertion
2008-09-16 Rémi Denis-Courmontmmap: allow tweaking the PTS delay
2008-09-16 Rémi Denis-Courmontmmap: handle I/O errors as fatal
2008-09-14 Rémi Denis-CourmontDo not use block_FifoWake if block_FifoGet does not...
2008-09-14 Rémi Denis-CourmontHTTP: sanity check
2008-09-13 Antoine CellerierOops.
2008-09-13 Antoine CellerierFix the RGB masks in v4l too.
2008-09-13 Antoine CellerierFixed the RGB masks in v4l2.
2008-09-13 Felix Paul KühneFixed a couple of l10n strings pointed by Antonio Javie...
2008-09-12 Antoine CellerierDefault enable http forward cookies
2008-09-12 Marian DurkovicDon't hang VLC on ABOR in FTP access (closes #2027)
2008-09-09 Laurent AimarAdded a few malloc/strdup checks in ftp.
2008-09-09 Laurent AimarFixed ftp segfault when no path is specified (close...
2008-09-09 Derk-Jan Hartmanqtcapture: better retrieval for picture sizes.
2008-09-09 Antoine CellerierImplement mouse pointer support in win32 screen.
2008-09-09 Antoine CellerierImplement partial screen capture and cursor following...
2008-09-08 Laurent AimarFixed RGB 16 screen capture for win32.
2008-09-08 Laurent AimarCorrectly set screen RGB masks for win32 and use native...
2008-09-08 Rémi Denis-CourmontMMSTU: suspend the keep-alive thread while not paused
2008-09-07 Rémi Denis-CourmontV4L2: msleep uses µs - not ms
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-05 Laurent AimarDo not ask stream layer to buffer data in UDP.
2008-09-05 Laurent AimarUse sub-language as DVD menu (close #1994)
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-09-04 Antoine CellerierFix memleak and config option type. (thanks to ivoire...
2008-09-04 Antoine CellerierAdd mouse cursor drawing support in x11 screen.
2008-09-03 Rémi Denis-Courmontdouble variable declaration
2008-09-03 Rémi Denis-CourmontPull cancellation into (most) remaining interfaces
2008-09-03 Rémi Denis-CourmontNo point in checking vlc_object_alive there
2008-09-02 Laurent AimarImproved a bit still frame support.
2008-09-01 Laurent AimarAdded missing dvb scan.h include in Modules.am.
2008-08-28 Pavlov KonstantinSpelling: typo.
2008-08-28 Pavlov KonstantinSpelling typo.
2008-08-28 Pavlov KonstantinAdd braces where needed.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-27 Laurent AimarJump to first title on menu error (workaround #1809)
2008-08-27 Laurent AimarFixed AR setting for dvdsimple, support AR for dvdnav.
2008-08-27 Laurent AimarCosmetic.
2008-08-26 Rémi Denis-CourmontNo need to set i_buffer twice
2008-08-26 Pierre d'Herbemontmmsh: Fix an input_item_t leak.
next