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
2012-03-02
Replaced min(max()) calls with the new function constrain()
Klaus Schmidinger
2012-02-25
Fixed getting the video aspect ratio for scaling subtitles (cont'd)
Klaus Schmidinger
2012-02-24
Fixed getting the video aspect ratio for scaling subtitles
Klaus Schmidinger
2012-02-23
Removed obsolete code
Klaus Schmidinger
2012-02-22
Fixed handling subtitle color palettes on channels where subtitles appear ↵
Klaus Schmidinger
"word by word"
2012-02-13
Improved handling subtitles of BBC channels
Klaus Schmidinger
2012-01-11
Fixed cDvbSubtitleConverter::SetOsdData()
Klaus Schmidinger
2011-09-18
Fixed handling DVB subtitles and implemented decoding textual DVB subtitles
Klaus Schmidinger
2011-09-10
Fixed scaling subtitles in case the primary device's GetVideoSize() function ↵
Klaus Schmidinger
doesn't return actual values
2011-08-13
Fixed some crashes in subtitle display
Klaus Schmidinger
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