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 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
*
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
*
|
Merge svn changes up to r27441
Uoti Urpala
2008-08-08
|
\
|
|
*
Give a CONFIG_ prefix to preprocessor directives that lacked one and
diego
2008-08-07
|
*
Rename a bunch of miscellaneous preprocessor directives.
diego
2008-08-07
|
*
Change a bunch of video/audio-output-specific preprocessor directives from
diego
2008-08-03
*
|
Merge svn changes up to r27374
Uoti Urpala
2008-07-30
|
\
|
|
*
Start unifying names of internal preprocessor directives.
diego
2008-07-30
*
|
Merge svn changes up to r27242
Uoti Urpala
2008-07-09
|
\
|
|
*
Surround stream cache specific code by an appropriate #ifdef; fixes linking
diego
2008-07-05
*
|
Merge svn changes up to r26979
Uoti Urpala
2008-06-04
|
\
|
|
*
Add basic support for stream controls with cache enabled.
reimar
2008-05-24
*
|
Create a context for input.c state
Uoti Urpala
2008-04-30
*
|
Add option pointer to stream struct (at least temporarily)
Uoti Urpala
2008-04-23
*
|
Mark some functions static
Uoti Urpala
2008-04-23
|
/
*
Remove the need for code using stream to export an mp_input_check_interrupt()
albeu
2008-04-09
*
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