summaryrefslogtreecommitdiffstats
path: root/stream/asf_streaming.c
Commit message (Expand)AuthorAgeFilesLines
* build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-011-2/+2
* cleanup: remove more warningsClément Bœsch2011-05-021-1/+1
* cleanup: don't check for NULL before free()diego2010-11-081-3/+3
* printf format fixes ("%d" -> "%zd")diego2010-11-021-1/+1
* stream: Use MSG_NOSIGNAL flag if available for send().reimar2010-11-021-1/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30694Uoti Urpala2010-03-101-2/+1
|\
| * Add header for asf_mmst_streaming_start() instead of forward declaring it.diego2010-02-211-2/+1
| * cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* | Merge svn changes up to r30475Uoti Urpala2010-03-091-0/+18
|\|
| * Add license header to all files missing it in the stream subdirectory.diego2010-01-301-0/+18
* | Merge svn changes up to r29971Uoti Urpala2009-11-291-0/+1
|\|
| * mime type [video/x-ms-wmv] is not an ASF redirector.compn2009-11-261-0/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-23/+23
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-261-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-24/+23
* | Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-27/+27
* | Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-27/+27
* | Merge svn changes up to r29117Uoti Urpala2009-04-011-3/+4
|\|
| * change close to closesocket, unifies close streaming codecompn2009-03-261-1/+1
| * Add support for mmsh:// as alias for mmshttp://reimar2009-03-261-2/+3
* | Merge svn changes up to r28461Uoti Urpala2009-02-041-1/+1
|\|
| * Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-1/+1
* | Merge svn changes up to r27514Uoti Urpala2008-09-031-3/+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/+7
| * Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-7/+0
| * Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-1/+1
* | Move audio_id and video_id to options structUoti Urpala2008-04-231-9/+9
|/
* Make stream independent of libmpdemux, the asf demuxer and streamingalbeu2008-04-091-10/+1
* Stream IDs must be written as hex numbers. Fixes rtogni2008-01-291-2/+2
* Simplify a little bitreimar2007-12-211-6/+4
* Remove a check that is never in any way usefulreimar2007-12-211-5/+0
* Avoid some le2me_ASF_* stuff operating directly on buffer, shouldreimar2007-12-211-5/+3
* Remove another useless castreimar2007-12-211-1/+1
* 100l, buffer bound checks work better when done _before_ access.reimar2007-12-211-3/+2
* Reduce some extreme parsing ugliness (mostly cosmetic)reimar2007-12-211-10/+12
* Remove useless alloc castsreimar2007-12-211-3/+3
* Reduce code duplication: add a asf_read_wrapper function that never does part...reimar2007-12-211-34/+23
* cosmetic: indent after r25415ben2007-12-151-1/+1
* do not override *file_format if already set by asf_streaming_start()ben2007-12-151-0/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-2/+2
* wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750rtogni2007-06-291-1/+0
* Replace MIN with FFMINreimar2007-03-011-1/+1
* Avoid memory and fd leaks in asf streaming open code.reimar2006-12-091-15/+15
* Forgotten http_free on send error.reimar2006-10-081-0/+1
* 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-2/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+882