summaryrefslogtreecommitdiff
path: root/gst/dvdspu
AgeCommit message (Expand)AuthorFilesLines
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-4/+4
2017-01-18dvdspu: Handle vob display rect starting on an odd lineJan Schmidt1-10/+46
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+16
2016-08-06dvdspu: don't crash if video frame could not be mappedTim-Philipp Müller1-1/+3
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-6/+5
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2015-11-24spu-pgs: Fix array memory leakVineeth T M1-0/+2
2015-09-27Revert "dvdspu: render to AYUV overlay"Jan Schmidt10-440/+448
2015-09-27Revert "dvdspu: render to ARGB overlay instead of AYUV"Jan Schmidt4-53/+35
2015-09-27Revert "dvdspu: handle frame size event from upstream"Jan Schmidt2-10/+2
2015-09-27Revert "dvdspu: cache overlay composition"Jan Schmidt2-28/+8
2015-09-27Revert "dvdspu: improve negotiation of overlay composition"Jan Schmidt2-344/+50
2015-09-26dvdspu: fix pgs palette colorsArnaud Vrac1-2/+2
2015-09-26dvdspu: improve negotiation of overlay compositionArnaud Vrac2-50/+344
2015-09-26dvdspu: cache overlay compositionArnaud Vrac2-8/+28
2015-09-26dvdspu: handle frame size event from upstreamArnaud Vrac2-2/+10
2015-09-26dvdspu: allow suffix in dvd event name to allow multiple sticky dvd eventsArnaud Vrac1-1/+2
2015-09-26dvdspu: render to ARGB overlay instead of AYUVArnaud Vrac4-35/+53
2015-09-26dvdspu: render to AYUV overlayArnaud Vrac10-448/+440
2015-09-26dvdspu: pass dvdspu argument to set_caps functionsArnaud Vrac1-10/+8
2015-09-26dvdspu: skip unneeded reading of RLE dataArnaud Vrac1-3/+3
2015-09-17dvdspu: pgs: fix printf format/argument mismatch in debug statementsTim-Philipp Müller1-5/+6
2015-08-13spu-pgs: fix buffer and event leakVineeth TM1-2/+5
2015-08-13dvdspu: Fix event leaksVineeth TM1-2/+6
2015-06-09dvdspu: Map the pixel data once per render, not *ahem* twice per byte.Jan Schmidt2-5/+17
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2015-02-08dvdspu: some optimizationsRob Clark1-14/+23
2015-02-08dvdspu: Avoid warning if the video for a still frame arrives after the SPUJan Schmidt1-0/+3
2014-10-02gst: remove unnecessary GLIB_DISABLE_DEPRECATION_WARNINGSVineeth T M1-4/+0
2014-09-25style: remove unnecessary break statementsLuis de Bethencourt1-1/+0
2014-03-08dvdspu: set proxy allocation flag on the video sink padMatthieu Bouron1-0/+2
2014-02-08dvdspu: Remove unused variableSebastian Dröge1-7/+0
2013-11-25dvdspu: Don't unmap an unreffed bufferJan Schmidt1-1/+2
2013-11-23dvdspu: pop new packet when invalid next command blockMark Nauwelaerts1-5/+7
2013-11-21dvdspu: Handle vobsub packets smaller than 4 bytesJan Schmidt1-1/+5
2013-10-05dvdspu: handle sticky dvd eventsMatej Knopp1-0/+1
2013-07-29all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey1-6/+3
2013-07-29dvdspu: artifacts when rendering clipped spuMatej Knopp1-10/+13
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-02-07dvdspu: Fix the rendering of PGS windows with left != 0Jan Schmidt1-0/+2
2012-11-04Fix FSF addressTim-Philipp Müller9-18/+18
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-2/+2
2012-10-03dvdspu: add YV12 and NV12 supportRob Clark2-8/+9
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-12dvdspu: Advance video stream with gap events.Jan Schmidt1-14/+38
2012-08-31dvdspu: Make GAP event awareJan Schmidt1-0/+16
2012-08-20video/x-dvd-subpicture -> subpicture/x-dvdTim-Philipp Müller1-2/+2
2012-06-12dvdspu: Fix array typeEdward Hervey1-1/+1