]> git.sesse.net Git - vlc/history - modules/access/mms/mmsh.c
input_item: Remove input_item_AddSubItem2 and send subitem_added event from input_ite...
[vlc] / modules / access / mms / mmsh.c
2010-02-03 Pierre d'Herbemontinput_item: Remove input_item_AddSubItem2 and send...
2010-02-02 Jakob Lebenvarious modules: adjust to new playlist design
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2010-01-13 Rémi Duraffortaccess_mms: fix variable type.
2009-12-30 Rémi Denis-CourmontMMSH: use var_Inherit
2009-12-30 Rémi Denis-CourmontAvoid variable shadowing
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-10-16 Rémi Duraffortaccess_mmsh: fix memleak.
2009-10-16 Rémi Duraffortmmsh: factorize.
2009-08-21 Pierre d'Herbemontmodules: Use access_GetParentInput and demux_GetParentI...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-10 Rémi DuraffortRemove uneeded VLC_OBJECT().
2009-05-14 Jean-Paul Samanmmsh: cleanup
2009-05-14 Jean-Paul Samanmmsh: fix potential memleak
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Paul Samanmmsh: cleanup
2009-05-14 Jean-Paul Samanmmsh: fix potential memleak
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-20 Laurent AimarConverted mms access to block mode.
2009-01-16 Rémi Duraffortaccess_mms: use STANDARD_READ_ACCESS_INIT and fix poten...
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-10-05 Christophe MutricyAvoid segfault
2008-08-26 Pierre d'Herbemontmmsh: Fix an input_item_t leak.
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
2008-08-13 Rémi DuraffortFix warning (asprintf return value and some others)
2008-07-05 Laurent AimarRemoved unwanted debug messages.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-16 Przemyslaw FialaMMS stream pausing
2008-06-14 Pierre d'Herbemontmms: Get rid of the playlist.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-13 Rémi DuraffortUseless test before a free()
2008-02-05 Rémi Denis-CourmontUse same type name in declaration and definition
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-10 Ilkka Ollakkaremove #if 0 #endif from commit 23493 which seems to...
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-12-08 Gildas Bazin* modules/access/mms/mmsh.c: fixed changeset 23489...
2007-12-08 Jean-Paul SamanCheck malloc return value and cleanup.
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
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-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 #1102 ("Bad request" error)
2007-02-20 Clément Stenac* Start cleaning up libvlc playlist API (Refs:#457)
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-09-17 Clément StenacDon't use find for the playlist
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-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-08-09 Jean-Paul SamanFix compiler warnings about signed - unsigned comparisons
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-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-11-07 Rémi Denis-Courmontnet_* API update for encryption (recv / send virtualiza...
2004-10-06 Derk-Jan Hartman* spelling correction
2004-08-31 Derk-Jan Hartman* Don't bitch anymore about not found access_demux...
2004-06-06 Laurent Aimar * access/*: use var_* helpers.
2004-06-05 Laurent Aimar * mms/* : converted to access2. It should be reworked...
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-01-26 Laurent Aimar * mmsh: msg_Err -> msg_Dbg.
2004-01-21 Laurent Aimar * all: use net_*.
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-05-08 Eric Petit ALL: fixed BeOS-specific warnings (ssize_t is not...
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...