log stream/tvi_v4l2.c @ 34145:698330cc961b

age author description
2011-06-26 iive Do a proper calculation of free RAM to be used as V4L buffers.
2011-04-10 diego Add V4L2 support for OpenBSD (and NetBSD).
2011-01-05 reimar Use getfps helper function everywhere, simplifies code and avoids a possible division by 0.
2010-11-07 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
2010-10-04 reimar 1000l, %lf is not valid format string for printf (only for scanf) and actually
2010-09-13 diego Move TV input new_handle static function to tv.c and make it non-static.
2010-09-11 diego Move TV input free_handle static function to tv.c and make it non-static.
2010-08-03 siretart various spelling fixes, found by the Debian QA tool 'lintian'
2010-06-13 reimar Fix function pointer types in tvi_functions struct
2009-12-11 reimar 100l, fix check for V4L2 capture capability flag.
2009-11-07 cehoyos Remove CONFIG_TV_TELETEXT.
2009-11-07 cehoyos Separate teletext from tv support.
2009-10-29 cehoyos Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some paths
2009-10-29 cehoyos Move teletext specific code from stream into libmpcodecs.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-04-10 reimar Make tvi_v4l2 print -1 as "Current input" if the ioctl to read it failed.
2009-03-16 reimar Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,
2009-03-15 reimar 100l fix calculation of dropped frames, number of frames is time * fps, not time / fps.
2008-12-13 diego Replace informal GPL notes by standard GPL header.
2008-08-29 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
2008-08-06 diego Introduce CONFIG_ALSA preprocessor directive for ALSA 0.9 and 1.x.
2008-08-05 diego Rename some audio-output-related preprocessor directives.
2008-08-03 diego Change a bunch of video/audio-output-specific preprocessor directives from
2008-06-30 voroshil Try to get frame rate information through VIDIOC_G_PARM if
2008-06-30 voroshil Fix division by zero in tvi_v4l2 which occures when capture device
2008-05-16 diego cosmetics: Remove useless parentheses from return statements.
2008-02-14 diego typo fix: inited --> initialized
2008-01-13 reimar Make all tvi_info_t const
2007-11-13 voroshil Add missing call to audio_in_uninit in v4l2 tv driver.
2007-10-16 voroshil After receiving EINTR 'read' syscall should be restarted.
2007-09-18 voroshil Implement setting gain control for video devices (usually webcams)
2007-09-08 voroshil Fix for:
2007-08-23 voroshil Automatic TV channels scanning ability for MPlayer.
2007-08-03 cehoyos Added missing newline.
2007-07-29 voroshil Teletext support
2007-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing global variables from tv://
2007-06-01 voroshil mjpeg support for v4l2 tv:// driver
2007-05-31 voroshil New "automute" tv:// option.
2007-05-24 voroshil remove unnecessary stubs which were not ever used.
2007-04-29 voroshil (cosmetics) replace tabs with spaces
2007-03-01 voroshil tv driver loading rework. As a side effect "-tv driver=help" option is
2006-12-12 reimar Add missing buf.memory = V4L2_MEMORY_MMAP; initializations.
2006-11-04 henry changed email address
2006-08-18 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
2006-07-31 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/tvi_v4l2.c@48f4c959ed28