index
:
vdr-plugin-osdteletext
master
release/v0.5.1
release/v0.6.0
release/v0.7.0
release/v0.8.0
release/v0.8.1
VDR OSDTeletext Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
txtrecv.c
Age
Commit message (
Expand
)
Author
2017-04-02
Changed APIVERSNUM checks into a bit robust ones.
Rolf Ahrenberg
2017-04-02
VDR-2.3.1 compatibility patch by kanadakruemel.
Rolf Ahrenberg
2013-03-10
Refactoring: Moved storage related classes into their own files
etobi
2013-03-09
Dropped backwards compatibility for VDR 1.6.0 (Closes #944)
etobi
2012-04-03
Adding VDR 1.7.27 compatibility
Udo Richter
2012-03-11
Trivial bits from http://projects.vdr-developer.org/attachments/892/osdtelete...
Ville Skyttä
2012-03-11
Adapt to VDR >= 1.7.26 (Closes: #897).
Ville Skyttä
2012-03-11
Avoid FF card transfer mode on channel switch with VDR >= 1.7.25 (Closes: #9).
Udo Richter
2011-11-05
Add Emacs mode setting.
Ville Skyttä
2011-11-05
Reduce scope of some variables.
Ville Skyttä
2011-10-29
Use DELETENULL.
Ville Skyttä
2011-10-22
Convert some uses of assignments to initializer lists in constructors.
Ville Skyttä
2010-11-06
Don't care if the current channel really changed, if we get a channel switch
etobi
2009-10-26
Got rid of static storage option field (References #177)
etobi
2009-10-26
Fixed some stupid mistakes (References #177)
etobi
2009-10-25
Fixed SaveAndDeleteTxtPage (References #177)
etobi
2009-10-25
Made Storage injected into using classes instead of refering to a static
etobi
2009-10-25
Added command line option to enable storing TopText pages, which is
etobi
2009-10-25
Remove cTxtReceiver::running member and use base class Running() instead
etobi
2009-10-25
Removed unneccesary chan member from cTxtReceiver (References #177)
etobi
2009-10-20
Removed extra buffer check Put() already does this
etobi
2009-10-19
Fixed possible segfault (Closes #179) - (Thx to Manuel Reimer)
etobi
2009-05-24
Fixed problems with VDR >= 1.7.3 (not all teletext pages accessible, 4 GByte ...
Thomas Günther
2009-01-11
More refactoring of the TxtStatus class (Thx to Sören Moch!)
Tobias Grimm
2009-01-10
Small bugfix in channel switching code and new minor release
v0.8.1
release/v0.8.1
Tobias Grimm
2009-01-10
Merged class ChannelStatus into cTxtStatus and changed the code that
Tobias Grimm
2009-01-08
replaced asprintf() by cString::sprintf()
Tobias Grimm
2009-01-08
Removed the OSDTELETEXT_REINSERTION_PATCH (dead code)
Tobias Grimm
2008-12-31
Error handling improvements.
Ville Skyttä
2008-12-31
Make syslog message prefix consistent.
Ville Skyttä
2008-12-24
Remove remnants of VDR < 1.6 support.
Ville Skyttä
2008-12-02
Changed default vtx cache dir to the more FHS conform location /var/cache/vdr...
Tobias Grimm
2008-12-02
Fixed problems when switching channels on FF+Budget systems
Tobias Grimm
2008-12-02
Switch to VDR 1.6.0:
Tobias Grimm
2008-12-02
Initial commit of version 0.5.1
v0.5.1
release/v0.5.1
Tobias Grimm