summaryrefslogtreecommitdiffstats
path: root/libmpdemux/stream.c
Commit message (Expand)AuthorAgeFilesLines
* Convert all if(verbose>X) to mp_msg_test calls.diego2006-03-241-3/+2
* Fix a potential seek failure, fill_buffer doesn't have toalbeu2006-03-161-2/+4
* stream_control() returns int, not voidnicodvb2006-03-011-1/+1
* added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTHnicodvb2006-02-271-0/+5
* fix compilation when dvdkit and dvdread are not availablenicodvb2005-12-141-0/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-3/+3
* Make a few more messages translatable by moving them into help_mp-en.h.diego2005-10-181-1/+1
* Kill a compiler warning, Patch by Zuxy Menggpoirier2005-10-141-1/+1
* Use PRI?64 defines as format strings for 64 bit variables.reimar2005-10-131-12/+3
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".rsf2005-09-231-2/+2
* ported all network streams to the new APInicodvb2005-05-291-0/+20
* ported smb:// to the new stream apinicodvb2005-05-191-25/+7
* ported dvd:// to the new stream apinicodvb2005-05-191-50/+9
* ported cue:// to the new stream api; note: this stream must still be optimize...nicodvb2005-05-151-10/+2
* fix segfaults caused by socket and file descriptor mismatches on windowsfaust32005-05-121-1/+8
* added a stream module for the vstream client libraryjoey2005-02-271-0/+6
* Seek in HTTP streams and stdin seek fixesrtognimp2004-03-131-1/+1
* enable seeking in http streamsattila2004-02-171-0/+8
* serious bugs - 1l absinth (changed to absinth against cola inflation)alex2003-08-311-1/+1
* ftp support. The change on connect2Server is needed bcs we need 2albeu2003-08-151-1/+6
* this patch fixesarpi2003-08-111-12/+8
* Networking support under MinGW.diego2003-06-111-1/+20
* warning fixes by Dominikalex2003-06-031-0/+1
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-4/+4
* Fix cache uninitalbeu2003-04-121-4/+1
* Add a null streamv Currently used for tv and mf. Could be used toalbeu2003-04-101-0/+2
* Port vcd to the new APIalbeu2003-04-091-30/+6
* Oops, I just noticed albeu's revision 1.58 - so I backed out thersf2003-04-071-1/+1
* Reapplied the patch that I had originally made in revision 1.53.rsf2003-04-071-1/+1
* Add netstreamalbeu2003-04-061-2/+9
* 10L NULL == 0 == stdinalbeu2003-04-041-1/+1
* 10lpontscho2003-04-031-0/+4
* URL is cdda://tracks[:speed][/device]albeu2003-04-021-21/+2
* MINGW32 portfaust32003-04-021-0/+4
* Stream modularization, the first step.albeu2003-04-021-11/+128
* Added a test for "s->fd == NULL" to the start of "stream_fill_buffer()".rsf2003-04-021-1/+1
* this is a combo patch that:arpi2003-03-161-0/+15
* linux->osdeparpi2003-02-091-1/+1
* check if seeking supported, otherwise fallback to null readingarpi2003-01-121-1/+1
* vcd_read_cue.h -> cue_read.c+harpi2003-01-051-1/+3
* cdrwin-style bin/cue VCD image support (-vcd <track> -cuefile file.cue)arpi2003-01-041-0/+10
* CDDA seeking fixedarpi2002-12-221-0/+4
* dvd_* declarations fixed to matc with open.carpi2002-12-041-2/+2
* smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>arpi2002-10-061-0/+21
* stream layer cleanup part 2arpi2002-09-151-5/+2
* stream layer cleanup - part 1arpi2002-09-151-0/+1
* removed obsolete VCD_CACHE hackarpi2002-09-151-15/+0
* 10000l - didn't clear new stream struct, causing possible sig11 in cache layerarpi2002-08-041-0/+1
* warning fixesatmos42002-07-261-1/+4
* 10L free the cachealbeu2002-07-261-0/+1
* Add uninit to the dvd stream.albeu2002-06-211-1/+8
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-111-0/+22
* file descriptor leak - found by Marc Espie <espie@nerim.net>arpi2002-06-041-0/+1
* big cosmetics patch, cleanup of messages printed by mplayer and libs.arpi2002-05-201-1/+1
* gui doesn't like exit() in forged processarpi2002-05-051-1/+2
* OpenBSD, NetBSD portability patches byarpi2002-04-271-0/+2
* dvdnav functions moved out to dvdnav_steram.carpi2002-04-031-94/+15
* 10l fix, patch by Mark Szabo <mw3@bsd.hu>arpi2002-03-281-1/+1
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-281-0/+99
* Initial ogg demuxer. No seeking, a/v sync is broken. Support avialbeu2002-03-161-0/+9
* Added waitpid in free_stream to avoid zombiesalbeu2002-02-281-1/+4
* overwrite old infonexus2002-02-011-1/+1
* STREAMTYPE_PLAYLIST introduced. similar to STREAMTYPE_STREAM but used for pla...arpi2002-01-081-0/+1
* fixed startup crashiive2001-12-031-0/+3
* using #ifdef HAVE_VCDarpi2001-12-011-0/+8
* Added a network read function call and a seek network function call.bertrand2001-11-201-0/+20
* added tv subsystemalex2001-11-091-0/+12
* cache2 supportarpi2001-10-201-1/+4
* libdemuxer...arpi2001-10-201-0/+188