]> git.sesse.net Git - vlc/history - modules/access
Win7: add support for the taskbar's "oh, look, it's shiny" buttons. We need prettier...
[vlc] / modules / access /
2009-08-19 Jean-Baptiste KempfKill various warnings
2009-08-19 Jean-Baptiste KempfWin32: Kill a warning in vcd
2009-08-19 Jean-Baptiste KempfBDA: remove useless include.
2009-08-18 Rémi Denis-CourmontVCD: remove Win9x support
2009-08-15 Rémi Denis-CourmontRemove dummy utf8_open() mode parameter in absence...
2009-08-06 Rémi Denis-CourmontWork around missing POSIX.2008 dirfd() on Solaris ...
2009-08-06 Rémi Denis-CourmontCheck for fstatfs (fixes: #3028)
2009-08-06 Rémi Denis-CourmontCosmetic: socket(AF_ -> socket(PF_
2009-08-03 Rémi Denis-Courmontsys/mount.h requires sys/param.h on OpenBSD
2009-08-02 Rémi Denis-CourmontCleanup vlc_timer_* prototypes
2009-08-01 Rémi Denis-CourmontXCB screen: timer thread safety
2009-08-01 Laurent AimarRemoved prefetch whole file advise in the file access.
2009-08-01 Anthony LoiseauTag some more options as safe
2009-07-31 JP DingerDrop a const on a static array and misc cleanup.
2009-07-31 Ilkka Ollakkadvb: scanning ain't only -T, change dialog
2009-07-30 Ilkka Ollakkadvb-c: somewhat working channel-scanning in linux
2009-07-30 Ilkka Ollakkadvb-c: check symbol-rate limits from frontend
2009-07-29 Pierre Ynardv4l2: fix reversed logic
2009-07-29 Antoine CellerierPartial attempt at fixing interlacing support.
2009-07-29 Michael HanselmannConvert HTTP access module to common HTTP auth functions
2009-07-28 Rémi Duraffortzipstream: typo.
2009-07-28 Rémi DuraffortZip: fix use after free error.
2009-07-27 Pierre YnardWinCE: work-around for network file test
2009-07-26 Rémi Denis-CourmontTypo
2009-07-26 Rémi Denis-CourmontReal pseudo-RTSP: prevent integer underflow
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-23 Erwan Tulouzipaccess: correct memory leak (probing work moved...
2009-07-23 Rémi Denis-Courmontfile: do POSIX advisory I/O
2009-07-23 Rémi DuraffortGlobal headers.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-23 Rémi Denis-Courmontfile: network file extra caching for Win32
2009-07-23 Rémi Denis-CourmontFix warning
2009-07-20 Rémi Denis-CourmontMake the extra network file caching configurable
2009-07-20 Rémi Denis-CourmontSort of handle ;type= in FTP URLs
2009-07-20 Rémi Denis-CourmontFTP path must be decoded - fixes #2982.
2009-07-19 Rémi Denis-CourmontRTP: fix corner-case memory leak (fd_dead is a cancella...
2009-07-19 Rémi Denis-CourmontRemove unused variable
2009-07-19 Rémi Denis-CourmontRTP: fix simultaneous sequence number wrap and re-order
2009-07-19 Rémi Denis-CourmontRTP: avoid pf_demux. Fix input thread latency
2009-07-19 Rémi Denis-Courmontscreen_xcb: use timer, simplify earlier commit
2009-07-19 Rémi Denis-Courmontscreen_xcb: run in a thread - remove input control...
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-17 Antoine CellerierFix video delay when using alsa or oss as slaves
2009-07-16 Laurent AimarDo not reconnect (http) when we are asked to die.
2009-07-16 Anthony Loiseaucosmetic: remove nullity test on free() and delete
2009-07-15 Chris Whitertmp: fixed description formatting and made default...
2009-07-15 Rémi DuraffortFix dead assignement.
2009-07-14 JP DingerAvoid infringing C std namespace the simplistic way.
2009-07-14 JP DingerRevert bitflip spotted by xtophe.
2009-07-14 JP DingerRemove unneeded casts and intermediaries in va_arg...
2009-07-14 JP DingerShore up code and remove early returns.
2009-07-14 JP DingerRemove unused variables, refactor a bit.
2009-07-14 JP DingerRefactor a bit in dvdnav.c
2009-07-14 JP DingerFix an actual error path for realloc() that doesn't...
2009-07-13 Laurent AimarFixed typo.
2009-07-13 Laurent AimarFixed a segfault after iso639_lang_t p_languages API...
2009-07-11 Christophe MutricyTypos
2009-07-10 Rémi DuraffortRemove uneeded VLC_OBJECT().
2009-07-10 JP DingerReplace for() (rand() & 0xff) with vlc_rand_bytes(...
2009-07-08 Rémi Duraffortrtmp: add an option to let the user set swfUrl and...
2009-07-08 Kevin DuBoisRTMP handshake compliance for clients
2009-07-07 Rémi DuraffortFactorize.
2009-07-07 Rémi Durafforthttp: limit the number of redirection we can follow.
2009-07-07 Rémi Durafforthttp: remove trailing space.
2009-07-07 Rémi DuraffortFix an infinite loop if we redirect from http to https...
2009-07-05 Rémi Denis-CourmontDo not embed \0 in format string - fix warning
2009-07-04 Rémi Duraffortaccess_http: fix a memory leak (each time we follow...
2009-07-04 Rémi Duraffortaccess_http: fix potential memleak.
2009-07-04 Rémi Duraffortsmb: remove dummy define (this is already done (properl...
2009-07-04 Rémi Duraffortrtmp: kill the thread if the active connect failed..
2009-07-04 Rémi Duraffortrtmp: fix a memory leak (we must release the fifo)
2009-07-01 Rémi Duraffortsmb: fix compilation for win32.
2009-07-01 Rémi Duraffortsmb: use utf8_open (fix #2922)
2009-06-30 Derk-Jan Hartmanvcd: arpa/inet.h is required for ntohl() on FreeBSD
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
2009-06-25 Rémi Denis-Courmonthttp: check x509 common name against the URL
2009-06-25 Rémi Denis-CourmontCheck for remote file - Linux support
2009-06-25 Derk-Jan Hartmanfile: When loading a non-local file, raise the caching...
2009-06-25 Jean-Paul Samandv: fix compiler warnings about unused variables.
2009-06-25 Jean-Paul Samandv: destroy mutex after vlc_pthread_join()
2009-06-25 Rémi DuraffortCleaning/factorize.
2009-06-25 Rémi Duraffortsamba: remove debug test.
2009-06-25 Rémi DuraffortRewrite the samba access module whithout samba context...
2009-06-24 Rémi Denis-Courmontdirectory: handle relative paths properly
2009-06-24 Rémi DuraffortFix a segfault (buffer overflow for win32 only).
2009-06-22 Rémi DuraffortAdd missing CoUninitialize.
2009-06-21 Rémi DuraffortFactorize.
2009-06-21 Rémi DuraffortFix potential memleak.
2009-06-19 Rémi DuraffortFix compilation (thanks to cppcheck developpers to...
2009-06-19 Rémi DuraffortNever print the password in the logs.
2009-06-18 JP Dingerwin32 compile fix: Add C99 macro to have INT64_C work...
2009-06-15 Christophe Mutricyvcdx/demux.c doesn't exist anymore
2009-06-15 Rémi DuraffortUse add_password instead of add_string when applicable.
2009-06-13 Jean-Paul Samandv: update API to libraw1394 version 2.0.1
2009-06-13 Felix Paul Kühnemacosx: fixed remaining 64bit issues
2009-06-10 Rémi Denis-CourmontConstify XCB screen pointers
2009-06-10 Rémi Denis-CourmontXlib screen access removal
2009-06-10 Jean-Baptiste KempfDShow: fix configure dialog probe
next