| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2007-09-11 | Mark spudvb functions as static. | Darren Salt | |
| 2007-09-11 | Fix DVB sub palette extraction when full_range_flag is clear. | Darren Salt | |
| Only build-tested due to lack of sample data. | |||
| 2007-09-08 | switch spudvb to dyn mem alloc and allow multiple CLUTs per page. | Christophe Thommeret | |
| 2007-09-08 | Check if DVB sub PTS is reliable and show sub immediately if it's not. | Christophe Thommeret | |
| 2007-08-20 | spudvb bitmaps downscale | Christophe Thommeret | |
| xine_spudvb_decoder.c has hardcoded frame size (720x576). While this is fine for most dvb channels, some channels have smaller frame size (e.g. 544x576) but the dvb subs bitmaps are however still 720 width. In such case, some right aligned subs appear truncated. This patch adds a (very basic) function to downscale subs to fit frame width. | |||
| 2007-07-12 | Fix thread leak in DVB subtitles, and enhance spec compliance | Simon Farnsworth | |
| When leaving xine playing DVB with subtitles for a long period of time, I noticed a gradual increase in memory use, caused by it creating more and more timeout threads. In addition, the existing thread was not safe w.r.t destruction of the decoder, and would occasionally segfault xine. Further, EN 300 743 states that the timeout should be sent by the broadcaster; the existing thread had a constant 6 second timeout, whereas (e.g.) BBC NEWS 24 subtitles are broadcast with a 15 second timeout. In theory, this could result in subtitles being hidden in error. This rework changes the thread to pick up a timeout set by draw_subtitles; in addition, it uses pthread condition variables to avoid any need to kill and recreate the thread. | |||
| 2007-04-04 | Rename xine_decoder.c to xine_spudvb_decoder.c. | Diego 'Flameeyes' Pettenò | |
| Use xineplug_LTLIBRARIES. --HG-- rename : src/libspudvb/xine_decoder.c => src/libspudvb/xine_spudvb_decoder.c | |||
