aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.c
Commit message (Expand)AuthorAge
* Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
* Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
* Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
* Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Surround stream cache specific code by an appropriate #ifdef; fixes linkingGravatar diego2008-07-05
* Add basic support for stream controls with cache enabled.Gravatar reimar2008-05-24
* Remove the need for code using stream to export an mp_input_check_interrupt()Gravatar albeu2008-04-09
* Remove pointless #ifdefs around extern declarations.Gravatar diego2008-02-20
* Remove unnecessary <signal.h> includesGravatar uau2008-01-09
* Protocol name should be case insensitive.Gravatar ulion2007-12-19
* Mark all stream_info_t as constGravatar reimar2007-12-02
* When IFO file is opened (detected by extension), set dvd-device to IFO file'sGravatar voroshil2007-12-02
* Make auto_open_streams array itself constGravatar reimar2007-12-02
* auto_open_streams should have const type, fix also the places where it is usedGravatar reimar2007-12-01
* this local variable can be staticGravatar ben2007-11-30
* Support stream redirection from http to mms, fix bug #927.Gravatar ulion2007-11-26
* Fix possible null-pointer-dereference in stream_fill_buffer().Gravatar cehoyos2007-11-08
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->...Gravatar nicodvb2007-02-28
* support functions for writing to streamsGravatar nicodvb2006-12-18
* Make sure invalid protocols are rejected instead of treatedGravatar reimar2006-12-05
* Streamline and simplify internal vs external libdvdread handling.Gravatar diego2006-11-03
* * remove extern definitions of functions in .c filesGravatar attila2006-09-12
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)Gravatar reimar2006-08-28
* split rtp stack, udp input layer and rtp input layer from rtp.cGravatar ben2006-08-04
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* added dedicated file for mf:// inputGravatar ben2006-08-03
* add an explicit tv stream input instead of the previous hack in stream_nullGravatar ben2006-07-31
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31