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

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Tue, 06 Nov 2012 21:49:35 +0000 reimar Make array "static const".
Tue, 06 Nov 2012 21:48:43 +0000 reimar Error out if an invalid channel list name was specified
Tue, 06 Nov 2012 21:37:49 +0000 reimar Avoid code duplication and pointless casts.
Sat, 09 Jun 2012 11:11:57 +0000 reimar Reduce some code duplication.
Sun, 24 Jul 2011 23:55:34 +0000 diego Do not translate console messages of verbosity level MSGL_V and above.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Mon, 13 Sep 2010 18:09:29 +0000 diego Move TV input new_handle static function to tv.c and make it non-static.
Sun, 12 Sep 2010 13:01:05 +0000 reimar Replace sizoef(type) by sizeof(*ptrvar).
Sat, 11 Sep 2010 23:53:15 +0000 diego Move TV input free_handle static function to tv.c and make it non-static.
Sat, 10 Jul 2010 18:53:08 +0000 reimar Fix compilation of tv support.
Tue, 16 Feb 2010 16:32:38 +0000 diego stream: Mark functions not used outside of their files as static.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Mon, 11 Jan 2010 20:27:52 +0000 reimar Add support for distinguishing between little- and big-endian SPDIF AC3
Tue, 10 Nov 2009 11:24:29 +0000 reimar Set demuxer->teletext to NULL when closing the TV interface,