summaryrefslogtreecommitdiff
path: root/teletext.c
AgeCommit message (Collapse)Author
2011-12-09Tell Emacs to use C++ mode for *.c and *.h.Ville Skyttä
2010-02-03refactoring - removed unused latin G2 character supportTobias Grimm
2010-02-03refactoring - removed unused print_code debug codeTobias Grimm
2010-02-03refactoring - removed unused dump_hex debug codeTobias Grimm
2010-02-03refactoring - removed unused print_page debug codeTobias Grimm
2010-02-03refactoring - removed unused print_line debug codeTobias Grimm
2010-02-02refactoring - removed dead '#if 0' codeTobias 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-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-13Initial version 0.0.1v0.0.1Tobias Grimm