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
/
stream.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add basic support for stream controls with cache enabled.
reimar
2008-05-24
1
-0
/
+2
*
Remove the need for code using stream to export an mp_input_check_interrupt()
albeu
2008-04-09
1
-0
/
+11
*
Remove pointless #ifdefs around extern declarations.
diego
2008-02-20
1
-26
/
+0
*
Remove unnecessary <signal.h> includes
uau
2008-01-09
1
-1
/
+0
*
Protocol name should be case insensitive.
ulion
2007-12-19
1
-1
/
+1
*
Mark all stream_info_t as const
reimar
2007-12-02
1
-26
/
+26
*
When IFO file is opened (detected by extension), set dvd-device to IFO file's
voroshil
2007-12-02
1
-0
/
+2
*
Make auto_open_streams array itself const
reimar
2007-12-02
1
-1
/
+1
*
auto_open_streams should have const type, fix also the places where it is used
reimar
2007-12-01
1
-3
/
+3
*
this local variable can be static
ben
2007-11-30
1
-1
/
+1
*
Support stream redirection from http to mms, fix bug #927.
ulion
2007-11-26
1
-3
/
+23
*
Fix possible null-pointer-dereference in stream_fill_buffer().
cehoyos
2007-11-08
1
-1
/
+1
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
1
-2
/
+2
*
cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->...
nicodvb
2007-02-28
1
-20
/
+4
*
support functions for writing to streams
nicodvb
2006-12-18
1
-0
/
+28
*
Make sure invalid protocols are rejected instead of treated
reimar
2006-12-05
1
-1
/
+2
*
Streamline and simplify internal vs external libdvdread handling.
diego
2006-11-03
1
-2
/
+2
*
* remove extern definitions of functions in .c files
attila
2006-09-12
1
-2
/
+1
*
Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
reimar
2006-08-28
1
-0
/
+6
*
split rtp stack, udp input layer and rtp input layer from rtp.c
ben
2006-08-04
1
-2
/
+4
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
1
-1
/
+1
*
added dedicated file for mf:// input
ben
2006-08-03
1
-0
/
+2
*
add an explicit tv stream input instead of the previous hack in stream_null
ben
2006-07-31
1
-0
/
+6
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31
1
-0
/
+434