log stream/tvi_v4l2.c @ 37195:ac6c37d85d65 default tip

age author description
Tue, 10 Jun 2014 16:39:04 +0000 iive Allow building of v4l2 without clock_gettime().
Tue, 10 Jun 2014 15:41:02 +0000 iive Use correct type of timestamps when recording from v4l2. Fix #2176
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sun, 26 Jun 2011 14:42:35 +0000 iive Do a proper calculation of free RAM to be used as V4L buffers.
Sun, 10 Apr 2011 11:12:45 +0000 diego Add V4L2 support for OpenBSD (and NetBSD).
Wed, 05 Jan 2011 15:11:16 +0000 reimar Use getfps helper function everywhere, simplifies code and avoids a possible division by 0.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Mon, 04 Oct 2010 06:40:32 +0000 reimar 1000l, %lf is not valid format string for printf (only for scanf) and actually
Mon, 13 Sep 2010 18:09:29 +0000 diego Move TV input new_handle static function to tv.c and make it non-static.
Sat, 11 Sep 2010 23:53:15 +0000 diego Move TV input free_handle static function to tv.c and make it non-static.
Tue, 03 Aug 2010 15:55:17 +0000 siretart various spelling fixes, found by the Debian QA tool 'lintian'
Sun, 13 Jun 2010 17:20:29 +0000 reimar Fix function pointer types in tvi_functions struct
Fri, 11 Dec 2009 21:33:57 +0000 reimar 100l, fix check for V4L2 capture capability flag.
Sat, 07 Nov 2009 16:40:42 +0000 cehoyos Remove CONFIG_TV_TELETEXT.
Sat, 07 Nov 2009 12:31:05 +0000 cehoyos Separate teletext from tv support.