summaryrefslogtreecommitdiff
path: root/dvbsubtitle.c
AgeCommit message (Expand)Author
2011-03-27Replaced "%lld" and "%llX" print format specifiers with "PRId64" and "PRIX64"Klaus Schmidinger
2011-03-27Fixed scaling subtitles in case the OSD size is exactly the same as the displ...Klaus Schmidinger
2011-03-27Renamed cBitmap::Scale() to Scaled()Klaus Schmidinger
2011-03-20Fixed horizontal scaling of subtitlesKlaus Schmidinger
2011-03-13Fixed some direct comparisons of double valuesKlaus Schmidinger
2011-03-12The original display size of subtitles is now used to scale them properly whe...1.7.17Klaus Schmidinger
2011-03-12Now storing the original display size when handling DVB subtitlesKlaus Schmidinger
2011-02-25Now checking the result of all realloc() callsKlaus Schmidinger
2010-10-24Removed the check for positive STC values from cDvbSubtitleConverter::Action()Klaus Schmidinger
2010-08-29Fixed DDS detection for HD resolution subtitlesKlaus Schmidinger
2010-06-05Implemented handling of HD resolution subtitles according to v1.3.1 of ETSI E...Klaus Schmidinger
2010-05-13Implemented handling of HD resolution subtitles according to v1.3.1 of ETSI E...Klaus Schmidinger
2010-02-07Keeping subtitles visible when pausing replayKlaus Schmidinger
2009-12-06Several code modifications to avoid compiler warningsKlaus Schmidinger
2009-11-22Fixed handling DVB subtitles for PES recordingsKlaus Schmidinger
2008-08-15First step towards switching to TS (Transport Stream) as recording formatKlaus Schmidinger
2007-11-25Fixed the declaration of cSubtitleObject::Decode8BppCodeString()Klaus Schmidinger
2007-11-03Fixed a possible blocking in replay when subtitles are active; fixed displayi...Klaus Schmidinger
2007-10-12Implemented handling DVB subtitlesKlaus Schmidinger