added: Ticket #7187, TV Teletext support for DVB EBU Teletext streams
authoralwinus <alwinus@svn>
Wed, 30 Sep 2009 20:49:46 +0000 (20:49 +0000)
committeralwinus <alwinus@svn>
Wed, 30 Sep 2009 20:49:46 +0000 (20:49 +0000)
commit17165e6627d5166819e711c42b3130198d022eb6
treea14f43abea1a2760be7a32ff7e929a37d6b6dac6
parent67e45c9d9f86c466f43f029d3787ad214c6eeb59
added: Ticket #7187, TV Teletext support for DVB EBU Teletext streams

git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23277 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
41 files changed:
guilib/Key.h
language/English/strings.xml
language/German/strings.xml
media/Fonts/teletext.ttf [new file with mode: 0644]
project/VS2008Express/XBMC.vcproj
skin/PM3.HD/720p/VideoOSD.xml
skin/PM3.HD/720p/custom_SkinSetting_1111.xml
skin/PM3.HD/language/English/strings.xml
skin/PM3.HD/language/German/strings.xml
system/Lircmap.xml
system/keymaps/keyboard.xml
system/keymaps/remote.xml
xbmc/Application.cpp
xbmc/ButtonTranslator.cpp
xbmc/GUIDialogTeletext.cpp [new file with mode: 0644]
xbmc/GUIDialogTeletext.h [new file with mode: 0644]
xbmc/GUISettings.cpp
xbmc/GUIWindowFullScreen.cpp
xbmc/GUIWindowOSD.cpp
xbmc/Makefile
xbmc/XBIRRemote.h
xbmc/cores/IPlayer.h
xbmc/cores/dvdplayer/Codecs/ffmpeg/libavcodec/avcodec.h
xbmc/cores/dvdplayer/Codecs/ffmpeg/libavformat/mpegts.c
xbmc/cores/dvdplayer/DVDDemuxers/DVDDemux.cpp
xbmc/cores/dvdplayer/DVDDemuxers/DVDDemux.h
xbmc/cores/dvdplayer/DVDDemuxers/DVDDemuxFFmpeg.cpp
xbmc/cores/dvdplayer/DVDMessageQueue.cpp
xbmc/cores/dvdplayer/DVDPlayer.cpp
xbmc/cores/dvdplayer/DVDPlayer.h
xbmc/cores/dvdplayer/DVDPlayerTeletext.cpp [new file with mode: 0644]
xbmc/cores/dvdplayer/DVDPlayerTeletext.h [new file with mode: 0644]
xbmc/cores/dvdplayer/Makefile
xbmc/cores/ffmpeg/avcodec.h
xbmc/cores/paplayer/MPCCodec/include/config.h.in
xbmc/utils/GUIInfoManager.cpp
xbmc/utils/GUIInfoManager.h
xbmc/utils/Makefile
xbmc/utils/Teletext.cpp [new file with mode: 0644]
xbmc/utils/Teletext.h [new file with mode: 0644]
xbmc/utils/TeletextDefines.h [new file with mode: 0644]