summaryrefslogtreecommitdiff
path: root/ttxtsubsdisplayer.c
AgeCommit message (Collapse)Author
2010-03-13Log buffer overflowsTobias Grimm
2010-03-13Increased frame buffer size by factor 5Tobias Grimm
(Closes #295)
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-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-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-01-06Set thread descriptions.Ville Skyttä
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-13Applied patch from Rolf Ahrenberg ↵Tobias Grimm
(vdr-ttxtsubs-0.0.5-raastinrauta-edition.diff.gz)
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- Fixed problems when used with more than one device (I hope)v0.0.3cTobias Grimm
2008-12-13- Small adjustments for VDR 1.2.1v0.0.3Tobias Grimm
2008-12-13Initial version 0.0.1v0.0.1Tobias Grimm