summaryrefslogtreecommitdiff
path: root/gst/dvdspu/gstdvdspu.c
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-111-1/+10
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-4/+4
* dvdspu: don't crash if video frame could not be mappedTim-Philipp Müller2016-08-061-1/+3
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-6/+5
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* Revert "dvdspu: render to AYUV overlay"Jan Schmidt2015-09-271-201/+25
* Revert "dvdspu: render to ARGB overlay instead of AYUV"Jan Schmidt2015-09-271-1/+1
* Revert "dvdspu: cache overlay composition"Jan Schmidt2015-09-271-27/+8
* Revert "dvdspu: improve negotiation of overlay composition"Jan Schmidt2015-09-271-343/+50
* dvdspu: improve negotiation of overlay compositionArnaud Vrac2015-09-261-50/+343
* dvdspu: cache overlay compositionArnaud Vrac2015-09-261-8/+27
* dvdspu: allow suffix in dvd event name to allow multiple sticky dvd eventsArnaud Vrac2015-09-261-1/+2
* dvdspu: render to ARGB overlay instead of AYUVArnaud Vrac2015-09-261-1/+1
* dvdspu: render to AYUV overlayArnaud Vrac2015-09-261-25/+201
* dvdspu: pass dvdspu argument to set_caps functionsArnaud Vrac2015-09-261-10/+8
* dvdspu: Fix event leaksVineeth TM2015-08-131-2/+6
* dvdspu: Avoid warning if the video for a still frame arrives after the SPUJan Schmidt2015-02-081-0/+3
* gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M2014-10-021-4/+0
* style: remove unnecessary break statementsLuis de Bethencourt2014-09-251-1/+0
* dvdspu: set proxy allocation flag on the video sink padMatthieu Bouron2014-03-081-0/+2
* dvdspu: Remove unused variableSebastian Dröge2014-02-081-7/+0
* dvdspu: Handle vobsub packets smaller than 4 bytesJan Schmidt2013-11-211-1/+5
* dvdspu: handle sticky dvd eventsMatej Knopp2013-10-051-0/+1
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-6/+3
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-2/+2
* dvdspu: add YV12 and NV12 supportRob Clark2012-10-031-4/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* dvdspu: Advance video stream with gap events.Jan Schmidt2012-09-121-14/+38
* dvdspu: Make GAP event awareJan Schmidt2012-08-311-0/+16
* video/x-dvd-subpicture -> subpicture/x-dvdTim-Philipp Müller2012-08-201-2/+2
* dvdspu: Fix array typeEdward Hervey2012-06-121-1/+1
* dvdspu: allow debugging of render and highlight rectangles via environment va...Tim-Philipp Müller2012-06-111-0/+15
* 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