summaryrefslogtreecommitdiffstats
path: root/gst/dvdspu
AgeCommit message (Expand)AuthorFilesLines
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller1-3/+2
2009-06-02dvdspu: add missing header to Makefile.am: gstspu-common.hChristian Schaller1-1/+1
2009-05-28gstspu: Fix compiler warnings on OS/XTristan Matthews1-4/+10
2009-05-27gstspu: Convert g_warnings to GST_ERROR, and fix format specifiersJan Schmidt1-6/+10
2009-05-27gstspu: Fix a nasty regression, with DVDs randomly crashingJan Schmidt1-3/+3
2009-05-26dvdspu: fix printf formats to avoid compiler warningsTim-Philipp Müller1-4/+4
2009-05-26gstspu: Implement PGS rendering and alpha blendingJan Schmidt10-973/+1533
2009-05-26dvdspu: Move a bunch of vobsub specific logic to a separate file.Jan Schmidt4-341/+406
2009-05-26dvdspu: Add copyright header and includes to the PGS handlerJan Schmidt1-5/+22
2009-05-26dvdspu: Make the PGS dumping less verboseJan Schmidt1-18/+27
2009-05-26dvdspu: Collect entire PGS packets and queue as eventsJan Schmidt1-11/+56
2009-05-26dvdspu: Add simple PGS handler that dumps the packet infoJan Schmidt5-74/+648
2009-05-26dvdspu: Add a simple default colour table.Jan Schmidt1-0/+8
2009-05-26dvdspu: Don't accidentally lose the colour palette when flushing the SPUJan Schmidt1-9/+16
2009-05-14dvdspu: Push update frame, if any, when entering stills.Jan Schmidt1-0/+7
2009-05-11dvdspu: Make the debugging output a bit clearer.Jan Schmidt1-5/+10
2009-05-11dvdspu: Always push a frame at the start of a still frame, and fix a leak.Jan Schmidt1-10/+24
2009-05-11dvdspu: Add a guard when we don't have any subpicture buffer to renderJan Schmidt1-0/+2
2009-04-30dvdspu: do some basic clippingWim Taymans2-13/+54
2009-04-30dvdspu: don't EOS when the subtitle got EOSWim Taymans1-0/+6
2009-04-02dvdspu: Add some debugJan Schmidt1-4/+10
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-07-14ext/resindvd/gstmpegdemux.c: Remove whitespace line.Jan Schmidt1-1/+1
2008-06-17ext/resindvd/resindvdbin.c: Parse the URI argument into the device name so dv...Jan Schmidt1-4/+4
2008-06-17configure.ac: Check for libdvdnav to build resindvd.Jan Schmidt1-0/+10
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost1-9/+5
2008-02-14gst/dvdspu/gstdvdspu.c: Set n_line_ctrl_i to 0 whenever we free line_ctrl_i. ...Sebastian Dröge1-0/+1
2008-01-21docs/plugins/: Update lists again. Those whole can build ivorbisdec, mythtvsr...Stefan Kost1-6/+4
2008-01-21gst/dvdspu/: Fix up dvdspu element again after previous namespace mangling: r...Tim-Philipp Müller3-89/+90
2008-01-21docs/plugins/: Add symbols from -unused.txt to the right place.Stefan Kost2-97/+100
2007-10-17gst/dvdspu/Makefile.am: Fix LIBS - we need to link against libgstreamer.Richard Hult1-1/+1
2007-09-24Massive leak fixing, plus code cleanups.Stefan Kost2-53/+76
2007-08-28gst/dvdspu/gstdvdspu.c: Don't need this include (fixes compilation in uninsta...Tim-Philipp Müller1-1/+0
2007-08-27gst/dvdspu/Makefile.am: Commit the makefile too.Jan Schmidt1-0/+12
2007-08-27dvdspu element donated by Fluendo. It implements a DVD Sub-PictureJan Schmidt5-0/+2454