summaryrefslogtreecommitdiff
path: root/src/libspucc
AgeCommit message (Collapse)Author
2002-02-09the long-awaited video_out changes, not completely debuged (races)Guenter Bartsch
- pts are 64 bit now - scr and video_out-loop run all the time - video_out cleanups - metronom cleanups - buffer type BUF_CONTROL_DISCONTINUITY is used internally now, input plugins should no longer send this one - support for individual frame durations - using nano-/usleep instead of itimer (simpler code, maybe this will help freebsd) CVS patchset: 1487 CVS date: 2002/02/09 07:13:22
2002-01-08removed hardcoded text palette size constantsChristian Vogler
CVS patchset: 1378 CVS date: 2002/01/08 20:38:05
2002-01-08Added full support for caption color codes and multicolored captions.Christian Vogler
The caption colors could use improvement. They look fine on XShm, but on Xv - at least with the NVidia drivers on a GeForce 3 - there is a lot of color bleeding. Not sure what the cause of the problem is yet. CVS patchset: 1377 CVS date: 2002/01/08 20:31:10
2002-01-08increase palette size of overlays to 256 colorsChristian Vogler
allow multiple text colors in osd text rendering CVS patchset: 1376 CVS date: 2002/01/08 16:47:56
2002-01-07fix caption buffer overflowChristian Vogler
CVS patchset: 1371 CVS date: 2002/01/07 23:09:38
2002-01-07add/fix copyright notices.Christian Vogler
CVS patchset: 1370 CVS date: 2002/01/07 23:04:26
2002-01-07move all configuration responsibilities to xine_decoder.c.Christian Vogler
cc decoder is now initialized only if CC events arrive. clean up cc_config_t by moving out renderer specific parts to new cc_renderer_t. fix event race conditions and simplify code by using one global lock for cc decoder that stays locked for the entire duration of a CC function call. CVS patchset: 1368 CVS date: 2002/01/07 19:30:09
2002-01-05closed caption decoderMiguel Freitas
CVS patchset: 1343 CVS date: 2002/01/05 21:41:18