summaryrefslogtreecommitdiffstats
path: root/stream/stream_pvr.c
Commit message (Expand)AuthorAgeFilesLines
* stream_pvr: Fix fd check, -1 indicates invalid, not 0.reimar2014-01-231-1/+1
* stream_pvr: fix crash on initializationwm42014-01-031-0/+1
* stream: mp_msg conversionswm42013-12-211-138/+81
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-171-1/+1
* Use O_CLOEXEC when creating FDswm42013-11-301-1/+3
* stream: don't include linux/types.h in some fileswm42013-11-131-1/+0
* stream: fix url_options field, make protocols field not fixed lengthwm42013-08-261-3/+3
* 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-3/+1
* stream: remove useless author/comment fieldswm42013-07-121-3/+0
* Cleanup some include statementswm42013-07-121-2/+3
* core: change open_stream and demux_open signaturewm42013-07-121-1/+1
* Rename directories, move files (step 2 of 2)wm42012-11-121-1/+1
* stream_pvr: fix buffer overflowmplayer-svn2012-08-031-16/+13
* stream_pvr: fix field size / snprintf size mismatchUoti Urpala2012-04-111-1/+1
* stream_pvr: Replace <sys/fcntl.h> include by <fcntl.h>reimar2011-07-061-1/+1
* cleanup: don't check for NULL before free()diego2010-11-081-16/+6
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-85/+85
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.diego2008-08-141-1/+1
* Use standard license headers with standard formatting.diego2008-05-141-17/+20
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-1/+1
* Removing global variables from tv://voroshil2007-07-291-33/+33
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyreimar2007-07-051-8/+9
* give credits to Sven for pvr channel navigationben2007-05-081-0/+1
* support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ...ben2007-05-081-23/+760
* deprecated comment from the time the pvr code was half V4L2 and half IVTV spe...ben2007-04-301-2/+0
* removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Lin...ben2006-09-271-242/+264
* cosmetic renames because pvr support will soon be less ivtv driver dependantben2006-09-251-11/+11
* fix build on some old 2.6 kernels, patch by Gernot Hillierben2006-09-011-0/+1
* correctly report audio inputben2006-08-031-10/+2
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+1026