summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/dec_teletext.c
Commit message (Expand)AuthorAgeFilesLines
* cleanup: shut up more warningsClément Bœsch2011-05-061-2/+1
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-6/+3
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Merge svn changes up to r30643Uoti Urpala2010-03-101-2/+0
|\
| * libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.diego2010-02-171-2/+0
* | Merge svn changes up to r29912Uoti Urpala2009-11-161-3/+3
|/
* 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