Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-21 | New release 0.2.3v0.2.3release/v0.2.3 | Tobias Grimm | |
2011-08-21 | Show subtitles with backround rectangle, if outline width is < 2 | Tobias Grimm | |
(patch provided by Mike Lampard) (Closes #247) | |||
2011-08-21 | Don't log all page info received from VDR (Closes #331) | Tobias Grimm | |
2011-08-21 | Updated patch for VDR 1.7.20 (Closes #689) | Tobias Grimm | |
2011-07-29 | Updated HISTORY | Tobias Grimm | |
2011-03-20 | Convert *.po to UTF-8. | Ville Skyttä | |
2011-03-20 | Fix *.po Language-Team, add Language. | Ville Skyttä | |
2011-03-20 | Move git ignores to top level .gitignore. | Ville Skyttä | |
2011-03-20 | Sync various bits with VDR 1.7.17 Makefiles. | Ville Skyttä | |
2011-01-31 | Reload font settings after leaving the setup menu | Tobias Grimm | |
2010-06-07 | Updated patch to 1.7.15 (dropped 1.7.14 patch) | Thomas Günther | |
2010-05-08 | Prepared new release 0.2.2v0.2.2release/v0.2.2 | Tobias Grimm | |
2010-04-24 | Updated README and TROUBLESHOOTING (Closes #323) | Tobias Grimm | |
2010-04-19 | For live tv in non-transfer mode use a cReceiver | Tobias 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-18 | Got rid of the background thread | Tobias Grimm | |
2010-04-18 | Fixed channel retune triggering in VDR patch and updated patch to 1.7.14 | Tobias Grimm | |
(Dropped 1.7.12 and 1.7.13 patch) | |||
2010-03-13 | Log buffer overflows | Tobias Grimm | |
2010-03-13 | Increased frame buffer size by factor 5 | Tobias Grimm | |
(Closes #295) | |||
2010-03-06 | releasev0.2.1release/v0.2.1 | Tobias Grimm | |
2010-03-03 | Added patch for VDR 1.7.13 | Tobias Grimm | |
(Closes #284) | |||
2010-03-02 | Italian translation update by Diego Pierotto | Tobias Grimm | |
(Closes #283) | |||
2010-02-28 | Fixed text rendering to not cut off bottom part | Tobias Grimm | |
(Closes #276) | |||
2010-02-28 | Makefile adjustments for VDR 1.7.13. | Ville Skyttä | |
2010-02-28 | French translation updated by Michaël Nival | Tobias Grimm | |
(Closes #278) | |||
2010-02-28 | Next release is 0.2.1 | Tobias Grimm | |
2010-02-28 | Trigger OSD update when an empty page is sent | Tobias Grimm | |
...making the previous subtitle disappear (Closes #275) | |||
2010-02-28 | Finnish translation updated by Rolf Ahrenberg | Tobias Grimm | |
2010-02-27 | Added Estonian translation | Tobias Grimm | |
provided by Arthur Konovalov (Closes #271) | |||
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) |