log stream/tv.c @ 30099:08f37016bb91

age author description
2009-11-10 reimar Set demuxer->teletext to NULL when closing the TV interface,
2009-11-07 cehoyos Separate teletext from tv support.
2009-10-29 cehoyos Move teletext specific code from stream into libmpcodecs.
2009-10-08 diego cosmetics: Remove some pointless parentheses from return calls.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2009-03-16 reimar Add TVI_CONTROL_VID_SET_WIDTH_HEIGHT to set width and height together for v4l2,
2008-08-03 diego Change a bunch of video/audio-output-specific preprocessor directives from
2008-06-19 diego Reorder some functions to avoid implicit declaration warnings.
2008-06-14 voroshil Ability for specifying TV standard individually for each TV channel.
2008-05-16 diego cosmetics: Remove useless parentheses from return statements.
2008-01-13 reimar Make all tvi_info_t const
2008-01-13 reimar Make some tvi_functions_t pointers const that I forgot to change before
2008-01-13 reimar Remove useless ifdefs
2008-01-13 reimar Add type to extern declaration
2007-11-26 voroshil Add missing '\n' in tv scanner results output.
2007-11-05 voroshil Fix memory leak.
2007-11-05 voroshil Fix segmentation fault after audio initialization failure in tv driver.
2007-10-15 voroshil Disable channel scanner when no tuner is present.
2007-10-14 voroshil Remove unnecessary curly braces.
2007-10-14 voroshil 8 bytes buffer is not enough for at least SECAM-DK.
2007-10-14 voroshil Replace duplicated code with call to routine
2007-10-14 voroshil 10l: routine sets norm from parameter, but prints value of tv norm option
2007-10-14 voroshil (cosmetics) indentation fix of my previous commit and small readability
2007-10-14 voroshil Remove driver-dependent #ifdef from norm_from_string routine.
2007-10-14 voroshil (cosmetics) remove trailing whitespace
2007-10-13 iive 10l fix compilation with v4l2
2007-10-13 voroshil DirectShow based tv:// driver for win32
2007-09-18 voroshil Implement setting gain control for video devices (usually webcams)
2007-09-13 voroshil Fix missing reset/initialization (with tv parameters) of
2007-09-10 voroshil Implementation of tv:// driver autodetection.
2007-08-28 voroshil Move channels option parsing code into separate routine.
2007-08-23 voroshil Automatic TV channels scanning ability for MPlayer.
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-07-29 voroshil Removing global variables from tv://
2007-07-29 voroshil Removing forward declarations of routines used only in tv.c
2007-07-29 voroshil Cosmetics.
2007-07-29 voroshil Cosmetics: move two routines up
2007-07-05 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
2007-06-21 voroshil Revert r23530.
2007-06-10 voroshil Teletext support for tv:// (v4l and v4l2 only)
2007-06-08 voroshil Fix compiler warnings.
2007-05-31 voroshil New "automute" tv:// option.
2007-05-27 reimar More fastmemcpy.h removal
2007-04-13 voroshil cosmetics. restore empty line removed in r22985.
2007-04-13 voroshil Move translatable strings from tv.c to help_mp*
2007-03-19 voroshil Add missing bogus norm warning for v4l2
2007-03-19 voroshil Make sure bogus parameter will not be ignored by user.
2007-03-17 voroshil New slave command: tv_step_freq <offset in MHz>
2007-03-16 voroshil Allow to specify frequencies in channels option.
2007-03-01 voroshil tv driver loading rework. As a side effect "-tv driver=help" option is
2007-01-08 voroshil Two crash issues fixed:
2006-08-18 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
2006-08-04 ben proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
2006-07-31 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/tv.c@f64bf47df188