summaryrefslogtreecommitdiff
path: root/ttxtsubs.c
AgeCommit message (Collapse)Author
2011-08-21New release 0.2.3v0.2.3release/v0.2.3Tobias Grimm
2011-01-31Reload font settings after leaving the setup menuTobias Grimm
2010-05-08Prepared new release 0.2.2v0.2.2release/v0.2.2Tobias 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-02-28Next release is 0.2.1Tobias Grimm
2010-02-27New version 0.2.0Tobias 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-13Added 'undefined' languageTobias Grimm
2010-02-13Use page numbers received from VDR (Closes #240)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-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-03refactoring - it is save to free/delete a null pointerTobias Grimm
use DELETENULL where appropriate
2009-08-26Clarify that VDR >= 1.7.6 is needed, remove obsolete patches.Ville Skyttä
2009-04-26New version 0.1.0v0.1.0release/v0.1.0Tobias 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-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-03new release 0.0.9v0.0.9release/v0.0.9Tobias Grimm
2009-03-30Don't show page selection menu, when there is no current channel (Closes #111)Tobias Grimm
2009-01-06Use cString::sprintf instead of asprintf without return value check.Ville Skyttä
2009-01-04New release 0.0.8v0.0.8release/v0.0.8Tobias Grimm
2008-12-18Try to set OSDArea to 8 bpp when AntiAliasing is enabled (Closes #17)v0.0.7release/v0.0.7Tobias Grimm
2008-12-14Fixed wrong GPL license text (wrong FSF address), clarified license (it's ↵v0.0.6release/v0.0.6Tobias Grimm
GPL-2 or any later) and added a licence header to every source file
2008-12-14removed empty ttxtsubs.hTobias Grimm
2008-12-13Removed VDR < 1.6.0 support codeTobias Grimm
2008-12-13switched completely to VDR 1.6's I18N system and removed the old crap - no ↵Tobias Grimm
more support for older VDR versions!
2008-12-13bumped version number to 0.0.6Tobias Grimm
2008-12-13Applied patch from Rolf Ahrenberg ↵Tobias Grimm
(vdr-ttxtsubs-0.0.5-raastinrauta-edition.diff.gz)
2008-12-13- Note:v0.0.5release/v0.0.5Tobias 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.
2008-12-13- New featuresv0.0.5pre2Tobias Grimm
- Text colours can be set and row spacing can be adjusted. (The usual semitransparent "background" colour appearently doesn't work with the ElchiAIO patch, don't know why.) Thanks to Rolf Ahrenberg for the patch! - ttxtsubs menus can now be translated to different languages. Thanks to Rolf Ahrenberg for the patch! English, Finnish and Swedish now included, others are welcome! - Bugs fixed: - Information for channels with no teletext at all is now cached too, making channel switches to such channels faster. - Note: - The VDR 1.2.x patch "VDR.patch" is the same as in ttxtsubs 0.0.4b, and the 0.0.4 and 0.0.3d patch should work equally well - there is no need to repatch if you previously used any of those.
2008-12-13- New features:v0.0.5pre1Tobias Grimm
- More than one language can be chosen, they are used in order of preference - Handles languages with two ISO 639-2 identifiers (as ger/deu, fre/fra) - Subtitles can now be turned on or off - Optional main menu alternative for easy access - Selectable vertical position of text for 4:3/Anamorphic or Letterbox - Left, Center or Right horizontal position of text - Remapping option for those French channels that incorrectly sends teletext page numbers in decimal instead of hexadecimal. Very moderate remapping done at the moment, I hope it is enough. - Subtitles are now recorded with their PTS (timestamps). Not that the timestamps are completely wrong on some channels, this may confuse uncareful subtitle extracting software. - Included patch for VDR 1.3.5 - untested! - Bugs fixed: - Fixed a net-to-host-order bug in the si parser that could make it incorrectly think that there are no subtitles on a channel. Thanks to Nicolas "tarass"! - Fixed a bit swapping bug causing incorrect character encoding for some languages. Thanks to Nicolas "tarass"!
2008-12-13- Fix patch for VDR 1.2.5v0.0.4bTobias Grimm
- Minor bug fix for dxr3 display
2008-12-13- Releasev0.0.4Tobias Grimm
2008-12-13- IMORTANT! Needs and upgrade to the patch! See README!v0.0.3dTobias Grimm
- Improved the OSD hooks to be more compatible with other plugins - Added a primitive Service Information caching mechanism to speed up channel switching (will not refresh if channels are changed, will be reset on VDR restart)
2008-12-13- Fixed problems when used with more than one device (I hope)v0.0.3cTobias Grimm
2008-12-13- Work around for problem with stray segments at channel (frequency)v0.0.3bTobias Grimm
change with driver in hw_sections=0 mode - Removed some g++ 3.3 warnings - Skipping non dvb devices when calculating /dev/dvb/adapter no
2008-12-13- Small adjustments for VDR 1.2.1v0.0.3Tobias Grimm
2008-12-13- Bug fix: Could miss to display subtitles on channels with "Parallel Magazine"v0.0.2Tobias Grimm
transmission. Thanks to Antti Lammi!
2008-12-13- Timeout on SI table readsv0.0.1bTobias Grimm
2008-12-13Initial version 0.0.1v0.0.1Tobias Grimm