log stream/stream.c @ 25725:be5262a6034f

age author description
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