log stream/stream_pvr.c @ 37183:eaa58d991a06

age author description
Mon, 20 Jan 2014 22:08:47 +0000 reimar stream_pvr: Fix fd check, -1 indicates invalid, not 0.
Mon, 20 Jan 2014 22:08:38 +0000 reimar stream_pvr: reduce code duplication and fix a memleak in error case.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sun, 13 May 2012 18:58:32 +0000 reimar stream_pvr: Use sizeof() to get destination buffer size.
Sat, 11 Jun 2011 16:21:54 +0000 reimar Replace sys/fcntl.h include by fcntl.h include used everywhere else.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 14 Aug 2008 15:54:53 +0000 diego Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
Wed, 14 May 2008 17:20:42 +0000 diego Use standard license headers with standard formatting.
Sun, 02 Dec 2007 13:22:53 +0000 reimar Mark all stream_info_t as const
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Sun, 29 Jul 2007 10:25:10 +0000 voroshil Removing global variables from tv://
Thu, 05 Jul 2007 22:01:07 +0000 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
Tue, 08 May 2007 12:21:50 +0000 ben give credits to Sven for pvr channel navigation
Tue, 08 May 2007 12:20:46 +0000 ben support for PVR channel navigation (patch by Sven Gothel <sgothel at jausoft dot com>)
Mon, 30 Apr 2007 12:00:13 +0000 ben deprecated comment from the time the pvr code was half V4L2 and half IVTV specific
Wed, 27 Sep 2006 20:26:38 +0000 ben removed ivtv driver dependancy in favor of native V4L2 MPEG API (requires Linux 2.6.18 and above)
Mon, 25 Sep 2006 20:36:45 +0000 ben cosmetic renames because pvr support will soon be less ivtv driver dependant
Fri, 01 Sep 2006 16:38:07 +0000 ben fix build on some old 2.6 kernels, patch by Gernot Hillier
Thu, 03 Aug 2006 18:59:37 +0000 ben correctly report audio input
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/stream_pvr.c@cf6667b2c490