summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-11Adapt to VDR 1.7.26 API changes.Ville Skyttä
2011-12-09Fix obsolete comment about DVB subtitles plugin.Ville Skyttä
2011-12-09Remove "DVB Source Selection" setup option (unused since 0.2.0).Ville Skyttä
2011-12-09Remove i18nLanguage leftovers (unused since 0.2.0).Ville Skyttä
2011-12-09Convert more assignments to constructor initializer lists.Ville Skyttä
2011-12-09Remove "Workaround for some French chns" setup option (unused since 0.2.0).Ville Skyttä
2011-12-09Remove "Live Delay" setup option (unused since 0.2.0).Ville Skyttä
2011-12-09Tell Emacs to use C++ mode for *.c and *.h.Ville Skyttä
2011-12-09Convert some assignments to constructor initializer lists.Ville Skyttä
2011-12-09Remove "Record Subtitles" setup option (unused since 0.2.0).Ville Skyttä
2011-10-08Updated patch for VDR 1.7.21v0.2.4release/v0.2.4Tobias Grimm
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