log libmpcodecs/dec_teletext.c @ 37195:ac6c37d85d65 default tip

age author description
Sat, 10 Nov 2012 13:41:38 +0000 reimar Mark pointer arguments that are not written to as const.
Sat, 01 Sep 2012 14:53:05 +0000 reimar Support decoding teletext in the format that WTV uses.
Sat, 01 Sep 2012 14:38:45 +0000 reimar Implement the erase-page teletext flag.
Sat, 07 May 2011 20:00:38 +0000 reimar Remove unused variable.
Mon, 28 Feb 2011 17:51:02 +0000 reimar Fix compilation when pthreads are not available.
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Wed, 17 Feb 2010 21:36:00 +0000 diego libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
Tue, 10 Nov 2009 11:31:47 +0000 reimar Add support for DVB teletext.
Mon, 09 Nov 2009 15:37:15 +0000 reimar Properly free the pthread mutex for teletext.
Mon, 09 Nov 2009 15:34:55 +0000 reimar Allow teletext compilation without pthreads
Sat, 07 Nov 2009 13:09:24 +0000 cehoyos Factorise vbi_decode().
Sat, 07 Nov 2009 12:31:05 +0000 cehoyos Separate teletext from tv support.
Sat, 31 Oct 2009 15:34:18 +0000 cehoyos Teletext display does support font scaling via OSD font scaling, remove
Sat, 31 Oct 2009 15:30:56 +0000 cehoyos Replace two more occurences of tvi_vbi with dec_teletext.
Sat, 31 Oct 2009 15:28:28 +0000 cehoyos Remove incorrect comment.
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. base stream/tvi_vbi.c@cf218bceb180