aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/asf_streaming.c
Commit message (Expand)AuthorAge
* 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
* Make stream independent of libmpdemux, the asf demuxer and streamingGravatar albeu2008-04-09
* Stream IDs must be written as hex numbers. Fixes Gravatar rtogni2008-01-29
* Simplify a little bitGravatar reimar2007-12-21
* Remove a check that is never in any way usefulGravatar reimar2007-12-21
* Avoid some le2me_ASF_* stuff operating directly on buffer, shouldGravatar reimar2007-12-21
* Remove another useless castGravatar reimar2007-12-21
* 100l, buffer bound checks work better when done _before_ access.Gravatar reimar2007-12-21
* Reduce some extreme parsing ugliness (mostly cosmetic)Gravatar reimar2007-12-21
* Remove useless alloc castsGravatar reimar2007-12-21
* Reduce code duplication: add a asf_read_wrapper function that never does part...Gravatar reimar2007-12-21
* cosmetic: indent after r25415Gravatar ben2007-12-15
* do not override *file_format if already set by asf_streaming_start()Gravatar ben2007-12-15
* Mark all stream_info_t as constGravatar reimar2007-12-02
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750Gravatar rtogni2007-06-29
* Replace MIN with FFMINGravatar reimar2007-03-01
* Avoid memory and fd leaks in asf streaming open code.Gravatar reimar2006-12-09
* Forgotten http_free on send error.Gravatar reimar2006-10-08
* 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