summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-08-21New release 0.2.3v0.2.3release/v0.2.3Tobias Grimm
2011-08-21Show subtitles with backround rectangle, if outline width is < 2Tobias Grimm
(patch provided by Mike Lampard) (Closes #247)
2011-08-21Don't log all page info received from VDR (Closes #331)Tobias Grimm
2011-08-21Updated patch for VDR 1.7.20 (Closes #689)Tobias Grimm
2011-07-29Updated HISTORYTobias Grimm
2011-03-20Convert *.po to UTF-8.Ville Skyttä
2011-03-20Fix *.po Language-Team, add Language.Ville Skyttä
2011-03-20Move git ignores to top level .gitignore.Ville Skyttä
2011-03-20Sync various bits with VDR 1.7.17 Makefiles.Ville Skyttä
2011-01-31Reload font settings after leaving the setup menuTobias Grimm
2010-06-07Updated patch to 1.7.15 (dropped 1.7.14 patch)Thomas Günther
2010-05-08Prepared new release 0.2.2v0.2.2release/v0.2.2Tobias Grimm
2010-04-24Updated README and TROUBLESHOOTING (Closes #323)Tobias Grimm
2010-04-19For live tv in non-transfer mode use a cReceiverTobias Grimm
With a FF card, when the card is not in transfer mode, in order to get the Tpid data, a cReceiver mus be used.
2010-04-18Got rid of the background threadTobias Grimm
2010-04-18Fixed channel retune triggering in VDR patch and updated patch to 1.7.14Tobias Grimm
(Dropped 1.7.12 and 1.7.13 patch)
2010-03-13Log buffer overflowsTobias Grimm
2010-03-13Increased frame buffer size by factor 5Tobias Grimm
(Closes #295)
2010-03-06releasev0.2.1release/v0.2.1Tobias Grimm
2010-03-03Added patch for VDR 1.7.13Tobias Grimm
(Closes #284)
2010-03-02Italian translation update by Diego PierottoTobias Grimm
(Closes #283)
2010-02-28Fixed text rendering to not cut off bottom partTobias Grimm
(Closes #276)
2010-02-28Makefile adjustments for VDR 1.7.13.Ville Skyttä
2010-02-28French translation updated by Michaël NivalTobias Grimm
(Closes #278)
2010-02-28Next release is 0.2.1Tobias Grimm
2010-02-28Trigger OSD update when an empty page is sentTobias Grimm
...making the previous subtitle disappear (Closes #275)
2010-02-28Finnish translation updated by Rolf AhrenbergTobias Grimm
2010-02-27Added Estonian translationTobias Grimm
provided by Arthur Konovalov (Closes #271)
2010-02-27Fixed member initialization orderv0.2.0release/v0.2.0Tobias Grimm
2010-02-27New version 0.2.0Tobias Grimm
2010-02-27Updated HISTORYTobias Grimm
2010-02-26Fixed the header line flags initialisation orderTobias Grimm
...which I've messed up in the last commit
2010-02-26Only update OSD when page content has changedTobias Grimm
Empty pages that don't updat the pages content, should not trigger an OSD update. (Closes #244)
2010-02-17Updated VDR patchTobias Grimm
Trigger retune of the channel, when teletext pages change (Closes #245)
2010-02-16Some minor tweaks to the text renderingTobias Grimm
2010-02-14Ooops -- missing semicolonTobias Grimm
2010-02-14Fixed channels.conf parsing in vdr patchTobias Grimm
2010-02-14Pass page count to pluginTobias Grimm
2010-02-14Dramatic code drop, removed live receiver codeTobias Grimm
live and replay data will be feed by the VDR patch
2010-02-14Updated patch:Tobias Grimm
- fixed teletext decryption (Closes #241) - Renamed setup option
2010-02-14Decrypt encrypted teletext stream (Closes #241)Tobias Grimm
2010-02-13Added 'undefined' languageTobias Grimm
2010-02-13Use page numbers received from VDR (Closes #240)Tobias Grimm
2010-02-13Updated VDR patch (Closes #117)Tobias Grimm
2010-02-08Dont' loop forever if GetTxtxInfo failes (e.g. when no signal is available)Tobias Grimm
2010-02-08When replaying a recording, look up the manual page number assigned to the ↵Tobias Grimm
recordings channel
2010-02-08Added outline width settingTobias Grimm
2010-02-08Dropped text position settingsTobias Grimm
2010-02-08Dropped custom color settingsTobias Grimm
2010-02-08colored and outlined subtitles, OSD-resolution-independentTobias Grimm
- Show colored subtitles if color information is provided e.g. for different speakers (Closes #61) - Position subtitles always centered at the bottom, independent of the OSD resolution (Closes #231) - Render subtitles outlined (Closes #51)