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