| Commit message (Expand) | Author | Age |
* | Remove commented-out #include of a non-existing file. | diego | 2010-04-03 |
* | Extend stream_read_line to support reading lines from UTF-16 encoded files | reimar | 2010-02-28 |
* | Move stream_read_line implementation from stream.h to stream.c, | reimar | 2010-02-28 |
* | Mark stream open filename parameter as const, the filename string is not | reimar | 2010-02-25 |
* | Do not discard stream buffer on eof, instead reuse it to slightly improve | reimar | 2010-02-20 |
* | stream: Mark functions not used outside of their files as static. | diego | 2010-02-16 |
* | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 |
* | Call cache-uninit unconditionally, it should always be safe to call. | reimar | 2010-01-23 |
* | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 |
* | Merge malloc+memset -> calloc | reimar | 2009-11-17 |
* | Enable the read-based forward seek fallback also when CONFIG_NETWORK is | reimar | 2009-11-17 |
* | Use fill_buffer if available also for STREAMTYPE_STREAM | reimar | 2009-11-17 |
* | Add preliminary support for streaming via FFmpeg's URProtocol functions. | reimar | 2009-11-17 |
* | The code for the non-networking case is the same whether networking | reimar | 2009-11-09 |
* | Factor out triplicated break statement. | reimar | 2009-11-09 |
* | whitespace cosmetics: Remove all trailing whitespace. | diego | 2009-05-13 |
* | Convert HAVE_WINSOCK2_H into a 0/1 definition. | diego | 2009-02-01 |
* | 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 |
* | 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 |
* | Start unifying names of internal preprocessor directives. | diego | 2008-07-30 |
* | Surround stream cache specific code by an appropriate #ifdef; fixes linking | diego | 2008-07-05 |
* | Add basic support for stream controls with cache enabled. | reimar | 2008-05-24 |
* | 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 |