summaryrefslogtreecommitdiffstats
path: root/stream/asf_mmst_streaming.c
Commit message (Expand)AuthorAgeFilesLines
* Using nl_langinfo in the asf mmst implementation makes no sense sincereimar2009-05-311-8/+1
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-56/+56
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-1/+1
* Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-3/+1
* Revert moving closesocket definition and network headers to network.h.diego2008-08-311-0/+6
* Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-6/+0
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-1/+1
* Rename font-related preprocessor directives.diego2008-08-071-7/+7
* Rename some preprocessor directives from CONFIG_* to HAVE_* where appropriate;diego2008-08-011-9/+9
* Start unifying names of internal preprocessor directives.diego2008-07-301-10/+10
* cosmetics: Remove useless parentheses from return statements.diego2008-05-161-1/+1
* Use standard license headers with standard formatting.diego2008-05-141-3/+3
* Quick hack mostly for documentation purposes to make -aid work with mms://reimar2007-02-081-0/+10
* Forgotten closesocket on error, patch byreimar2006-12-091-1/+4
* Restore original copyright notice as found in xine and xine-mms where thisdiego2006-09-181-7/+27
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-0/+1
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+665