]> git.sesse.net Git - vlc/history - modules/access/mms/mmstu.c
Mark unreachable code on GCC even if NDEBUG
[vlc] / modules / access / mms / mmstu.c
2015-02-18 Rémi Denis-CourmontMark unreachable code on GCC even if NDEBUG
2013-12-29 Rémi Denis-CourmontRemove inconsistently used HAVE_UNISTD_H
2013-12-29 Rémi Denis-CourmontMMS: use vlc_strerror_c()
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-07-21 Rémi Denis-Courmontaccess: info.i_size -> control(ACCESS_GET_SIZE)
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-11-10 Rémi Denis-CourmontDo not access b_die directly
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-04-21 Jean-Baptiste KempfMMS: coherence with asf demuxer
2012-04-21 Jean-Baptiste KempfMMS: remove debug warn about ACCESS_GET_META
2012-03-15 Jean-Baptiste KempfMMS: fix previous commit
2012-03-15 Jean-Baptiste KempfMMS: fix Stack overflow
2012-03-03 Rafaël CarréMMS: add an error message if UTF-16 conversion fails
2011-12-15 Pere Orgafix filename self-references
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-08-17 Rémi Denis-CourmontIntroduce VLC_NORETURN function attribute and use it
2011-05-03 Jean-Baptiste KempfMMS: fix a potential crash
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-05-10 Rémi Denis-CourmontRename access_t.psz_path to psz_location
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-02-14 Laurent AimarSimplified and fixed mmst/u pausing (close #2673).
2010-02-11 Laurent AimarUsed var_Inherit in mms access.
2010-01-28 Rémi Denis-CourmontMMS: nothing ever sets b_error, so no need to check it
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-14 Rémi Denis-CourmontMMS: fix variable type
2010-01-13 Rémi Duraffortaccess_mms: fix variable type.
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerObligatory win32 compile fixes.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-09 Rémi Duraffortmmstu: fix msg_* format.
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-05-14 Jean-Paul Samanmmstu: fix memleak
2009-05-14 Jean-Paul Samanmmstu: handle keepalive error case
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Paul Samanmmstu: fix memleak
2009-05-14 Jean-Paul Samanmmstu: handle keepalive error case
2009-05-04 Laurent AimarDo not try to seeking beyond the end of stream in mmstu.
2009-03-12 Rémi Duraffortunused variables.
2009-03-08 Rémi Duraffortmmstu: unneed call.
2009-02-18 Laurent AimarFixed mms udp polling and network timeout.
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2009-01-20 Laurent AimarConverted mms access to block mode.
2008-12-15 Rémi Duraffortmms/mmstu: fix a memleak and avoid to memcpy two times...
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-11-24 Laurent AimarDo not try other protocols when ask to quit (mms).
2008-09-23 Derk-Jan Hartmanmms: Fix uninitialized vlc_cond in mms KeepAlive thread
2008-09-08 Rémi Denis-CourmontMMSTU: suspend the keep-alive thread while not paused
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-24 Rémi Denis-CourmontMMS integers handling fixes, including buffer overflow
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-16 Przemyslaw FialaMMS stream pausing
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 bl4mms/tcp: hanging or unexpected seeking after the end...
2008-05-23 bl4mms/tcp: send requested media file path to the server...
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-28 Rafaël CarréMMS: close access on network timeout
2008-03-13 Rémi DuraffortUseless test before a free()
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-20 Rémi Denis-CourmontFix previous commit
2008-01-20 Rémi Denis-CourmontFix #include
2008-01-18 Rémi Denis-CourmontSwitch MMS to poll to avoid select() issues. Needs...
2007-12-09 Rémi Denis-CourmontUse (s)size_t for pf_read and pf_write.
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-04 Rémi Denis-CourmontFix incorrect type size on 64bits
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-23 Laurent AimarFixed #949 (UTF-8 url support)
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-05 Rémi Denis-CourmontExport and use ListenUDP
2006-11-04 Rémi Denis-CourmontFix warning
2006-08-29 Jean-Paul SamanUse correct formatting for message size_t
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-03-31 Christophe MutricyAccess/*: Second lecture (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-05 Rémi Denis-Courmonts/OpenTCP/ConnectTCP/ for consistency
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-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...
next