summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-02-07refactored ttxt2la1() to cTtxtSubsDisplay::UpdateSubtitleTextLines()Tobias Grimm
preparation for colored subtitles
2010-02-05Added VDR patch that stores the manual page selection with the channel settingsTobias Grimm
The manual page slection wil get stored in the channels.conf. Patch provided by Rolf Ahrenberg (tpid-v2) (references #139)
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-04updated HISTORYTobias Grimm
2010-02-03refactoring - dropped some dprint noiseTobias Grimm
2010-02-03code reformating - no functional changesTobias Grimm
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-03refactoring - it is save to free/delete a null pointerTobias Grimm
use DELETENULL where appropriate
2010-02-02refactoring - removed dead '#if 0' codeTobias Grimm
2009-10-11Update Klaus' e-mail address.Ville Skyttä
2009-08-26Clarify that VDR >= 1.7.6 is needed, remove obsolete patches.Ville Skyttä
2009-08-26Update latest version URL.Ville Skyttä
2009-06-20Updated VDR patch for 1.7.8Tobias Grimm
2009-05-28Convert to UTF-8.Ville Skyttä
2009-05-28Add Ukrainian translation by Yarema aka Knedlyk (Closes #130)Ville Skyttä
2009-04-26New version 0.1.0v0.1.0release/v0.1.0Tobias Grimm
2009-04-26Added vdr patch for 1.7.6 (Closes #101)Tobias 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-25removed unused local copy of vdrttxtsubshooks.c|hTobias Grimm
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-23Silence compiler warning about unchecked read return value.Tobias Grimm
Patch provided by Rolf Ahrenberg. Note: I can't reproduce such a compile warning and a failed read should be handled in amore usefule manner.
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-02-27Added note in README about reported problems with Digitainer II (Closes #62)Tobias Grimm
2009-01-11Install plug-in to lib dir with --remove-destinationTobias Grimm
2009-01-11Exclude .gitignore from tarball.Ville Skyttä
2009-01-06Set thread descriptions.Ville Skyttä
2009-01-06Use cString::sprintf instead of asprintf without return value check.Ville Skyttä
2009-01-04Updated French translation provided by Michaël Nival (Closes #49)Tobias Grimm
2009-01-04New release 0.0.8v0.0.8release/v0.0.8Tobias Grimm
2009-01-04Fixed displaying of multiple rows when antialiasing is enabled by aquiring a ↵Tobias Grimm
single OSD area for all rows - Thx to Rolf Ahrenberg (Closes #24)
2008-12-30Updated Russian translation provided by Oleg Roitburd (Closes #47)Tobias Grimm
2008-12-30Ignore generated files.Ville Skyttä
2008-12-20Updated Italian translation provided by Diego PierottoTobias 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-14fixed dist targetTobias Grimm
2008-12-14removed empty ttxtsubs.hTobias Grimm
2008-12-14updated VDR patchesTobias Grimm
2008-12-13Removed location lines from *.po (thx to Rolf Ahrenberg)Tobias Grimm
2008-12-13Removed VDR*.patch and Checkpatch.sh and added up-to-date VDR patches into ↵Tobias Grimm
into "patches" subdirectory (thx to Rolf Ahrenberg)
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!