| Commit message (Expand) | Author | Age | Files | Lines |
* | fix compilation when dvdkit and dvdread are not available | nicodvb | 2005-12-14 | 1 | -0/+4 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | ported all network streams to the new API | nicodvb | 2005-05-29 | 1 | -66/+0 |
* | ported smb:// to the new stream api | nicodvb | 2005-05-19 | 1 | -78/+1 |
* | ported dvd:// to the new stream api | nicodvb | 2005-05-19 | 1 | -663/+1 |
* | restore vcd_track | nicodvb | 2005-05-15 | 1 | -0/+1 |
* | ftp is handled by the modular stream manager | nicodvb | 2005-05-15 | 1 | -2/+1 |
* | ported cue:// to the new stream api; note: this stream must still be optimize... | nicodvb | 2005-05-15 | 1 | -35/+1 |
* | make file:// prefix work | nicodvb | 2005-05-14 | 1 | -0/+1 |
* | added a stream module for the vstream client library | joey | 2005-02-27 | 1 | -1/+1 |
* | dvd_aid_from_lang() should return -1 if lang was not found | aurel | 2004-12-03 | 1 | -1/+1 |
* | Output more information about vids, aids, sids, alangs and slangs with -ident... | mosu | 2004-11-25 | 1 | -0/+12 |
* | moved combined vobsub_lang into sub_select | joey | 2004-08-22 | 1 | -0/+19 |
* | mpst fix | alex | 2004-06-25 | 1 | -0/+1 |
* | Fix playback of file after playing an url | rtognimp | 2004-06-11 | 1 | -0/+3 |
* | 100l for me | rtognimp | 2004-05-03 | 1 | -2/+2 |
* | Restore ftp support (was erroneusly disabled while fixing bogus errors | rtognimp | 2004-05-02 | 1 | -0/+2 |
* | Fix url escaping and avoid double escape | rtognimp | 2004-05-01 | 1 | -6/+1 |
* | Escape urls (needed for urls in playlists) | rtognimp | 2004-04-24 | 1 | -2/+8 |
* | Stop parsing an url after connection failure | rtognimp | 2004-04-24 | 1 | -2/+2 |
* | Respect -playlist for asx streams | rtognimp | 2004-04-17 | 1 | -1/+6 |
* | cdda && cddb aren't uris too (hopefully all the pseudo urls are catched befor... | alex | 2003-09-03 | 1 | -0/+1 |
* | serious bugs - 1l absinth (changed to absinth against cola inflation) | alex | 2003-08-31 | 1 | -2/+3 |
* | added a workaround to get rid of 'Unable to open URL: mf://*.jpg' and such no... | alex | 2003-08-25 | 1 | -1/+4 |
* | Fixed segfault with (dvd://1 -chapter). Bug reported by Gabucino, initial fix... | alex | 2003-08-13 | 1 | -5/+6 |
* | Removed the historic cfgparser and switched full to the new config parser (al... | alex | 2003-08-13 | 1 | -2/+2 |
* | this patch fixes | arpi | 2003-08-11 | 1 | -18/+0 |
* | For a request by Gabu, i've cut & fix a part of Joey's dvd aid switching | gabucino | 2003-08-09 | 1 | -2/+4 |
* | dts aid fix by f.stock@t-online.de (Florian-Wolfgang Stock) | alex | 2003-07-27 | 1 | -2/+5 |
* | 0.5l for debug messages | alex | 2003-06-20 | 1 | -1/+0 |
* | Changed the STREAMING defines to MPLAYER_NETWORK to avoid name definition clash. | bertrand | 2003-05-17 | 1 | -2/+2 |
* | this is a important patch for hpux 11.00, because it avoid the | diego | 2003-05-05 | 1 | -2/+2 |
* | Add a null streamv Currently used for tv and mf. Could be used to | albeu | 2003-04-10 | 1 | -42/+0 |
* | Port vcd to the new API | albeu | 2003-04-09 | 1 | -31/+0 |
* | Moved the "sdp://" test above the URL streaming test, so that SDP files can | rsf | 2003-04-08 | 1 | -24/+25 |
* | URL is cdda://tracks[:speed][/device] | albeu | 2003-04-02 | 1 | -13/+0 |
* | Remove -sdp | albeu | 2003-04-02 | 1 | -25/+15 |
* | fix compilation without TV support | faust3 | 2003-03-31 | 1 | -0/+2 |
* | MINGW32 port | faust3 | 2003-03-30 | 1 | -3/+3 |
* | Stream cleanup, don't use blah_on options anymore. | albeu | 2003-03-30 | 1 | -19/+56 |
* | Switch to the new config header | albeu | 2003-03-27 | 1 | -1/+3 |
* | this is a combo patch that: | arpi | 2003-03-16 | 1 | -0/+24 |
* | Dynamic decision of DVD device Darwin patch by (danchr at daimi dot au dot dk) | michael | 2003-03-05 | 1 | -4/+27 |
* | vcd_read_cue.h -> cue_read.c+h | arpi | 2003-01-05 | 1 | -4/+2 |
* | cdrwin-style bin/cue VCD image support (-vcd <track> -cuefile file.cue) | arpi | 2003-01-04 | 1 | -1/+26 |
* | fixed stream errors on some cygwin installations | faust3 | 2003-01-02 | 1 | -0/+4 |
* | fixes (ok, just workarounds) sig11 in playtree/cfgparser's free() | arpi | 2002-12-29 | 1 | -2/+2 |
* | XMMS Input plugin support | arpi | 2002-12-22 | 1 | -0/+1 |
* | *HUGE* set of compiler warning fixes, unused variables removal | arpi | 2002-11-06 | 1 | -1/+2 |
* | dvd chapter detect function from Gregory Kovriga | pontscho | 2002-10-22 | 1 | -0/+28 |
* | smb:// (samba client) support by Vladimir Moushkov <vlindos_mpdev@abv.bg> | arpi | 2002-10-06 | 1 | -0/+75 |
* | some cleanup - made private vars/funcs static, removed obsolete externs | arpi | 2002-09-29 | 1 | -1/+0 |
* | tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bug | arpi | 2002-09-22 | 1 | -1/+2 |
* | Enable CDDB support only if the network layer is enabled. | bertrand | 2002-09-17 | 1 | -0/+4 |
* | stream layer cleanup part 2 | arpi | 2002-09-15 | 1 | -36/+5 |
* | stream layer cleanup - part 1 | arpi | 2002-09-15 | 1 | -7/+3 |
* | removed obsolete VCD_CACHE hack | arpi | 2002-09-15 | 1 | -6/+0 |
* | removed messy global 'tv_handle', use stream->priv for that purpose | arpi | 2002-09-08 | 1 | -1/+4 |
* | SPARC gcc generates bad code accessing an unaligned and packed structure member | jkeil | 2002-09-06 | 1 | -0/+15 |
* | applied live.com streaming patch (-sdp and rtsp:// support) by Ross Finlayson... | arpi | 2002-08-05 | 1 | -0/+12 |
* | There appears to be a trivial namespace error in determining the valid | arpi | 2002-07-30 | 1 | -1/+1 |
* | Workaround for seeking multiangle discs with missing sml_agli[] table, as a | arpi | 2002-07-23 | 1 | -6/+33 |
* | - add icon (nice, but very ugly hakk:) | pontscho | 2002-07-05 | 1 | -3/+10 |
* | filename can be NULL. Fix the conflict between cdda and dvdnav. | albeu | 2002-06-21 | 1 | -2/+2 |
* | Add uninit to the dvd stream. | albeu | 2002-06-21 | 1 | -0/+7 |
* | CDDB support added. | bertrand | 2002-06-21 | 1 | -0/+3 |
* | Support for playing audio cds using cdparanoia. Include a raw audio | albeu | 2002-06-11 | 1 | -0/+9 |
* | common code to handle file/stdin/fifo opening, allows using named pipes and | arpi | 2002-06-07 | 1 | -13/+10 |
* | printf to mp_msg + warning msg from MSGL_INFO to MSGT_WARN | albeu | 2002-05-02 | 1 | -3/+3 |
* | DVDKIT support | arpi | 2002-04-24 | 1 | -5/+0 |
* | dvdnav functions moved out to dvdnav_steram.c | arpi | 2002-04-03 | 1 | -9/+11 |
* | typo, thx to Mark Szabo <mw3@bsd.hu> | arpi | 2002-03-28 | 1 | -1/+1 |
* | DVDnav support patch by David Holm and Kees Cook <mplayer@outflux.net> | arpi | 2002-03-28 | 1 | -1/+25 |
* | fixed MP3 ICY detection, return detected file format for open_stream | alex | 2002-02-16 | 1 | -1/+1 |
* | add mfi support | pontscho | 2002-02-06 | 1 | -0/+15 |
* | DVD progress bar fix | arpi | 2002-01-27 | 1 | -1/+2 |
* | Don't segfault with empty -chapter spec. | kmkaplan | 2002-01-25 | 1 | -0/+2 |
* | Extended DVD chapter specification. Remove -last-chapter option. | kmkaplan | 2002-01-24 | 1 | -0/+34 |
* | Add option -last-chapter for DVD playing/encoding | kmkaplan | 2002-01-21 | 1 | -3/+20 |
* | Moved network related code from open.c to network.c | bertrand | 2002-01-19 | 1 | -14/+3 |
* | Change to use cdrom-device and dvd-device options needed for DVD/TV/VCD | albeu | 2002-01-17 | 1 | -6/+8 |
* | Added support for the environment variable http_proxy. | bertrand | 2002-01-14 | 1 | -0/+1 |
* | Kept the HTTP connection open after autodetect, so | bertrand | 2002-01-08 | 1 | -2/+11 |
* | dvd language->aid/sid functions | arpi | 2001-12-26 | 1 | -2/+38 |
* | Removed unnecessary check after the protocol autodetection. | bertrand | 2001-12-19 | 1 | -6/+0 |
* | using #ifdef HAVE_VCD | arpi | 2001-12-01 | 1 | -0/+2 |
* | add subtitle language detect. | pontscho | 2001-11-21 | 1 | -2/+35 |
* | Don't need to stream_enable_cache it will be done later. | bertrand | 2001-11-21 | 1 | -1/+0 |
* | Changed the order of processing the network opening. | bertrand | 2001-11-20 | 1 | -4/+8 |
* | add dvd audio stream detect | pontscho | 2001-11-16 | 1 | -18/+64 |
* | tv interface update | alex | 2001-11-16 | 1 | -4/+21 |
* | tuning worx (can set frequency) | alex | 2001-11-11 | 1 | -0/+1 |
* | tv update | alex | 2001-11-10 | 1 | -4/+5 |
* | added tv subsystem | alex | 2001-11-09 | 1 | -0/+18 |
* | streaming fixed | arpi | 2001-10-20 | 1 | -1/+3 |
* | libdemux cleanup part 1 | arpi | 2001-10-20 | 1 | -1/+0 |
* | libdemuxer... | arpi | 2001-10-20 | 1 | -0/+437 |