summaryrefslogtreecommitdiff
path: root/ext/resindvd
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-2/+2
2018-05-04resindvsrc: Don't use the GST_EVENT_TIMESTAMPJan Schmidt1-1/+2
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2018-04-12resindvd, uvch264src, dx9screencapsrc: fix clock ref leaks in error pathsGarima Gaur1-0/+2
2017-05-18Fix up package name and origin in some pluginsTim-Philipp Müller1-1/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier2-17/+8
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+27
2016-08-19plugins: Use stdint.h instead of _stdint.hNirbheek Chauhan1-1/+3
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM5-24/+21
2016-02-08resindvd: remove commented out includeLuis de Bethencourt1-1/+0
2016-02-08Revert "resindvd: get rid of _stdint.h include"Luis de Bethencourt2-5/+7
2016-02-08resindvd: get rid of _stdint.h includeLuis de Bethencourt2-7/+5
2015-12-15plugins-bad: Fix example pipelinesVineeth TM2-2/+2
2015-11-05resindvd: use GST_STIME_FORMAT for GstClockTimeDiffLuis de Bethencourt1-2/+2
2015-10-02resindvd: Port to new GLib mutex/cond APISebastian Dröge4-105/+104
2015-09-27resindvd: Send gap updates to the segment stop during stillsJan Schmidt1-10/+15
2015-05-27resindvd: remove unused valueLuis de Bethencourt1-2/+0
2015-03-12Remove a bunch of silly ';;' typos at the end of linesJan Schmidt1-1/+1
2015-02-19rsninputselector: Fail the latency query if one of the upstream queries failsSebastian Dröge1-3/+4
2015-02-11Improve and fix LATENCY query handlingSebastian Dröge1-2/+1
2015-02-08resindvd: Don't send meaningless segment position downstreamJan Schmidt1-11/+6
2014-04-09resindvd: avoid crashing in pathological caseVincent Penquerc'h1-1/+5
2014-04-08resindvd: guard against overflow in audio subtitle streamsVincent Penquerc'h1-1/+1
2014-04-08resindvd: guard against overflow in menu subtitle streamsVincent Penquerc'h1-1/+1
2014-01-16resindvd: Merge changes across from master mpegdemuxJan Schmidt3-212/+282
2014-01-15resindvdsrc: fix minor memory leak when creating title info messageTim-Philipp Müller1-0/+2
2013-12-10resindvd: Remove racy glib warning.Jan Schmidt1-6/+13
2013-07-29all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey3-15/+36
2013-07-23resindvd: Add support for group-id in the stream-start eventSebastian Dröge2-1/+26
2013-07-22resindvd: Send stream-start event before anything else on the mpeg demuxer sr...Sebastian Dröge1-0/+10
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2013-01-07resindvd: handle non-utf8 dvd disc titles betterTim-Philipp Müller3-2/+12
2012-11-30resindvd, frei0r: link to libgmodule-2.0 in plugins that use g_module_* APITim-Philipp Müller1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller12-24/+24
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller5-6/+6
2012-10-02resindvd: Remove caps lock from parsetter element.Jan Schmidt2-13/+0
2012-10-01resindvd: Update overridden caps when the DAR changesJan Schmidt1-2/+9
2012-10-01resindvd: Port parsetter elementJan Schmidt6-359/+115
2012-09-30resindvd: Fiddle with segment handling for DVD.Jan Schmidt2-19/+46
2012-09-26resindvd: Don't send spurious 'close segment' events. Make a single segmentJan Schmidt1-50/+1
2012-09-18resindvd: Fix segment handling in the demuxer.Jan Schmidt2-9/+62
2012-09-15use gst_element_factory_get_metadata to replace obsolete APIMark Nauwelaerts1-2/+4
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts5-6/+6
2012-09-14ffmpegcolorspace is no moreWim Taymans1-1/+1
2012-09-12resindvd: Start with a larger subpicture queue for preroll.Jan Schmidt2-5/+24
2012-09-12resindvd: Disable input-selector syncingJan Schmidt1-5/+10
2012-09-11ext, gst: only activate in pull mode if upstream is seekableMark Nauwelaerts1-1/+2
2012-09-02gst_message_new_duration -> gst_message_new_duration_changedTim-Philipp Müller1-2/+1
2012-09-01resindvd/mpegdemux: Send both PTS and DTS downstreamJan Schmidt1-8/+10