aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/stream.c
Commit message (Expand)AuthorAge
* 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
* removed obsolete VCD_CACHE hackGravatar arpi2002-09-15
* 10000l - didn't clear new stream struct, causing possible sig11 in cache layerGravatar arpi2002-08-04
* warning fixesGravatar atmos42002-07-26
* 10L free the cacheGravatar albeu2002-07-26
* Add uninit to the dvd stream.Gravatar albeu2002-06-21
* Support for playing audio cds using cdparanoia. Include a raw audioGravatar albeu2002-06-11
* file descriptor leak - found by Marc Espie <espie@nerim.net>Gravatar arpi2002-06-04
* big cosmetics patch, cleanup of messages printed by mplayer and libs.Gravatar arpi2002-05-20