summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_teletext.c
Commit message (Expand)AuthorAgeFilesLines
* Add support for DVB teletext.reimar2009-11-101-0/+26
* Properly free the pthread mutex for teletext.reimar2009-11-091-0/+2
* Allow teletext compilation without pthreadsreimar2009-11-091-0/+11
* Factorise vbi_decode().cehoyos2009-11-071-30/+39
* Separate teletext from tv support.cehoyos2009-11-071-6/+5
* Teletext display does support font scaling via OSD font scaling, removecehoyos2009-10-311-1/+0
* Replace two more occurences of tvi_vbi with dec_teletext.cehoyos2009-10-311-2/+2
* Remove incorrect comment.cehoyos2009-10-311-2/+0
* Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathscehoyos2009-10-291-57/+57
* Move teletext specific code from stream into libmpcodecs.cehoyos2009-10-291-0/+1851