aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream_pvr.c
Commit message (Expand)AuthorAge
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* stream: don't include linux/types.h in some filesGravatar wm42013-11-13
* 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
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* stream_pvr: fix buffer overflowGravatar mplayer-svn2012-08-03
* stream_pvr: fix field size / snprintf size mismatchGravatar Uoti Urpala2012-04-11
* stream_pvr: Replace <sys/fcntl.h> include by <fcntl.h>Gravatar reimar2011-07-06
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Use '#include <poll.h>' instead of '#include <sys/poll.h>'.Gravatar diego2008-08-14
* Use standard license headers with standard formatting.Gravatar diego2008-05-14
* Mark all stream_info_t as constGravatar reimar2007-12-02
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* Removing global variables from tv://Gravatar voroshil2007-07-29
* Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpyGravatar reimar2007-07-05
* give credits to Sven for pvr channel navigationGravatar ben2007-05-08
* support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft ...Gravatar ben2007-05-08
* deprecated comment from the time the pvr code was half V4L2 and half IVTV spe...Gravatar ben2007-04-30
* removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Lin...Gravatar ben2006-09-27
* cosmetic renames because pvr support will soon be less ivtv driver dependantGravatar ben2006-09-25
* fix build on some old 2.6 kernels, patch by Gernot HillierGravatar ben2006-09-01
* correctly report audio inputGravatar ben2006-08-03
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31