log libmpcodecs/dec_teletext.c @ 35254:3828cde710a2

age author description
2012-09-01 reimar Support decoding teletext in the format that WTV uses.
2012-09-01 reimar Implement the erase-page teletext flag.
2011-05-07 reimar Remove unused variable.
2011-02-28 reimar Fix compilation when pthreads are not available.
2010-11-14 cboesch Remove most of the NULL pointer check before free all over the code
2010-10-27 cigaes Move libvo/sub.[ch] from libvo to sub.
2010-02-17 diego libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.
2009-11-10 reimar Add support for DVB teletext.
2009-11-09 reimar Properly free the pthread mutex for teletext.
2009-11-09 reimar Allow teletext compilation without pthreads
2009-11-07 cehoyos Factorise vbi_decode().
2009-11-07 cehoyos Separate teletext from tv support.
2009-10-31 cehoyos Teletext display does support font scaling via OSD font scaling, remove
2009-10-31 cehoyos Replace two more occurences of tvi_vbi with dec_teletext.
2009-10-31 cehoyos Remove incorrect comment.
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. base stream/tvi_vbi.c@cf218bceb180