aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_tv.c
Commit message (Expand)AuthorAge
* stream: get rid of streamtype enumGravatar wm42017-02-02
* tv: remove weird option parsing stuffGravatar wm42016-09-09
* Update license headersGravatar Marcin Kurczewski2015-04-13
* Add more constGravatar wm42014-06-11
* tv: remove global option variablesGravatar wm42014-06-11
* stream: remove chaos related to writeable streamsGravatar wm42014-05-24
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* dvdnav, tv: force-disable cachingGravatar wm42013-12-14
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove useless author/comment fieldsGravatar wm42013-07-12
* Cleanup some include statementsGravatar wm42013-07-12
* core: change open_stream and demux_open signatureGravatar wm42013-07-12
* stream/tv: remove unused dshow-specific optionsGravatar Martin Herkt2013-07-08
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* mplayer, stream_tv: move variable initializationGravatar wm42012-08-03
* Remove teletext supportGravatar wm42012-08-03
* Fix warning "missing braces around initializer".Gravatar cehoyos2010-02-27
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* stream_opts should be constGravatar reimar2008-01-13
* stream_opts arrays should be constGravatar reimar2007-12-02
* Mark all stream_info_t as constGravatar reimar2007-12-02
* #ifdef's in tv.c and tv.h becomes more and more hard to maintain.Gravatar voroshil2007-10-14
* DirectShow based tv:// driver for win32Gravatar voroshil2007-10-13
* Implement setting gain control for video devices (usually webcams)Gravatar voroshil2007-09-18
* Implementation of tv:// driver autodetection.Gravatar voroshil2007-09-10
* Support for selecting language via packet 28.Gravatar voroshil2007-08-31
* 10l: Move #endif upper to reflect changes in r24054.Gravatar voroshil2007-08-26
* Automatic TV channels scanning ability for MPlayer.Gravatar voroshil2007-08-23
* Teletext support.Gravatar voroshil2007-07-29
* Removing global variables from tv://Gravatar voroshil2007-07-29
* Cosmetics.Gravatar voroshil2007-06-30
* Don't override input= option value is no input id is passed in tv:// url.Gravatar voroshil2007-06-30
* Implemented tv://[<channel>][/<input_id>] url syntaxGravatar voroshil2007-06-28
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* conversion from stream_null to stream_tv was missing stream typeGravatar ben2006-08-03
* add an explicit tv stream input instead of the previous hack in stream_nullGravatar ben2006-07-31