index
:
vdr
master
stable/1.0
stable/1.2
stable/1.4
stable/1.6
stable/2.0
stable/2.2
stable/2.4
stable/2.6
VDR
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dvbsubtitle.c
Age
Commit message (
Collapse
)
Author
2011-04-17
Fixed handling the bitmap color depth for scaled subtitles
1.7.18
Klaus Schmidinger
2011-03-27
Replaced "%lld" and "%llX" print format specifiers with "PRId64" and "PRIX64"
Klaus Schmidinger
2011-03-27
Fixed scaling subtitles in case the OSD size is exactly the same as the ↵
Klaus Schmidinger
display size of the subtitles
2011-03-27
Renamed cBitmap::Scale() to Scaled()
Klaus Schmidinger
2011-03-20
Fixed horizontal scaling of subtitles
Klaus Schmidinger
2011-03-13
Fixed some direct comparisons of double values
Klaus Schmidinger
2011-03-12
The original display size of subtitles is now used to scale them properly ↵
1.7.17
Klaus Schmidinger
when displaying them on an HD OSD
2011-03-12
Now storing the original display size when handling DVB subtitles
Klaus Schmidinger
2011-02-25
Now checking the result of all realloc() calls
Klaus Schmidinger
2010-10-24
Removed the check for positive STC values from cDvbSubtitleConverter::Action()
Klaus Schmidinger
2010-08-29
Fixed DDS detection for HD resolution subtitles
Klaus Schmidinger
2010-06-05
Implemented handling of HD resolution subtitles according to v1.3.1 of ETSI ↵
Klaus Schmidinger
EN 300 743, chapter 7.2.1 (cont'd)
2010-05-13
Implemented handling of HD resolution subtitles according to v1.3.1 of ETSI ↵
Klaus Schmidinger
EN 300 743, chapter 7.2.1
2010-02-07
Keeping subtitles visible when pausing replay
Klaus Schmidinger
2009-12-06
Several code modifications to avoid compiler warnings
Klaus Schmidinger
2009-11-22
Fixed handling DVB subtitles for PES recordings
Klaus Schmidinger
2008-08-15
First step towards switching to TS (Transport Stream) as recording format
Klaus Schmidinger
2007-11-25
Fixed the declaration of cSubtitleObject::Decode8BppCodeString()
Klaus Schmidinger
2007-11-03
Fixed a possible blocking in replay when subtitles are active; fixed ↵
Klaus Schmidinger
displaying subtitles in live mode
2007-10-12
Implemented handling DVB subtitles
Klaus Schmidinger