summaryrefslogtreecommitdiffstats
path: root/stream/stream_tv.c
Commit message (Expand)AuthorAgeFilesLines
* stream: get rid of streamtype enumwm42017-02-021-1/+0
* tv: remove weird option parsing stuffwm42016-09-091-17/+0
* Update license headersMarcin Kurczewski2015-04-131-5/+4
* Add more constwm42014-06-111-2/+2
* tv: remove global option variableswm42014-06-111-44/+4
* stream: remove chaos related to writeable streamswm42014-05-241-1/+1
* Move options/config related files from mpvcore/ to options/wm42013-12-171-1/+1
* dvdnav, tv: force-disable cachingwm42013-12-141-0/+1
* stream: fix url_options field, make protocols field not fixed lengthwm42013-08-261-7/+7
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-061-1/+1
* stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-021-19/+13
* stream: remove useless author/comment fieldswm42013-07-121-3/+1
* Cleanup some include statementswm42013-07-121-1/+0
* core: change open_stream and demux_open signaturewm42013-07-121-2/+2
* stream/tv: remove unused dshow-specific optionsMartin Herkt2013-07-081-5/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-3/+3
* mplayer, stream_tv: move variable initializationwm42012-08-031-1/+1
* Remove teletext supportwm42012-08-031-6/+0
* Fix warning "missing braces around initializer".cehoyos2010-02-271-0/+2
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* Use standard license headers with standard formatting.diego2008-05-141-13/+16
* stream_opts should be constreimar2008-01-131-1/+1
* stream_opts arrays should be constreimar2007-12-021-1/+1
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* #ifdef's in tv.c and tv.h becomes more and more hard to maintain.voroshil2007-10-141-13/+0
* DirectShow based tv:// driver for win32voroshil2007-10-131-3/+13
* Implement setting gain control for video devices (usually webcams)voroshil2007-09-181-0/+1
* Implementation of tv:// driver autodetection.voroshil2007-09-101-1/+1
* Support for selecting language via packet 28.voroshil2007-08-311-0/+1
* 10l: Move #endif upper to reflect changes in r24054.voroshil2007-08-261-1/+1
* Automatic TV channels scanning ability for MPlayer.voroshil2007-08-231-1/+5
* Teletext support.voroshil2007-07-291-0/+3
* Removing global variables from tv://voroshil2007-07-291-19/+55
* Cosmetics.voroshil2007-06-301-3/+3
* Don't override input= option value is no input id is passed in tv:// url.voroshil2007-06-301-2/+4
* Implemented tv://[<channel>][/<input_id>] url syntaxvoroshil2007-06-281-3/+34
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* conversion from stream_null to stream_tv was missing stream typeben2006-08-031-0/+1
* add an explicit tv stream input instead of the previous hack in stream_nullben2006-07-311-0/+49