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