index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
asf_streaming.c
Commit message (
Expand
)
Author
Age
*
cleanup: remove more warnings
Clément Bœsch
2011-05-02
*
cleanup: don't check for NULL before free()
diego
2010-11-08
*
printf format fixes ("%d" -> "%zd")
diego
2010-11-02
*
stream: Use MSG_NOSIGNAL flag if available for send().
reimar
2010-11-02
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Merge svn changes up to r30694
Uoti Urpala
2010-03-10
|
\
*
\
Merge svn changes up to r30475
Uoti Urpala
2010-03-09
|
\
\
|
|
*
Add header for asf_mmst_streaming_start() instead of forward declaring it.
diego
2010-02-21
|
|
*
cosmetics: Remove pointless empty lines at EOF.
diego
2010-02-20
|
|
/
|
*
Add license header to all files missing it in the stream subdirectory.
diego
2010-01-30
*
|
Merge svn changes up to r29971
Uoti Urpala
2009-11-29
|
\
|
|
*
mime type [video/x-ms-wmv] is not an ASF redirector.
compn
2009-11-26
*
|
Replace libavutil internal header #includes with MPlayer copies
Uoti Urpala
2009-07-26
*
|
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
|
Translation system changes part 2: replace macros by strings
Amar Takhar
2009-07-07
*
|
Translation system changes part 1: wrap translated strings
Amar Takhar
2009-07-07
|
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
|
Merge svn changes up to r29117
Uoti Urpala
2009-04-01
|
\
|
|
*
change close to closesocket, unifies close streaming code
compn
2009-03-26
|
*
Add support for mmsh:// as alias for mmshttp://
reimar
2009-03-26
*
|
Merge svn changes up to r28461
Uoti Urpala
2009-02-04
|
\
|
|
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
*
|
Merge svn changes up to r27514
Uoti Urpala
2008-09-03
|
\
|
|
*
Move '#define closesocket close' preprocessor directive to a common place
diego
2008-09-01
|
*
Revert moving closesocket definition and network headers to network.h.
diego
2008-08-31
|
*
Move duplicated '#define closesocket close' into network.h along with
diego
2008-08-29
|
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
*
|
Move audio_id and video_id to options struct
Uoti Urpala
2008-04-23
|
/
*
Make stream independent of libmpdemux, the asf demuxer and streaming
albeu
2008-04-09
*
Stream IDs must be written as hex numbers. Fixes
rtogni
2008-01-29
*
Simplify a little bit
reimar
2007-12-21
*
Remove a check that is never in any way useful
reimar
2007-12-21
*
Avoid some le2me_ASF_* stuff operating directly on buffer, should
reimar
2007-12-21
*
Remove another useless cast
reimar
2007-12-21
*
100l, buffer bound checks work better when done _before_ access.
reimar
2007-12-21
*
Reduce some extreme parsing ugliness (mostly cosmetic)
reimar
2007-12-21
*
Remove useless alloc casts
reimar
2007-12-21
*
Reduce code duplication: add a asf_read_wrapper function that never does part...
reimar
2007-12-21
*
cosmetic: indent after r25415
ben
2007-12-15
*
do not override *file_format if already set by asf_streaming_start()
ben
2007-12-15
*
Mark all stream_info_t as const
reimar
2007-12-02
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
wvx files (mimetype video/x-ms-wvx) are asx playlists. Fix bugzilla #750
rtogni
2007-06-29
*
Replace MIN with FFMIN
reimar
2007-03-01
*
Avoid memory and fd leaks in asf streaming open code.
reimar
2006-12-09
*
Forgotten http_free on send error.
reimar
2006-10-08
*
isolated tcp socket code from network.c to a dedicated file
ben
2006-08-05
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31