summaryrefslogtreecommitdiff
path: root/src/libspucc/cc_decoder.c
AgeCommit message (Collapse)Author
2002-09-04merging in the new_api branch ... unfortunately video_out / vo_scale is ↵Guenter Bartsch
broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05
2002-04-26Sun's Forte compiler has problems initializing a local structure variable withJuergen Keil
bitfields. Use explicit assignments to work around this (compiler?) problem. CVS patchset: 1779 CVS date: 2002/04/26 20:31:47
2002-04-24Some more adjustments to make dvd menus work better.James Courtier-Dutton
CVS patchset: 1774 CVS date: 2002/04/24 20:26:06
2002-03-31add configuration option to select between different captioning colorChristian Vogler
schemes. CVS patchset: 1652 CVS date: 2002/03/31 23:14:48
2002-03-30Fix debug messages that would not compile anymore.Christian Vogler
Provide infrastructure for user-selectable captioning schemes. Not yet configurable in the xine config file. CVS patchset: 1647 CVS date: 2002/03/30 20:11:34
2002-03-24scr unregister patch from Michael Roitzsch, buffer mem release fix, ↵Guenter Bartsch
xmalloc_aligned cleanup - fb vo plugin needs to be fixed for this one CVS patchset: 1626 CVS date: 2002/03/24 14:15:36
2002-03-20Fix all vpts variables to use int64_t.Christian Vogler
CVS patchset: 1598 CVS date: 2002/03/20 18:50:37
2002-03-20forward port of closed captioning fixes to CVS headChristian Vogler
CVS patchset: 1597 CVS date: 2002/03/20 18:42:38
2002-03-20back out incorrect Pearl Harbor fixChristian Vogler
CVS patchset: 1596 CVS date: 2002/03/20 18:38:20
2002-03-17fix a rare duplicate control code detection problem. Some DVDs apparentlyChristian Vogler
interleave all captioning codes with 0, 0 (no-ops). These must be ignored by the detection code. This fix makes the "Pearl Harbor" captions display correctly. CVS patchset: 1576 CVS date: 2002/03/17 02:56:37
2002-03-11metronom and demuxers should work again (although not all demuxers are fully ↵Guenter Bartsch
updated at this point). demux_qt can handle compressed audio, but is still unfinished. Yes, this _is_ the big metronom update, metronom now depends on disc_off information in discontinuities. CVS patchset: 1554 CVS date: 2002/03/11 12:31:24
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-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