summaryrefslogtreecommitdiffstats
path: root/gst/dvdspu/gstspu-vobsub.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-26gstspu: Implement PGS rendering and alpha blendingJan Schmidt1-58/+194
Refactor the DVD subpicture compositing, switching it to 8-bit alpha calculations. Reuse some of the resulting code to implement PGS subpicture blending. Implement parsing and collecting of composition objects properly, but assuming a single active window and colour palette for now. I need more PGS samples.
2009-05-26dvdspu: Move a bunch of vobsub specific logic to a separate file.Jan Schmidt1-0/+377
Start separating out the vobsub logic in preparation for creating separate renderer objects for each subpicture format.