summaryrefslogtreecommitdiff
path: root/gst/dvdspu/gstdvdspu.c
Commit message (Expand)AuthorAgeFilesLines
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* update for buffer changesWim Taymans2012-03-281-1/+1
* fix for caps api changesWim Taymans2012-03-111-3/+3
* dvdspu should forward video caps eventMatej Knopp2012-02-201-1/+4
* 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
| * Revert "dvdspu: Fix pad templates"Edward Hervey2011-05-301-6/+4
| * dvdspu: Fix pad templatesEdward Hervey2011-05-291-4/+6
* | port to new memory APIWim Taymans2012-01-251-7/+7
* | port to new gthread APIWim Taymans2012-01-191-2/+2
* | 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-081-59/+70
* | dvdspu: beginning of port to 0.11Wim Taymans2011-10-061-95/+55
|/
* dvdspu: Remove dead assignmentsEdward Hervey2010-11-251-2/+0
* 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-181-46/+24
* dvdspu: Forward the still frame event downstreamJan Schmidt2009-11-181-2/+3
* assrender/dvdspu: Increase ranks to PRIMARYSebastian Dröge2009-10-091-1/+1
* dvdspu: Include SubPicture in the classificationSebastian Dröge2009-10-091-1/+1
* Make build without warnings with debugging disabledTim-Philipp Müller2009-06-191-3/+2
* gstspu: Implement PGS rendering and alpha blendingJan Schmidt2009-05-261-129/+97
* dvdspu: Move a bunch of vobsub specific logic to a separate file.Jan Schmidt2009-05-261-339/+2
* 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-261-72/+144
* 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: don't EOS when the subtitle got EOSWim Taymans2009-04-301-0/+6
* dvdspu: Add some debugJan Schmidt2009-04-021-4/+10
* 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
* gst/dvdspu/: Fix up dvdspu element again after previous namespace mangling: r...Tim-Philipp Müller2008-01-211-86/+87
* docs/plugins/: Add symbols from -unused.txt to the right place.Stefan Kost2008-01-211-91/+95
* Massive leak fixing, plus code cleanups.Stefan Kost2007-09-241-38/+61
* gst/dvdspu/gstdvdspu.c: Don't need this include (fixes compilation in uninsta...Tim-Philipp Müller2007-08-281-1/+0
* dvdspu element donated by Fluendo. It implements a DVD Sub-PictureJan Schmidt2007-08-271-0/+1376