Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-03-10 | Added option for setting the left/center/right justification of subtitles | Tobias Grimm | |
(Closes #957) (Thx to Jussi Tepponen) | |||
2013-03-10 | Updated HISTORY and preparing for 0.3.0 release | Tobias Grimm | |
2013-03-06 | Sync subtitles using PTS (Closes #119). | Matti Horila | |
Co-authored-by: Dimitar Petrovski <dimeptr@gmail.com> | |||
2012-04-04 | avoid goto | Tobias Grimm | |
2012-04-04 | tabs -> spaces | Tobias Grimm | |
2012-03-11 | Adapt to VDR 1.7.26 API changes. | Ville Skyttä | |
2011-12-09 | Remove "DVB Source Selection" setup option (unused since 0.2.0). | Ville Skyttä | |
2011-12-09 | Remove "Workaround for some French chns" setup option (unused since 0.2.0). | Ville Skyttä | |
2011-12-09 | Remove "Live Delay" setup option (unused since 0.2.0). | Ville Skyttä | |
2011-12-09 | Tell Emacs to use C++ mode for *.c and *.h. | Ville Skyttä | |
2011-12-09 | Convert some assignments to constructor initializer lists. | Ville Skyttä | |
2011-12-09 | Remove "Record Subtitles" setup option (unused since 0.2.0). | Ville Skyttä | |
2011-10-08 | Updated patch for VDR 1.7.21v0.2.4release/v0.2.4 | Tobias Grimm | |
2011-08-21 | New release 0.2.3v0.2.3release/v0.2.3 | Tobias Grimm | |
2011-01-31 | Reload font settings after leaving the setup menu | Tobias Grimm | |
2010-05-08 | Prepared new release 0.2.2v0.2.2release/v0.2.2 | 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-02-28 | Next release is 0.2.1 | Tobias Grimm | |
2010-02-27 | New version 0.2.0 | 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-13 | Added 'undefined' language | Tobias Grimm | |
2010-02-13 | Use page numbers received from VDR (Closes #240) | 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-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-03 | refactoring - it is save to free/delete a null pointer | Tobias Grimm | |
use DELETENULL where appropriate | |||
2009-08-26 | Clarify that VDR >= 1.7.6 is needed, remove obsolete patches. | Ville Skyttä | |
2009-04-26 | New version 0.1.0v0.1.0release/v0.1.0 | 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 | 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-03 | new release 0.0.9v0.0.9release/v0.0.9 | Tobias Grimm | |
2009-03-30 | Don't show page selection menu, when there is no current channel (Closes #111) | Tobias Grimm | |
2009-01-06 | Use cString::sprintf instead of asprintf without return value check. | Ville Skyttä | |
2009-01-04 | New release 0.0.8v0.0.8release/v0.0.8 | Tobias Grimm | |
2008-12-18 | Try to set OSDArea to 8 bpp when AntiAliasing is enabled (Closes #17)v0.0.7release/v0.0.7 | Tobias Grimm | |
2008-12-14 | Fixed wrong GPL license text (wrong FSF address), clarified license (it's ↵v0.0.6release/v0.0.6 | Tobias Grimm | |
GPL-2 or any later) and added a licence header to every source file | |||
2008-12-14 | removed empty ttxtsubs.h | Tobias Grimm | |
2008-12-13 | Removed VDR < 1.6.0 support code | Tobias Grimm | |
2008-12-13 | switched completely to VDR 1.6's I18N system and removed the old crap - no ↵ | Tobias Grimm | |
more support for older VDR versions! | |||
2008-12-13 | bumped version number to 0.0.6 | Tobias Grimm | |
2008-12-13 | Applied patch from Rolf Ahrenberg ↵ | Tobias Grimm | |
(vdr-ttxtsubs-0.0.5-raastinrauta-edition.diff.gz) | |||
2008-12-13 | - Note:v0.0.5release/v0.0.5 | Tobias Grimm | |
This version is intended for VDR 1.2.6. There is a patch for VDR 1.3.5 included. It may or may not work with later VDR versions. Also see Rolf's patch in the contrib directory. This may be the last version for VDR 1.2.x, as I hope to start turning my attention to VDR 1.3.x now. - New features: - Italian translation, thanks to Sean Carlos - French translation, thanks to Stéphane Esté-Gracias - German translation, thanks to Tobias Grimm - Another ElchiAIO fix, thanks to Rolf Ahrenberg - Added a "contrib" directory with a VDR 1.3.8 test patch from Rolf Ahrenberg - Added a TROUBLESHOOTING document because of reports from Germany that ttxtsubs doesn't work there. It seems that most German channels on the birds at 19.2E don't announce the subtitles in their Service Information. Please see the document for further info. - Bugs fixed: - Corrected (again!) national charset selection bit swapping, there was a typo in the fix in 0.0.5pre1. |