index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
stream_tv.c
Commit message (
Expand
)
Author
Age
*
stream: get rid of streamtype enum
wm4
2017-02-02
*
tv: remove weird option parsing stuff
wm4
2016-09-09
*
Update license headers
Marcin Kurczewski
2015-04-13
*
Add more const
wm4
2014-06-11
*
tv: remove global option variables
wm4
2014-06-11
*
stream: remove chaos related to writeable streams
wm4
2014-05-24
*
Move options/config related files from mpvcore/ to options/
wm4
2013-12-17
*
dvdnav, tv: force-disable caching
wm4
2013-12-14
*
stream: fix url_options field, make protocols field not fixed length
wm4
2013-08-26
*
core: move contents to mpvcore (2/2)
Stefano Pigozzi
2013-08-06
*
stream: redo URL parsing, replace m_struct usage with m_config
wm4
2013-08-02
*
stream: remove useless author/comment fields
wm4
2013-07-12
*
Cleanup some include statements
wm4
2013-07-12
*
core: change open_stream and demux_open signature
wm4
2013-07-12
*
stream/tv: remove unused dshow-specific options
Martin Herkt
2013-07-08
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
*
mplayer, stream_tv: move variable initialization
wm4
2012-08-03
*
Remove teletext support
wm4
2012-08-03
*
Fix warning "missing braces around initializer".
cehoyos
2010-02-27
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
stream_opts should be const
reimar
2008-01-13
*
stream_opts arrays should be const
reimar
2007-12-02
*
Mark all stream_info_t as const
reimar
2007-12-02
*
#ifdef's in tv.c and tv.h becomes more and more hard to maintain.
voroshil
2007-10-14
*
DirectShow based tv:// driver for win32
voroshil
2007-10-13
*
Implement setting gain control for video devices (usually webcams)
voroshil
2007-09-18
*
Implementation of tv:// driver autodetection.
voroshil
2007-09-10
*
Support for selecting language via packet 28.
voroshil
2007-08-31
*
10l: Move #endif upper to reflect changes in r24054.
voroshil
2007-08-26
*
Automatic TV channels scanning ability for MPlayer.
voroshil
2007-08-23
*
Teletext support.
voroshil
2007-07-29
*
Removing global variables from tv://
voroshil
2007-07-29
*
Cosmetics.
voroshil
2007-06-30
*
Don't override input= option value is no input id is passed in tv:// url.
voroshil
2007-06-30
*
Implemented tv://[<channel>][/<input_id>] url syntax
voroshil
2007-06-28
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
*
conversion from stream_null to stream_tv was missing stream type
ben
2006-08-03
*
add an explicit tv stream input instead of the previous hack in stream_null
ben
2006-07-31