summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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)
2010-02-07refactored ttxt2la1() to cTtxtSubsDisplay::UpdateSubtitleTextLines()Tobias Grimm
preparation for colored subtitles
2010-02-05Added VDR patch that stores the manual page selection with the channel settingsTobias Grimm
The manual page slection wil get stored in the channels.conf. Patch provided by Rolf Ahrenberg (tpid-v2) (references #139)
2010-02-04Fixed replay when live ttxtsubs page differs from the one in the recordingTobias Grimm
(Closes #139) Thx to Rolf Ahrenberg!
2010-02-04Update for VDR 1.7.12 (Closes #236)Tobias Grimm
Plugin code and VDR patch updated for 1.7.12 - Thx to Rolf Ahrenberg
2010-02-04updated HISTORYTobias Grimm
2010-02-03refactoring - dropped some dprint noiseTobias Grimm
2010-02-03code reformating - no functional changesTobias Grimm
2010-02-03refactoring - removed unused latin G2 character supportTobias Grimm
2010-02-03refactoring - removed unused print_code debug codeTobias Grimm
2010-02-03refactoring - removed unused dump_hex debug codeTobias Grimm
2010-02-03refactoring - removed unused print_page debug codeTobias Grimm
2010-02-03refactoring - removed unused print_line debug codeTobias Grimm
2010-02-03refactoring - it is save to free/delete a null pointerTobias Grimm
use DELETENULL where appropriate
2010-02-02refactoring - removed dead '#if 0' codeTobias Grimm
2009-10-11Update Klaus' e-mail address.Ville Skyttä
2009-08-26Clarify that VDR >= 1.7.6 is needed, remove obsolete patches.Ville Skyttä
2009-08-26Update latest version URL.Ville Skyttä
2009-06-20Updated VDR patch for 1.7.8Tobias Grimm
2009-05-28Convert to UTF-8.Ville Skyttä
2009-05-28Add Ukrainian translation by Yarema aka Knedlyk (Closes #130)Ville Skyttä
2009-04-26New version 0.1.0v0.1.0release/v0.1.0Tobias Grimm
2009-04-26Added vdr patch for 1.7.6 (Closes #101)Tobias Grimm
2009-04-25Provide the manual page number for a given channel via the VdrTtxtsubsHookTobias Grimm
Conflicts: ttxtsubs.c
2009-04-25Dropped cTtxtsubsRecorder - not required for VDR 1.7.5 with TS recordings ↵Tobias Grimm
anymore
2009-04-25removed unused local copy of vdrttxtsubshooks.c|hTobias Grimm
2009-04-25Added a separate replay delay setting for TS recordingsTobias Grimm
Patch provided by Rolf Ahrenberg Note: It seems that the plugin doesn't use PTS values for synchronizing the subtitles and the delay settings could be totally removed if this feature would be added.
2009-04-23After replaying, reset the last channel variable and trigger a channel switch toTobias Grimm
reinitialize the live ttxtsubs display. Patch provided by Rolf Ahrenberg
2009-04-23Silence compiler warning about unchecked read return value.Tobias Grimm
Patch provided by Rolf Ahrenberg. Note: I can't reproduce such a compile warning and a failed read should be handled in amore usefule manner.