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_pvr.c
Commit message (
Expand
)
Author
Age
*
stream_pvr: uncrustify
wm4
2015-01-06
*
stream_pvr: sort channel list by --tv-channels order
wm4
2014-12-28
*
stream_pvr: remove redundant log prefixes
wm4
2014-12-26
*
stream_pvr: increase timeout, slightly better error reporting
wm4
2014-12-26
*
Do not call strerror()
wm4
2014-11-26
*
Silence some Coverity warnings
wm4
2014-11-21
*
build: include <strings.h> for strcasecmp()
wm4
2014-07-10
*
Audit and replace all ctype.h uses
wm4
2014-07-01
*
stream: minor cleanups
wm4
2014-06-22
*
Add more const
wm4
2014-06-11
*
stream_pvr: remove global option variables
wm4
2014-06-11
*
tv: remove global option variables
wm4
2014-06-11
*
command: redo ancient TV/DVB/PVR commands
wm4
2014-06-11
*
stream: remove chaos related to writeable streams
wm4
2014-05-24
*
stream_pvr: Fix fd check, -1 indicates invalid, not 0.
reimar
2014-01-23
*
stream_pvr: fix crash on initialization
wm4
2014-01-03
*
stream: mp_msg conversions
wm4
2013-12-21
*
Split mpvcore/ into common/, misc/, bstr/
wm4
2013-12-17
*
Use O_CLOEXEC when creating FDs
wm4
2013-11-30
*
stream: don't include linux/types.h in some files
wm4
2013-11-13
*
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
*
Rename directories, move files (step 2 of 2)
wm4
2012-11-12
*
stream_pvr: fix buffer overflow
mplayer-svn
2012-08-03
*
stream_pvr: fix field size / snprintf size mismatch
Uoti Urpala
2012-04-11
*
stream_pvr: Replace <sys/fcntl.h> include by <fcntl.h>
reimar
2011-07-06
*
cleanup: don't check for NULL before free()
diego
2010-11-08
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
diego
2008-08-14
*
Use standard license headers with standard formatting.
diego
2008-05-14
*
Mark all stream_info_t as const
reimar
2007-12-02
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
Removing global variables from tv://
voroshil
2007-07-29
*
Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
reimar
2007-07-05
*
give credits to Sven for pvr channel navigation
ben
2007-05-08
*
support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ...
ben
2007-05-08
*
deprecated comment from the time the pvr code was half V4L2 and half IVTV spe...
ben
2007-04-30
*
removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Lin...
ben
2006-09-27
*
cosmetic renames because pvr support will soon be less ivtv driver dependant
ben
2006-09-25
*
fix build on some old 2.6 kernels, patch by Gernot Hillier
ben
2006-09-01
*
correctly report audio input
ben
2006-08-03
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31