summaryrefslogtreecommitdiffstats
path: root/stream/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-12/+12
* Translation system changes part 2: replace macros by stringsAmar Takhar2009-07-071-1/+1
* Translation system changes part 1: wrap translated stringsAmar Takhar2009-07-071-1/+1
* Merge svn changes up to r28461Uoti Urpala2009-02-041-3/+3
|\
| * Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-3/+3
* | Merge svn changes up to r27514Uoti Urpala2008-09-031-6/+4
|\|
| * Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-4/+2
| * Revert moving closesocket definition and network headers to network.h.diego2008-08-311-1/+8
| * Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-8/+1
| * Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-3/+3
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-12/+12
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-071-6/+6
| * Rename a bunch of miscellaneous preprocessor directives.diego2008-08-071-3/+3
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-3/+3
* | Merge svn changes up to r27374Uoti Urpala2008-07-301-6/+6
|\|
| * Start unifying names of internal preprocessor directives.diego2008-07-301-6/+6
* | Merge svn changes up to r27242Uoti Urpala2008-07-091-0/+2
|\|
| * Surround stream cache specific code by an appropriate #ifdef; fixes linkingdiego2008-07-051-0/+2
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-0/+2
|\|
| * Add basic support for stream controls with cache enabled.reimar2008-05-241-0/+2
* | Create a context for input.c stateUoti Urpala2008-04-301-3/+8
* | Add option pointer to stream struct (at least temporarily)Uoti Urpala2008-04-231-15/+11
* | Mark some functions staticUoti Urpala2008-04-231-1/+1
|/
* Remove the need for code using stream to export an mp_input_check_interrupt()albeu2008-04-091-0/+11
* Remove pointless #ifdefs around extern declarations.diego2008-02-201-26/+0
* Remove unnecessary <signal.h> includesuau2008-01-091-1/+0
* Protocol name should be case insensitive.ulion2007-12-191-1/+1
* Mark all stream_info_t as constreimar2007-12-021-26/+26
* When IFO file is opened (detected by extension), set dvd-device to IFO file'svoroshil2007-12-021-0/+2
* Make auto_open_streams array itself constreimar2007-12-021-1/+1
* auto_open_streams should have const type, fix also the places where it is usedreimar2007-12-011-3/+3
* this local variable can be staticben2007-11-301-1/+1
* Support stream redirection from http to mms, fix bug #927.ulion2007-11-261-3/+23
* Fix possible null-pointer-dereference in stream_fill_buffer().cehoyos2007-11-081-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-2/+2
* cleaned stream_seek() : simplified the alignment to STREAM_BUFFER_SIZE or s->...nicodvb2007-02-281-20/+4
* support functions for writing to streamsnicodvb2006-12-181-0/+28
* Make sure invalid protocols are rejected instead of treatedreimar2006-12-051-1/+2
* Streamline and simplify internal vs external libdvdread handling.diego2006-11-031-2/+2
* * remove extern definitions of functions in .c filesattila2006-09-121-2/+1
* Radio support, patch by Vladimir Voroshilov (voroshil gmail com)reimar2006-08-281-0/+6
* split rtp stack, udp input layer and rtp input layer from rtp.cben2006-08-041-2/+4
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* added dedicated file for mf:// inputben2006-08-031-0/+2
* add an explicit tv stream input instead of the previous hack in stream_nullben2006-07-311-0/+6
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+434