log stream/tv.c @ 33897:e0d211c62cf7

age author description
2011-07-24 diego Do not translate console messages of verbosity level MSGL_V and above.
2010-11-07 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
2010-09-13 diego Move TV input new_handle static function to tv.c and make it non-static.
2010-09-12 reimar Replace sizoef(type) by sizeof(*ptrvar).
2010-09-11 diego Move TV input free_handle static function to tv.c and make it non-static.
2010-07-10 reimar Fix compilation of tv support.
2010-02-16 diego stream: Mark functions not used outside of their files as static.
2010-01-30 diego Add license header to all files missing it in the stream subdirectory.
2010-01-11 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
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.