aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/stream.c
Commit message (Expand)AuthorAge
* added new pvr:// input for ivtv based cardsGravatar ben2006-07-10
* restored support for dvdnav only in the stream layer; all other functionaliti...Gravatar nicodvb2006-06-14
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* Part3 of Otvos Attila's oattila AT chello-hu mp_msg changes, with lots of mod...Gravatar reynaldo2006-04-22
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Fix a potential seek failure, fill_buffer doesn't have toGravatar albeu2006-03-16
* stream_control() returns int, not voidGravatar nicodvb2006-03-01
* added new stream_control() and new command: STREAM_CTRL_GET_TIME_LENGTHGravatar nicodvb2006-02-27
* fix compilation when dvdkit and dvdread are not availableGravatar nicodvb2005-12-14
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* Make a few more messages translatable by moving them into help_mp-en.h.Gravatar diego2005-10-18
* Kill a compiler warning, Patch by Zuxy MengGravatar gpoirier2005-10-14
* Use PRI?64 defines as format strings for 64 bit variables.Gravatar reimar2005-10-13
* "LIVE.COM Streaming Media" is now called "LIVE555 Streaming Media".Gravatar rsf2005-09-23
* ported all network streams to the new APIGravatar nicodvb2005-05-29
* ported smb:// to the new stream apiGravatar nicodvb2005-05-19
* ported dvd:// to the new stream apiGravatar nicodvb2005-05-19
* ported cue:// to the new stream api; note: this stream must still be optimize...Gravatar nicodvb2005-05-15
* fix segfaults caused by socket and file descriptor mismatches on windowsGravatar faust32005-05-12
* added a stream module for the vstream client libraryGravatar joey2005-02-27
* Seek in HTTP streams and stdin seek fixesGravatar rtognimp2004-03-13
* enable seeking in http streamsGravatar attila2004-02-17
* serious bugs - 1l absinth (changed to absinth against cola inflation)Gravatar alex2003-08-31
* ftp support. The change on connect2Server is needed bcs we need 2Gravatar albeu2003-08-15
* this patch fixesGravatar arpi2003-08-11
* Networking support under MinGW.Gravatar diego2003-06-11
* warning fixes by DominikGravatar alex2003-06-03
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.Gravatar bertrand2003-05-17
* Fix cache uninitGravatar albeu2003-04-12
* Add a null streamv Currently used for tv and mf. Could be used toGravatar albeu2003-04-10
* Port vcd to the new APIGravatar albeu2003-04-09
* Oops, I just noticed albeu's revision 1.58 - so I backed out theGravatar rsf2003-04-07
* Reapplied the patch that I had originally made in revision 1.53.Gravatar rsf2003-04-07
* Add netstreamGravatar albeu2003-04-06
* 10L NULL == 0 == stdinGravatar albeu2003-04-04
* 10lGravatar pontscho2003-04-03
* URL is cdda://tracks[:speed][/device]Gravatar albeu2003-04-02
* MINGW32 portGravatar faust32003-04-02
* Stream modularization, the first step.Gravatar albeu2003-04-02
* Added a test for "s->fd == NULL" to the start of "stream_fill_buffer()".Gravatar rsf2003-04-02
* this is a combo patch that:Gravatar arpi2003-03-16
* linux->osdepGravatar arpi2003-02-09
* check if seeking supported, otherwise fallback to null readingGravatar arpi2003-01-12
* vcd_read_cue.h -> cue_read.c+hGravatar arpi2003-01-05
* cdrwin-style bin/cue VCD image support (-vcd <track> -cuefile file.cue)Gravatar arpi2003-01-04
* CDDA seeking fixedGravatar arpi2002-12-22
* dvd_* declarations fixed to matc with open.cGravatar arpi2002-12-04
* smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>Gravatar arpi2002-10-06
* stream layer cleanup part 2Gravatar arpi2002-09-15
* stream layer cleanup - part 1Gravatar arpi2002-09-15