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 (
Expand
)
Author
2013-02-22
Removed consecutive empty lines
Klaus Schmidinger
2013-02-17
Removed trailing whitespace
Klaus Schmidinger
2012-05-08
Fixed character comparisons in cSubtitleObject::DecodeCharacterString()
Klaus Schmidinger
2012-03-16
Fixed reduced bpp support for DVB subtitles
Klaus Schmidinger
2012-03-13
Fixed a memory leak in cSubtitleRegion::UpdateTextData()
Klaus Schmidinger
2012-03-13
No longer using GetFont() (which is not thread safe) in cSubtitleRegion::Upda...
Klaus Schmidinger
2012-03-11
Replaced some non-ASCII characters
Klaus Schmidinger
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 "wo...
Klaus Schmidinger
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
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 displ...
Klaus Schmidinger
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 whe...
1.7.17
Klaus Schmidinger
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 E...
Klaus Schmidinger
2010-05-13
Implemented handling of HD resolution subtitles according to v1.3.1 of ETSI E...
Klaus Schmidinger
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 displayi...
Klaus Schmidinger
2007-10-12
Implemented handling DVB subtitles
Klaus Schmidinger