]> git.sesse.net Git - vlc/history - modules/access/mms
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / access / mms /
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-06 Rémi Denis-CourmontMMSH connection error handling fix from Alex Antropoff
2007-05-16 Jean-Paul SamanUse proper datatype.
2007-05-16 Jean-Paul SamanRemove unused variable pw.
2007-05-04 Antoine Cellerier* mmsh.c: Try using the http-proxy config option if...
2007-03-24 Laurent AimarFixed small memory leaks.
2007-03-24 Laurent AimarImplemented http proxy for mmsh (close #629)
2007-03-23 Laurent AimarFixed #949 (UTF-8 url support)
2007-03-23 Laurent AimarFixed #1102 ("Bad request" error)
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
2006-12-03 Rémi Denis-CourmontSame as previous commit, for invalid MMS URLs
2006-12-03 Rémi Denis-CourmontFix über memleak when falling back to MMS/HTTP
2006-11-29 Derk-Jan Hartman* const and a few other casting fixes
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Clément Stenac* Remove some unneeded complexity in playlist and directory
2006-11-05 Rémi Denis-CourmontExport and use ListenUDP
2006-11-04 Rémi Denis-CourmontFix warning
2006-09-17 Clément StenacDon't use find for the playlist
2006-08-29 Jean-Paul SamanUse correct formatting for message size_t
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-03-29 Felix Paul Kühne* fixed a few signedness warnings. Please shout if...
2006-02-27 Rémi Denis-CourmontSeparate socket/resolv stuff (network.h) from url stuff...
2006-01-12 Antoine CellerierFSF address change.
2005-12-17 Jean-Paul SamanSupport CHUNK_TYPE_RESET for mmsh. (Patch by Gregory...
2005-12-05 Rémi Denis-Courmonts/OpenTCP/ConnectTCP/ for consistency
2005-10-30 Felix Paul Kühne* fixed some other strings
2005-10-11 Clément StenacFix a bunch of preferences errors
2005-09-22 Gildas Bazin* modules/access/mms/mmstu.c: use net_Write() instead...
2005-09-19 Gildas Bazin* modules/access/mms/mmstu.c: reverted broken commit.
2005-09-19 Felix Paul Kühne* fixed some other signedness-issue (thanks to Trax!)
2005-09-19 Felix Paul Kühne* fixed 2 minor compilation warnings
2005-09-12 Derk-Jan Hartman* Up the mms caching from 3200 ms to 5000ms. (unfortuna...
2005-08-09 Jean-Paul SamanFix compiler warnings about signed - unsigned comparisons
2005-07-30 Gildas Bazin* include/network.h, modules/access/mms/mmstu.c, src...
2005-07-29 Rémi Denis-CourmontDon't require a vlc_object_t in net_Get(Sock|Peer)Address
2005-07-27 Derk-Jan Hartman* forwardport [11877]
2005-07-13 Rémi Denis-Courmont- Fix very likely race condition
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-26 Clément StenacHigher default caching value. Prebuffering should reall...
2005-05-20 Laurent Aimar * mmstu: fixed 1 buffer overflow.
2005-04-10 Sigmund Augdal Helbergfixed three major problems pointed to by Trax
2005-02-15 Gildas Bazin* ALL: WinCE build fixes.
2005-02-14 Gildas Bazin* modules/access/mms: fixed recent breakage.
2005-02-12 Gildas Bazin* modules/access/http.c,modules/access/mmsh,modules...
2005-02-08 Laurent Aimar * all: better support for MBR mms stream (display...
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-11 Clément StenacImprovements to preferences
2004-11-15 Laurent Aimar * asf: first part to support more header extention...
2004-11-07 Rémi Denis-Courmontnet_* API update for encryption (recv / send virtualiza...
2004-10-25 Mark MoriartyComment out truncated packets debug message.
2004-10-24 Mark MoriartyTruncated packet debug message -- state reported vs...
2004-10-08 Gildas Bazin* modules/access/mms, modules/demux/mp4, modules/misc...
2004-10-06 Derk-Jan Hartman* spelling correction
2004-10-01 Gildas Bazin* modules/control/hotkeys.c, rc, modules/demux/mp4...
2004-09-27 Gildas Bazin* modules/access/mms/mms.c: set the priority to -1...
2004-08-31 Derk-Jan Hartman* Don't bitch anymore about not found access_demux...
2004-07-17 Rémi Denis-CourmontFallback for UDP if not using IPv4
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-06-06 Laurent Aimar * access/*: use var_* helpers.
2004-06-05 Laurent Aimar * mms/* : converted to access2. It should be reworked...
2004-05-15 Gildas Bazin* modules/access/mms/mmstu.c: fixed a few corner cases...
2004-05-14 Laurent Aimar * mmstu: added a couple of uint64_t casts to avoid...
2004-04-27 Sam Hocevar * Massive spelling corrections.
2004-04-07 Laurent Aimar * mmsh: added support of multiple files streamed with...
2004-04-06 Laurent Aimar * mmsh: fixed first packet handling.
2004-04-04 Laurent Aimar * mms: fixed 'Read' function when the header is bigger...
2004-03-13 Laurent Aimar * mmsh: more fixes.
2004-03-13 Laurent Aimar * asf: fixed unintialised variable, cleaned up some...
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-02 Derk-Jan HartmanSpelling error
2004-02-12 Laurent Aimar * all: use the data_packet_count from the asf header...
2004-01-26 Laurent Aimar * mmsh: msg_Err -> msg_Dbg.
2004-01-25 Gildas Bazin* modules/access/*: strings review + coding style fixes.
2004-01-22 Laurent Aimar * mmstu: workaround for low bitrate stream with mmst.
2004-01-21 Laurent Aimar * all: use net_*.
2003-12-07 Jean-Paul Samanif-deffed a unused variable.
2003-08-26 Laurent Aimar * mmsh: a little clean, and fixed 1/2 potential segfaults.
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-07-31 Laurent Aimar * all: added a i_ttl field in network_socket_t to...
2003-07-16 Sam Hocevar * modules/access/http.c:
2003-07-10 Laurent Aimar * mmstu: workaround for some streams. (missing 0x11...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-05-15 Christophe Massiot* now 0.6.0-cvs
2003-05-09 Laurent Aimar * mmstu: fixed a lookup.
2003-05-08 Eric Petit ALL: fixed BeOS-specific warnings (ssize_t is not...
2003-05-06 Laurent Aimar * mms: fix for builtin compilation.
2003-04-25 Laurent Aimar * mms: reduce mtu (avoid too much delay with slow...
2003-04-20 Laurent Aimar * mms/* : begining of a m$-http-for-asf-streaming...
2003-03-30 Gildas Bazin* modules/*: sanitization of the modules description...
2003-03-24 Gildas Bazin* modules/access/*: grrr... apparently I also need...
2003-03-24 Gildas Bazin* modules/access/*: don't forget to reinitialize the...
2003-03-24 Gildas Bazin* modules/access/*: pf_read() in access modules is...
2003-03-16 Laurent Aimar * mms: removed some old stuff.
next