summaryrefslogtreecommitdiffstats
path: root/libmpdemux/open.c
Commit message (Expand)AuthorAgeFilesLines
* fix compilation when dvdkit and dvdread are not availablenicodvb2005-12-141-0/+4
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* ported all network streams to the new APInicodvb2005-05-291-66/+0
* ported smb:// to the new stream apinicodvb2005-05-191-78/+1
* ported dvd:// to the new stream apinicodvb2005-05-191-663/+1
* restore vcd_tracknicodvb2005-05-151-0/+1
* ftp is handled by the modular stream managernicodvb2005-05-151-2/+1
* ported cue:// to the new stream api; note: this stream must still be optimize...nicodvb2005-05-151-35/+1
* make file:// prefix worknicodvb2005-05-141-0/+1
* added a stream module for the vstream client libraryjoey2005-02-271-1/+1
* dvd_aid_from_lang() should return -1 if lang was not foundaurel2004-12-031-1/+1
* Output more information about vids, aids, sids, alangs and slangs with -ident...mosu2004-11-251-0/+12
* moved combined vobsub_lang into sub_selectjoey2004-08-221-0/+19
* mpst fixalex2004-06-251-0/+1
* Fix playback of file after playing an urlrtognimp2004-06-111-0/+3
* 100l for mertognimp2004-05-031-2/+2
* Restore ftp support (was erroneusly disabled while fixing bogus errorsrtognimp2004-05-021-0/+2
* Fix url escaping and avoid double escapertognimp2004-05-011-6/+1
* Escape urls (needed for urls in playlists)rtognimp2004-04-241-2/+8
* Stop parsing an url after connection failurertognimp2004-04-241-2/+2
* Respect -playlist for asx streamsrtognimp2004-04-171-1/+6
* cdda && cddb aren't uris too (hopefully all the pseudo urls are catched befor...alex2003-09-031-0/+1
* serious bugs - 1l absinth (changed to absinth against cola inflation)alex2003-08-311-2/+3
* added a workaround to get rid of 'Unable to open URL: mf://*.jpg' and such no...alex2003-08-251-1/+4
* Fixed segfault with (dvd://1 -chapter). Bug reported by Gabucino, initial fix...alex2003-08-131-5/+6
* Removed the historic cfgparser and switched full to the new config parser (al...alex2003-08-131-2/+2
* this patch fixesarpi2003-08-111-18/+0
* For a request by Gabu, i've cut & fix a part of Joey's dvd aid switchinggabucino2003-08-091-2/+4
* dts aid fix by f.stock@t-online.de (Florian-Wolfgang Stock)alex2003-07-271-2/+5
* 0.5l for debug messagesalex2003-06-201-1/+0
* Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash.bertrand2003-05-171-2/+2
* this is a important patch for hpux 11.00, because it avoid thediego2003-05-051-2/+2
* Add a null streamv Currently used for tv and mf. Could be used toalbeu2003-04-101-42/+0
* Port vcd to the new APIalbeu2003-04-091-31/+0
* Moved the "sdp://" test above the URL streaming test, so that SDP files canrsf2003-04-081-24/+25
* URL is cdda://tracks[:speed][/device]albeu2003-04-021-13/+0
* Remove -sdpalbeu2003-04-021-25/+15
* fix compilation without TV supportfaust32003-03-311-0/+2
* MINGW32 portfaust32003-03-301-3/+3
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-301-19/+56
* Switch to the new config headeralbeu2003-03-271-1/+3
* this is a combo patch that:arpi2003-03-161-0/+24
* Dynamic decision of DVD device Darwin patch by (danchr at daimi dot au dot dk)michael2003-03-051-4/+27
* vcd_read_cue.h -> cue_read.c+harpi2003-01-051-4/+2
* cdrwin-style bin/cue VCD image support (-vcd <track> -cuefile file.cue)arpi2003-01-041-1/+26
* fixed stream errors on some cygwin installationsfaust32003-01-021-0/+4
* fixes (ok, just workarounds) sig11 in playtree/cfgparser's free()arpi2002-12-291-2/+2
* XMMS Input plugin supportarpi2002-12-221-0/+1
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+2
* dvd chapter detect function from Gregory Kovrigapontscho2002-10-221-0/+28
* smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>arpi2002-10-061-0/+75
* some cleanup - made private vars/funcs static, removed obsolete externsarpi2002-09-291-1/+0
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+2
* Enable CDDB support only if the network layer is enabled.bertrand2002-09-171-0/+4
* stream layer cleanup part 2arpi2002-09-151-36/+5
* stream layer cleanup - part 1arpi2002-09-151-7/+3
* removed obsolete VCD_CACHE hackarpi2002-09-151-6/+0
* removed messy global 'tv_handle', use stream->priv for that purposearpi2002-09-081-1/+4
* SPARC gcc generates bad code accessing an unaligned and packed structure memberjkeil2002-09-061-0/+15
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson...arpi2002-08-051-0/+12
* There appears to be a trivial namespace error in determining the validarpi2002-07-301-1/+1
* Workaround for seeking multiangle discs with missing sml_agli[] table, as aarpi2002-07-231-6/+33
* - add icon (nice, but very ugly hakk:)pontscho2002-07-051-3/+10
* filename can be NULL. Fix the conflict between cdda and dvdnav.albeu2002-06-211-2/+2
* Add uninit to the dvd stream.albeu2002-06-211-0/+7
* CDDB support added.bertrand2002-06-211-0/+3
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-111-0/+9
* common code to handle file/stdin/fifo opening, allows using named pipes andarpi2002-06-071-13/+10
* printf to mp_msg + warning msg from MSGL_INFO to MSGT_WARNalbeu2002-05-021-3/+3
* DVDKIT supportarpi2002-04-241-5/+0
* dvdnav functions moved out to dvdnav_steram.carpi2002-04-031-9/+11
* typo, thx to 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-1/+25
* fixed MP3 ICY detection, return detected file format for open_streamalex2002-02-161-1/+1
* add mfi supportpontscho2002-02-061-0/+15
* DVD progress bar fixarpi2002-01-271-1/+2
* Don't segfault with empty -chapter spec.kmkaplan2002-01-251-0/+2
* Extended DVD chapter specification. Remove -last-chapter option.kmkaplan2002-01-241-0/+34
* Add option -last-chapter for DVD playing/encodingkmkaplan2002-01-211-3/+20
* Moved network related code from open.c to network.cbertrand2002-01-191-14/+3
* Change to use cdrom-device and dvd-device options needed for DVD/TV/VCDalbeu2002-01-171-6/+8
* Added support for the environment variable http_proxy.bertrand2002-01-141-0/+1
* Kept the HTTP connection open after autodetect, sobertrand2002-01-081-2/+11
* dvd language->aid/sid functionsarpi2001-12-261-2/+38
* Removed unnecessary check after the protocol autodetection.bertrand2001-12-191-6/+0
* using #ifdef HAVE_VCDarpi2001-12-011-0/+2
* add subtitle language detect.pontscho2001-11-211-2/+35
* Don't need to stream_enable_cache it will be done later.bertrand2001-11-211-1/+0
* Changed the order of processing the network opening.bertrand2001-11-201-4/+8
* add dvd audio stream detectpontscho2001-11-161-18/+64
* tv interface updatealex2001-11-161-4/+21
* tuning worx (can set frequency)alex2001-11-111-0/+1
* tv updatealex2001-11-101-4/+5
* added tv subsystemalex2001-11-091-0/+18
* streaming fixedarpi2001-10-201-1/+3
* libdemux cleanup part 1arpi2001-10-201-1/+0
* libdemuxer...arpi2001-10-201-0/+437