aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/asf_mmst_streaming.c
Commit message (Expand)AuthorAge
* Using nl_langinfo in the asf mmst implementation makes no sense sinceGravatar reimar2009-05-31
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
* Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
* Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;Gravatar diego2008-08-01
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* cosmetics: Remove useless parentheses from return statements.Gravatar diego2008-05-16
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Quick hack mostly for documentation purposes to make -aid work with mms://Gravatar reimar2007-02-08
* Forgotten closesocket on error, patch byGravatar reimar2006-12-09
* Restore original copyright notice as found in xine and xine-mms where thisGravatar diego2006-09-18
* isolated tcp socket code from network.c to a dedicated fileGravatar ben2006-08-05
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31