Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-02-27 | Fixed member initialization orderv0.2.0release/v0.2.0 | Tobias Grimm | |
2010-02-27 | New version 0.2.0 | Tobias Grimm | |
2010-02-27 | Updated HISTORY | Tobias Grimm | |
2010-02-26 | Fixed the header line flags initialisation order | Tobias Grimm | |
...which I've messed up in the last commit | |||
2010-02-26 | Only update OSD when page content has changed | Tobias Grimm | |
Empty pages that don't updat the pages content, should not trigger an OSD update. (Closes #244) | |||
2010-02-17 | Updated VDR patch | Tobias Grimm | |
Trigger retune of the channel, when teletext pages change (Closes #245) | |||
2010-02-16 | Some minor tweaks to the text rendering | Tobias Grimm | |
2010-02-14 | Ooops -- missing semicolon | Tobias Grimm | |
2010-02-14 | Fixed channels.conf parsing in vdr patch | Tobias Grimm | |
2010-02-14 | Pass page count to plugin | Tobias Grimm | |
2010-02-14 | Dramatic code drop, removed live receiver code | Tobias Grimm | |
live and replay data will be feed by the VDR patch | |||
2010-02-14 | Updated patch: | Tobias Grimm | |
- fixed teletext decryption (Closes #241) - Renamed setup option | |||
2010-02-14 | Decrypt encrypted teletext stream (Closes #241) | Tobias Grimm | |
2010-02-13 | Added 'undefined' language | Tobias Grimm | |
2010-02-13 | Use page numbers received from VDR (Closes #240) | Tobias Grimm | |
2010-02-13 | Updated VDR patch (Closes #117) | Tobias Grimm | |
2010-02-08 | Dont' loop forever if GetTxtxInfo failes (e.g. when no signal is available) | Tobias Grimm | |
2010-02-08 | When replaying a recording, look up the manual page number assigned to the ↵ | Tobias Grimm | |
recordings channel | |||
2010-02-08 | Added outline width setting | Tobias Grimm | |
2010-02-08 | Dropped text position settings | Tobias Grimm | |
2010-02-08 | Dropped custom color settings | Tobias Grimm | |
2010-02-08 | colored and outlined subtitles, OSD-resolution-independent | Tobias 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-07 | refactored ttxt2la1() to cTtxtSubsDisplay::UpdateSubtitleTextLines() | Tobias Grimm | |
preparation for colored subtitles | |||
2010-02-05 | Added VDR patch that stores the manual page selection with the channel settings | Tobias Grimm | |
The manual page slection wil get stored in the channels.conf. Patch provided by Rolf Ahrenberg (tpid-v2) (references #139) | |||
2010-02-04 | Fixed replay when live ttxtsubs page differs from the one in the recording | Tobias Grimm | |
(Closes #139) Thx to Rolf Ahrenberg! | |||
2010-02-04 | Update 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-04 | updated HISTORY | Tobias Grimm | |
2010-02-03 | refactoring - dropped some dprint noise | Tobias Grimm | |
2010-02-03 | code reformating - no functional changes | Tobias Grimm | |
2010-02-03 | refactoring - removed unused latin G2 character support | Tobias Grimm | |
2010-02-03 | refactoring - removed unused print_code debug code | Tobias Grimm | |
2010-02-03 | refactoring - removed unused dump_hex debug code | Tobias Grimm | |
2010-02-03 | refactoring - removed unused print_page debug code | Tobias Grimm | |
2010-02-03 | refactoring - removed unused print_line debug code | Tobias Grimm | |
2010-02-03 | refactoring - it is save to free/delete a null pointer | Tobias Grimm | |
use DELETENULL where appropriate | |||
2010-02-02 | refactoring - removed dead '#if 0' code | Tobias Grimm | |
2009-10-11 | Update Klaus' e-mail address. | Ville Skyttä | |
2009-08-26 | Clarify that VDR >= 1.7.6 is needed, remove obsolete patches. | Ville Skyttä | |
2009-08-26 | Update latest version URL. | Ville Skyttä | |
2009-06-20 | Updated VDR patch for 1.7.8 | Tobias Grimm | |
2009-05-28 | Convert to UTF-8. | Ville Skyttä | |
2009-05-28 | Add Ukrainian translation by Yarema aka Knedlyk (Closes #130) | Ville Skyttä | |
2009-04-26 | New version 0.1.0v0.1.0release/v0.1.0 | Tobias Grimm | |
2009-04-26 | Added vdr patch for 1.7.6 (Closes #101) | Tobias Grimm | |
2009-04-25 | Provide the manual page number for a given channel via the VdrTtxtsubsHook | Tobias Grimm | |
Conflicts: ttxtsubs.c | |||
2009-04-25 | Dropped cTtxtsubsRecorder - not required for VDR 1.7.5 with TS recordings ↵ | Tobias Grimm | |
anymore | |||
2009-04-25 | removed unused local copy of vdrttxtsubshooks.c|h | Tobias Grimm | |
2009-04-25 | Added a separate replay delay setting for TS recordings | Tobias 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-23 | After replaying, reset the last channel variable and trigger a channel switch to | Tobias Grimm | |
reinitialize the live ttxtsubs display. Patch provided by Rolf Ahrenberg | |||
2009-04-23 | Silence 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. |