aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/asf_streaming.c
Commit message (Expand)AuthorAge
* stream: implement some HTTP specific options for stream_lavfGravatar wm42013-01-24
* stream: handle mms streaming with ffmpegGravatar wm42012-12-11
* cache: simplify furtherGravatar wm42012-12-03
* cache: refactor how cache enabling is doneGravatar Uoti Urpala2012-12-03
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* asf_streaming: remove broken MMSU support codeGravatar upsuper2012-11-20
* Fix potential bugs and issues, general cleanupsGravatar reimar2012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* printf format fixes ("%d" -> "%zd")Gravatar diego2010-11-02
* stream: Use MSG_NOSIGNAL flag if available for send().Gravatar reimar2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30694Gravatar Uoti Urpala2010-03-10
|\
* \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \
| | * Add header for asf_mmst_streaming_start() instead of forward declaring it.Gravatar diego2010-02-21
| | * cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
| |/
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Merge svn changes up to r29971Gravatar Uoti Urpala2009-11-29
|\|
| * mime type [video/x-ms-wmv] is not an ASF redirector.Gravatar compn2009-11-26
* | Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * change close to closesocket, unifies close streaming codeGravatar compn2009-03-26
| * Add support for mmsh:// as alias for mmshttp://Gravatar reimar2009-03-26
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * 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
* | Move audio_id and video_id to options structGravatar Uoti Urpala2008-04-23
|/
* 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