aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/dec_teletext.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Merge svn changes up to r30643Gravatar Uoti Urpala2010-03-10
|\
| * libmpcodecs: Remove pointless leftover '#if 1' preprocessor instructions.Gravatar diego2010-02-17
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|/
* Add support for DVB teletext.Gravatar reimar2009-11-10
* Properly free the pthread mutex for teletext.Gravatar reimar2009-11-09
* Allow teletext compilation without pthreadsGravatar reimar2009-11-09
* Factorise vbi_decode().Gravatar cehoyos2009-11-07
* Separate teletext from tv support.Gravatar cehoyos2009-11-07
* Teletext display does support font scaling via OSD font scaling, removeGravatar cehoyos2009-10-31
* Replace two more occurences of tvi_vbi with dec_teletext.Gravatar cehoyos2009-10-31
* Remove incorrect comment.Gravatar cehoyos2009-10-31
* Add MSGT_TELETEXT, rename TVI_CONTROL as VBI_CONTROL and fix some pathsGravatar cehoyos2009-10-29
* Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29