index
:
mpv
absurd_test
absurd_test2
absurd_test3
ass_shit
bliss
coverity_scan
master
mruby
rc
rcombs/macos-fixes
rcombs/swift
read_stats_new
read_stats_old
release/0.1
release/0.2
release/0.27
release/0.28
release/0.29
release/0.3
release/0.30
release/0.31
release/0.32
release/0.33
release/0.34
release/0.35
release/0.36
release/0.37
release/0.38
release/0.39
release/0.4
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
stream_debug_stuff
stream_no_size_caching
stream_size_fstat
stream_size_fstat_nocache
x11_geo
ytdl_sub_delayload
a free, open source, and cross-platform media player
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
stream
/
asf_streaming.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
stream: implement some HTTP specific options for stream_lavf
wm4
2013-01-24
1
-2
/
+0
*
stream: handle mms streaming with ffmpeg
wm4
2012-12-11
1
-8
/
+8
*
cache: simplify further
wm4
2012-12-03
1
-4
/
+7
*
cache: refactor how cache enabling is done
Uoti Urpala
2012-12-03
1
-1
/
+0
*
stream, demux: replace off_t with int64_t
wm4
2012-11-20
1
-1
/
+1
*
asf_streaming: remove broken MMSU support code
upsuper
2012-11-20
1
-15
/
+3
*
Fix potential bugs and issues, general cleanups
reimar
2012-11-20
1
-5
/
+1
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
1
-5
/
+5
*
build: switch to libavutil bswap.h and intreadwrite.h
Uoti Urpala
2012-02-01
1
-2
/
+2
*
cleanup: remove more warnings
Clément Bœsch
2011-05-02
1
-1
/
+1
*
cleanup: don't check for NULL before free()
diego
2010-11-08
1
-3
/
+3
*
printf format fixes ("%d" -> "%zd")
diego
2010-11-02
1
-1
/
+1
*
stream: Use MSG_NOSIGNAL flag if available for send().
reimar
2010-11-02
1
-1
/
+1
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
1
-1
/
+0
*
Merge svn changes up to r30694
Uoti Urpala
2010-03-10
1
-2
/
+1
|
\
|
*
Add header for asf_mmst_streaming_start() instead of forward declaring it.
diego
2010-02-21
1
-2
/
+1
|
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
1
-1
/
+0
*
|
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
1
-0
/
+18
|
\
|
|
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
1
-0
/
+18
*
|
Merge svn changes up to r29971
Uoti Urpala
2009-11-29
1
-0
/
+1
|
\
|
|
*
mime type [video/x-ms-wmv] is not an ASF redirector.
compn
2009-11-26
1
-0
/
+1
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
1
-23
/
+23
*
|
Replace libavutil internal header #includes with MPlayer copies
Uoti Urpala
2009-07-26
1
-1
/
+1
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
1
-24
/
+23
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
1
-27
/
+27
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
1
-27
/
+27
*
|
Merge svn changes up to r29117
Uoti Urpala
2009-04-01
1
-3
/
+4
|
\
|
|
*
change close to closesocket, unifies close streaming code
compn
2009-03-26
1
-1
/
+1
|
*
Add support for mmsh:// as alias for mmshttp://
reimar
2009-03-26
1
-2
/
+3
*
|
Merge svn changes up to r28461
Uoti Urpala
2009-02-04
1
-1
/
+1
|
\
|
|
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
1
-1
/
+1
*
|
Merge svn changes up to r27514
Uoti Urpala
2008-09-03
1
-3
/
+1
|
\
|
|
*
Move '#define closesocket close' preprocessor directive to a common place
diego
2008-09-01
1
-3
/
+1
|
*
Revert moving closesocket definition and network headers to network.h.
diego
2008-08-31
1
-0
/
+7
|
*
Move duplicated '#define closesocket close' into network.h along with
diego
2008-08-29
1
-7
/
+0
|
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
1
-1
/
+1
*
|
Move audio_id and video_id to options struct
Uoti Urpala
2008-04-23
1
-9
/
+9
|
/
*
Make stream independent of libmpdemux, the asf demuxer and streaming
albeu
2008-04-09
1
-10
/
+1
*
Stream IDs must be written as hex numbers. Fixes
rtogni
2008-01-29
1
-2
/
+2
*
Simplify a little bit
reimar
2007-12-21
1
-6
/
+4
*
Remove a check that is never in any way useful
reimar
2007-12-21
1
-5
/
+0
*
Avoid some le2me_ASF_* stuff operating directly on buffer, should
reimar
2007-12-21
1
-5
/
+3
*
Remove another useless cast
reimar
2007-12-21
1
-1
/
+1
*
100l, buffer bound checks work better when done _before_ access.
reimar
2007-12-21
1
-3
/
+2
*
Reduce some extreme parsing ugliness (mostly cosmetic)
reimar
2007-12-21
1
-10
/
+12
*
Remove useless alloc casts
reimar
2007-12-21
1
-3
/
+3
*
Reduce code duplication: add a asf_read_wrapper function that never does part...
reimar
2007-12-21
1
-34
/
+23
*
cosmetic: indent after r25415
ben
2007-12-15
1
-1
/
+1
*
do not override *file_format if already set by asf_streaming_start()
ben
2007-12-15
1
-0
/
+1
*
Mark all stream_info_t as const
reimar
2007-12-02
1
-1
/
+1
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
1
-2
/
+2
*
wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750
rtogni
2007-06-29
1
-1
/
+0
*
Replace MIN with FFMIN
reimar
2007-03-01
1
-1
/
+1
*
Avoid memory and fd leaks in asf streaming open code.
reimar
2006-12-09
1
-15
/
+15
*
Forgotten http_free on send error.
reimar
2006-10-08
1
-0
/
+1
*
isolated tcp socket code from network.c to a dedicated file
ben
2006-08-05
1
-0
/
+1
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
1
-2
/
+2
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31
1
-0
/
+882