summaryrefslogtreecommitdiffstats
path: root/libmpdemux/open.c
Commit message (Collapse)AuthorAgeFilesLines
* MINGW32 portfaust32003-03-301-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9763 b3059339-0415-0410-9bf9-f77b7e298cf2
* Stream cleanup, don't use blah_on options anymore.albeu2003-03-301-19/+56
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9747 b3059339-0415-0410-9bf9-f77b7e298cf2
* Switch to the new config headeralbeu2003-03-271-1/+3
| | | | | | | Fix the chapter==0 bug when playing a list of title git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9713 b3059339-0415-0410-9bf9-f77b7e298cf2
* this is a combo patch that:arpi2003-03-161-0/+24
| | | | | | | | | | | | 1) adds an experimental TS demuxer to mplayer 2) adds an input (streaming) interface from DVB cards. It compiles and runs with the following versions of the drivers: dvb-kernel (HEAD) (with stock kernel 2.4.20) and 0.9.4 (with kernel 2.4.18) patch by Nico <nsabbi@libero.it> some cleanups, ts demuxer fixes by me git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9611 b3059339-0415-0410-9bf9-f77b7e298cf2
* Dynamic decision of DVD device Darwin patch by (danchr at daimi dot au dot dk)michael2003-03-051-4/+27
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9536 b3059339-0415-0410-9bf9-f77b7e298cf2
* vcd_read_cue.h -> cue_read.c+harpi2003-01-051-4/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8813 b3059339-0415-0410-9bf9-f77b7e298cf2
* cdrwin-style bin/cue VCD image support (-vcd <track> -cuefile file.cue)arpi2003-01-041-1/+26
| | | | | | | patch by Robert Penz <robert.penz@outertech.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8783 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed stream errors on some cygwin installationsfaust32003-01-021-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8713 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixes (ok, just workarounds) sig11 in playtree/cfgparser's free()arpi2002-12-291-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8650 b3059339-0415-0410-9bf9-f77b7e298cf2
* XMMS Input plugin supportarpi2002-12-221-0/+1
| | | | | | | | based on patches by Balatoni Denes <pnis@coder.hu> changes by me: glib dependency removed, files merged, code simplified, some bugfixes git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8529 b3059339-0415-0410-9bf9-f77b7e298cf2
* *HUGE* set of compiler warning fixes, unused variables removalarpi2002-11-061-1/+2
| | | | | | | based on patch by Dominik Mierzejewski <dominik@rangers.eu.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8124 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd chapter detect function from Gregory Kovrigapontscho2002-10-221-0/+28
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7855 b3059339-0415-0410-9bf9-f77b7e298cf2
* smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg>arpi2002-10-061-0/+75
| | | | | | | TODO: add libsmb* detection and #define LIBSMBCLIENT to ./configure ! git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7631 b3059339-0415-0410-9bf9-f77b7e298cf2
* some cleanup - made private vars/funcs static, removed obsolete externsarpi2002-09-291-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7560 b3059339-0415-0410-9bf9-f77b7e298cf2
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
* Enable CDDB support only if the network layer is enabled.bertrand2002-09-171-0/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7433 b3059339-0415-0410-9bf9-f77b7e298cf2
* stream layer cleanup part 2arpi2002-09-151-36/+5
| | | | | | | STREAMTYPE_TV removed, use STREAMTYPE_DUMMY instead. tv init moved to demux_open git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7409 b3059339-0415-0410-9bf9-f77b7e298cf2
* stream layer cleanup - part 1arpi2002-09-151-7/+3
| | | | | | | | STREAMTYPE_MF removed, using STREAMTYPE_DUMMY instead mf.c/demux_mf updated to do the opening in demux_open instead of stream_open git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7408 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed obsolete VCD_CACHE hackarpi2002-09-151-6/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7407 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed messy global 'tv_handle', use stream->priv for that purposearpi2002-09-081-1/+4
| | | | | | | | note: i couldn't test it (only compile test) may be broken :( we're going to an unified demuxer API - required for modularization git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7330 b3059339-0415-0410-9bf9-f77b7e298cf2
* SPARC gcc generates bad code accessing an unaligned and packed structure memberjkeil2002-09-061-0/+15
| | | | | | | | | | (See gcc problem report PR c/7847); mplayer crashes with SIGBUS signal. Added a workaround: copy the unaligned stucture member to a temporary local variable using memcpy, and use that in the code. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7297 b3059339-0415-0410-9bf9-f77b7e298cf2
* applied live.com streaming patch (-sdp and rtsp:// support) by Ross ↵arpi2002-08-051-0/+12
| | | | | | | | | Finlayson <finlayson@live.com> see <http://www.live.com/mplayer/> for details. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6911 b3059339-0415-0410-9bf9-f77b7e298cf2
* There appears to be a trivial namespace error in determining the validarpi2002-07-301-1/+1
| | | | | | | | | | chapter range. It appears that "dvd_title" should be used with tt_srpt->title[], and "ttn-1" should be used with vts_file->vts_ptt_srpt->title[]. patch by Dave Sainty <dave@dtsp.co.nz> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6854 b3059339-0415-0410-9bf9-f77b7e298cf2
* Workaround for seeking multiangle discs with missing sml_agli[] table, as aarpi2002-07-231-6/+33
| | | | | | | | fallback it uses VOB/CELL id search (slow) Thanks to Jeffrey Hammel for his multi-angle DVD donation! :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6775 b3059339-0415-0410-9bf9-f77b7e298cf2
* - add icon (nice, but very ugly hakk:)pontscho2002-07-051-3/+10
| | | | | | | | | | | | | - move all window to one group - better multilanguage support - some small bug fixed - some warning fixed - swap the two menu - fix small network playing bug ( evPlay instead of evPlayNetwork :) - add channel name selection for equalizer support git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6652 b3059339-0415-0410-9bf9-f77b7e298cf2
* filename can be NULL. Fix the conflict between cdda and dvdnav.albeu2002-06-211-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6491 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add uninit to the dvd stream.albeu2002-06-211-0/+7
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6480 b3059339-0415-0410-9bf9-f77b7e298cf2
* CDDB support added.bertrand2002-06-211-0/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6475 b3059339-0415-0410-9bf9-f77b7e298cf2
* Support for playing audio cds using cdparanoia. Include a raw audioalbeu2002-06-111-0/+9
| | | | | | | demuxer wich can be used for other purpose. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6385 b3059339-0415-0410-9bf9-f77b7e298cf2
* common code to handle file/stdin/fifo opening, allows using named pipes andarpi2002-06-071-13/+10
| | | | | | | | seeking with direct file redirection (mplayer < file.avi) based on patch by Eric Lammerts <eric@lammerts.org> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6321 b3059339-0415-0410-9bf9-f77b7e298cf2
* printf to mp_msg + warning msg from MSGL_INFO to MSGT_WARNalbeu2002-05-021-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5933 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVDKIT supportarpi2002-04-241-5/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5820 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvdnav functions moved out to dvdnav_steram.carpi2002-04-031-9/+11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5473 b3059339-0415-0410-9bf9-f77b7e298cf2
* typo, thx to Mark Szabo <mw3@bsd.hu>arpi2002-03-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5382 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net>arpi2002-03-281-1/+25
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5381 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed MP3 ICY detection, return detected file format for open_streamalex2002-02-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4730 b3059339-0415-0410-9bf9-f77b7e298cf2
* add mfi supportpontscho2002-02-061-0/+15
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4552 b3059339-0415-0410-9bf9-f77b7e298cf2
* DVD progress bar fixarpi2002-01-271-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4391 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't segfault with empty -chapter spec.kmkaplan2002-01-251-0/+2
| | | | | | | Quiet one GCC warning. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4345 b3059339-0415-0410-9bf9-f77b7e298cf2
* Extended DVD chapter specification. Remove -last-chapter option.kmkaplan2002-01-241-0/+34
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4344 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add option -last-chapter for DVD playing/encodingkmkaplan2002-01-211-3/+20
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4292 b3059339-0415-0410-9bf9-f77b7e298cf2
* Moved network related code from open.c to network.cbertrand2002-01-191-14/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4252 b3059339-0415-0410-9bf9-f77b7e298cf2
* Change to use cdrom-device and dvd-device options needed for DVD/TV/VCDalbeu2002-01-171-6/+8
| | | | | | | integration in playlist git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4223 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added support for the environment variable http_proxy.bertrand2002-01-141-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4147 b3059339-0415-0410-9bf9-f77b7e298cf2
* Kept the HTTP connection open after autodetect, sobertrand2002-01-081-2/+11
| | | | | | | we don't need to reopen and request a second time. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4047 b3059339-0415-0410-9bf9-f77b7e298cf2
* dvd language->aid/sid functionsarpi2001-12-261-2/+38
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3754 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed unnecessary check after the protocol autodetection.bertrand2001-12-191-6/+0
| | | | | | | | | Now it will try to start streaming even if the autodetection failed. This will allow to work with web server that doesn't report a proper mime-type. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3604 b3059339-0415-0410-9bf9-f77b7e298cf2
* using #ifdef HAVE_VCDarpi2001-12-011-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3262 b3059339-0415-0410-9bf9-f77b7e298cf2
* add subtitle language detect.pontscho2001-11-211-2/+35
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3049 b3059339-0415-0410-9bf9-f77b7e298cf2
* Don't need to stream_enable_cache it will be done later.bertrand2001-11-211-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3047 b3059339-0415-0410-9bf9-f77b7e298cf2
* Changed the order of processing the network opening.bertrand2001-11-201-4/+8
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3046 b3059339-0415-0410-9bf9-f77b7e298cf2
* add dvd audio stream detectpontscho2001-11-161-18/+64
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2936 b3059339-0415-0410-9bf9-f77b7e298cf2
* tv interface updatealex2001-11-161-4/+21
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2932 b3059339-0415-0410-9bf9-f77b7e298cf2
* tuning worx (can set frequency)alex2001-11-111-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2838 b3059339-0415-0410-9bf9-f77b7e298cf2
* tv updatealex2001-11-101-4/+5
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2803 b3059339-0415-0410-9bf9-f77b7e298cf2
* added tv subsystemalex2001-11-091-0/+18
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2791 b3059339-0415-0410-9bf9-f77b7e298cf2
* streaming fixedarpi2001-10-201-1/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2316 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdemux cleanup part 1arpi2001-10-201-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2315 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdemuxer...arpi2001-10-201-0/+437
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2311 b3059339-0415-0410-9bf9-f77b7e298cf2