summaryrefslogtreecommitdiff
path: root/dvbsubtitle.c
AgeCommit message (Expand)Author
2012-03-16Fixed reduced bpp support for DVB subtitlesKlaus Schmidinger
2012-03-13Fixed a memory leak in cSubtitleRegion::UpdateTextData()Klaus Schmidinger
2012-03-13No longer using GetFont() (which is not thread safe) in cSubtitleRegion::Upda...Klaus Schmidinger
2012-03-11Replaced some non-ASCII charactersKlaus Schmidinger
2012-03-02Replaced min(max()) calls with the new function constrain()Klaus Schmidinger
2012-02-25Fixed getting the video aspect ratio for scaling subtitles (cont'd)Klaus Schmidinger
2012-02-24Fixed getting the video aspect ratio for scaling subtitlesKlaus Schmidinger
2012-02-23Removed obsolete codeKlaus Schmidinger
2012-02-22Fixed handling subtitle color palettes on channels where subtitles appear "wo...Klaus Schmidinger
2012-02-13Improved handling subtitles of BBC channelsKlaus Schmidinger
2012-01-11Fixed cDvbSubtitleConverter::SetOsdData()Klaus Schmidinger
2011-09-18Fixed handling DVB subtitles and implemented decoding textual DVB subtitlesKlaus Schmidinger
2011-09-10Fixed scaling subtitles in case the primary device's GetVideoSize() function ...Klaus Schmidinger
2011-08-13Fixed some crashes in subtitle displayKlaus Schmidinger
2011-04-17Fixed handling the bitmap color depth for scaled subtitles1.7.18Klaus Schmidinger
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