log stream/stream.c @ 28743:19dbb8472162

age author description
2009-02-01 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
2008-09-01 diego Move '#define closesocket close' preprocessor directive to a common place
2008-08-31 diego Revert moving closesocket definition and network headers to network.h.
2008-08-29 diego Move duplicated '#define closesocket close' into network.h along with
2008-08-29 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
2008-08-07 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
2008-08-07 diego Rename a bunch of miscellaneous preprocessor directives.
2008-08-03 diego Change a bunch of video/audio-output-specific preprocessor directives from
2008-07-30 diego Start unifying names of internal preprocessor directives.
2008-07-05 diego Surround stream cache specific code by an appropriate #ifdef; fixes linking
2008-05-24 reimar Add basic support for stream controls with cache enabled.
2008-04-09 albeu Remove the need for code using stream to export an mp_input_check_interrupt()
2008-02-20 diego Remove pointless #ifdefs around extern declarations.
2008-01-09 uau Remove unnecessary <signal.h> includes
2007-12-19 ulion Protocol name should be case insensitive.
2007-12-02 reimar Mark all stream_info_t as const
2007-12-02 voroshil When IFO file is opened (detected by extension), set dvd-device to IFO file's
2007-12-02 reimar Make auto_open_streams array itself const
2007-12-01 reimar auto_open_streams should have const type, fix also the places where it is used
2007-11-30 ben this local variable can be static
2007-11-26 ulion Support stream redirection from http to mms, fix bug #927.
2007-11-08 cehoyos Fix possible null-pointer-dereference in stream_fill_buffer().
2007-08-28 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
2007-02-28 nicodvb cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->sector_size
2006-12-18 nicodvb support functions for writing to streams
2006-12-05 reimar Make sure invalid protocols are rejected instead of treated
2006-11-03 diego Streamline and simplify internal vs external libdvdread handling.
2006-09-12 attila * remove extern definitions of functions in .c files
2006-08-28 reimar Radio support, patch by Vladimir Voroshilov (voroshil gmail com)
2006-08-04 ben split rtp stack, udp input layer and rtp input layer from rtp.c
2006-08-04 ben proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
2006-08-03 ben added dedicated file for mf:// input
2006-07-31 ben add an explicit tv stream input instead of the previous hack in stream_null
2006-07-31 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/stream.c@e0ff84f817a6