summaryrefslogtreecommitdiff
path: root/gst/dvdspu
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-0/+4
|\
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+4
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-6/+5
* | port to new memory APIWim Taymans2012-01-253-25/+27
* | port to new gthread APIWim Taymans2012-01-192-5/+5
* | Fix printf format compiler warnings on OS X / 64 bitMatej Knopp2011-11-231-8/+10
* | add parent to pad functionsWim Taymans2011-11-171-38/+37
* | add parent to query functionWim Taymans2011-11-161-6/+8
* | _peer_get_caps() -> _peer_query_caps()Wim Taymans2011-11-151-1/+1
* | change getcaps to queryWim Taymans2011-11-151-4/+54
* | dvdspu: port to 0.11Wim Taymans2011-10-088-134/+163
* | dvdspu: beginning of port to 0.11Wim Taymans2011-10-061-95/+55
|/
* dvdspu: do not clear out high bits from display areaVincent Penquerc'h2011-08-231-4/+4
* gst: some more unused-but-set-variable warning fixesTim-Philipp Müller2011-06-041-5/+7
* Revert "dvdspu: Fix pad templates"Edward Hervey2011-05-301-6/+4
* dvdspu: Fix pad templatesEdward Hervey2011-05-291-4/+6
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* dvdsubdec: make up clut values if they weren't setDavid Schleef2011-02-171-9/+27
* dvdspu: don't write clipped lines to the output bufferVincent Penquerc'h2011-01-241-2/+3
* 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