aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/stream.c
Commit message (Expand)AuthorAge
* 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
* gui doesn't like exit() in forged processGravatar arpi2002-05-05
* OpenBSD, NetBSD portability patches byGravatar arpi2002-04-27
* dvdnav functions moved out to dvdnav_steram.cGravatar arpi2002-04-03
* 10l fix, patch by Mark Szabo <mw3@bsd.hu>Gravatar arpi2002-03-28
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>Gravatar arpi2002-03-28
* Initial ogg demuxer. No seeking, a/v sync is broken. Support aviGravatar albeu2002-03-16
* Added waitpid in free_stream to avoid zombiesGravatar albeu2002-02-28
* overwrite old infoGravatar nexus2002-02-01
* STREAMTYPE_PLAYLIST introduced. similar to STREAMTYPE_STREAM but used for pla...Gravatar arpi2002-01-08
* fixed startup crashGravatar iive2001-12-03
* using #ifdef HAVE_VCDGravatar arpi2001-12-01
* Added a network read function call and a seek network function call.Gravatar bertrand2001-11-20
* added tv subsystemGravatar alex2001-11-09