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.
|
Thu, 29 Oct 2009 22:39:00 +0000 |
cehoyos |
Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
|
Thu, 29 Oct 2009 22:13:04 +0000 |
cehoyos |
Move teletext specific code from stream into libmpcodecs.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Fri, 10 Apr 2009 10:13:41 +0000 |
reimar |
Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.
|
Mon, 16 Mar 2009 17:12:29 +0000 |
reimar |
Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,
|
Sun, 15 Mar 2009 16:12:05 +0000 |
reimar |
100l fix calculation of dropped frames, number of frames is time * fps, not time / fps.
|
Sat, 13 Dec 2008 12:13:48 +0000 |
diego |
Replace informal GPL notes by standard GPL header.
|
Fri, 29 Aug 2008 20:05:08 +0000 |
diego |
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
|
Wed, 06 Aug 2008 23:19:29 +0000 |
diego |
Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
|
Tue, 05 Aug 2008 16:32:47 +0000 |
diego |
Rename some audio-output-related preprocessor directives.
|
Sun, 03 Aug 2008 15:21:40 +0000 |
diego |
Change a bunch of video/audio-output-specific preprocessor directives from
|
Mon, 30 Jun 2008 17:46:27 +0000 |
voroshil |
Try to get frame rate information through VIDIOC_G_PARM if
|
Mon, 30 Jun 2008 17:42:35 +0000 |
voroshil |
Fix division by zero in tvi_v4l2 which occures when capture device
|
Fri, 16 May 2008 08:43:15 +0000 |
diego |
cosmetics: Remove useless parentheses from return statements.
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Sun, 13 Jan 2008 12:01:57 +0000 |
reimar |
Make all tvi_info_t const
|
Tue, 13 Nov 2007 11:34:45 +0000 |
voroshil |
Add missing call to audio_in_uninit in v4l2 tv driver.
|
Tue, 16 Oct 2007 01:53:34 +0000 |
voroshil |
After receiving EINTR 'read' syscall should be restarted.
|
Tue, 18 Sep 2007 16:28:39 +0000 |
voroshil |
Implement setting gain control for video devices (usually webcams)
|
Sat, 08 Sep 2007 10:15:08 +0000 |
voroshil |
Fix for:
|
Thu, 23 Aug 2007 16:09:30 +0000 |
voroshil |
Automatic TV channels scanning ability for MPlayer.
|
Fri, 03 Aug 2007 10:57:49 +0000 |
cehoyos |
Added missing newline.
|
Sun, 29 Jul 2007 17:56:47 +0000 |
voroshil |
Teletext support
|
Sun, 29 Jul 2007 10:21:48 +0000 |
voroshil |
Removing global variables from tv://
|
Sun, 29 Jul 2007 10:18:38 +0000 |
voroshil |
Removing global variables from tv://
|
Fri, 01 Jun 2007 17:29:35 +0000 |
voroshil |
mjpeg support for v4l2 tv:// driver
|
Thu, 31 May 2007 17:49:51 +0000 |
voroshil |
New "automute" tv:// option.
|
Thu, 24 May 2007 09:58:57 +0000 |
voroshil |
remove unnecessary stubs which were not ever used.
|
Sun, 29 Apr 2007 05:17:08 +0000 |
voroshil |
(cosmetics) replace tabs with spaces
|
Thu, 01 Mar 2007 18:38:00 +0000 |
voroshil |
tv driver loading rework. As a side effect "-tv driver=help" option is
|
Tue, 12 Dec 2006 19:17:47 +0000 |
reimar |
Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.
|
Sat, 04 Nov 2006 10:21:52 +0000 |
henry |
changed email address
|
Fri, 18 Aug 2006 13:58:03 +0000 |
diego |
Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
|
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/tvi_v4l2.c@48f4c959ed28
|