summaryrefslogtreecommitdiff
path: root/gst/dvdspu
Commit message (Expand)AuthorAgeFilesLines
...
* dvdspu: Remove dead assignmentsEdward Hervey2010-11-251-2/+0
* Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef2010-05-191-1/+1
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-1/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+5
* resindvd, dvdspu: Use new still-frame API from gst-plugins-baseJan Schmidt2009-11-182-48/+27
* dvdspu: Forward the still frame event downstreamJan Schmidt2009-11-181-2/+3
* dvdspu: Fix PGS window parsingJan Schmidt2009-11-021-0/+1
* assrender/dvdspu: Increase ranks to PRIMARYSebastian Dröge2009-10-091-1/+1
* dvdspu: Include SubPicture in the classificationSebastian Dröge2009-10-091-1/+1
* dvdspu: Improve PGS parsingJan Schmidt2009-09-281-14/+21
* dvdspu: Fix rendering and add guardsJan Schmidt2009-09-281-6/+10
* Try to fit subtitles within the video frame when they're too largeVincent Penquerc'h2009-09-041-43/+100
* 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