summaryrefslogtreecommitdiff
path: root/ext/dvdread
AgeCommit message (Expand)AuthorFilesLines
2019-12-18ugly: use of g_value_dup_stringStéphane Cerveau1-1/+1
2019-10-13Remove autotools build systemTim-Philipp Müller1-11/+0
2019-05-13docs: Port documentation to hotdocThibault Saunier1-0/+1
2019-04-22meson: Always require the gmodule dependencySebastian Dröge1-2/+0
2019-02-12dvdreadsrc: Work around GCC9 compiler warningSebastian Dröge1-3/+7
2018-07-27Add feature options for all pluginsNirbheek Chauhan1-2/+3
2018-04-25Meson: Generate pc file for all plugins in uglyXavier Claessens1-0/+1
2017-07-25dvdreadsrc: Fix string memory leakSatya Prakash Gupta1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-11-20dvdreadsrc: dvd-spu-clut-change is a sticky custom eventMark Nauwelaerts1-1/+1
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+13
2016-08-19plugins: Use <stdint.h> instead of _stdint.hNirbheek Chauhan1-2/+3
2016-03-24ugly: use new gst_element_class_add_static_pad_template()Vineeth TM1-2/+1
2016-02-28dvdread: Fix seek starting at 0 for title != 1Jens Georg1-1/+2
2015-09-29dvdread: remove broken linkReynaldo H. Verdejo Pinochet1-1/+0
2015-05-12dvdread: Also reset the first_seek var in start()Jan Schmidt1-0/+2
2015-05-12dvdread: Work around basesrc initial seekJan Schmidt2-0/+9
2015-03-10Fix double semicolonsTim-Philipp Müller1-1/+1
2014-04-10dvdread: avoid intermediate promotion to signedVincent Penquerc'h1-3/+4
2013-07-09dvdreadsrc: correctly determine last chapter's durationMark Nauwelaerts1-1/+3
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-30dvdread: link to libgmodule-2.0 since the g_module_* API is usedTim-Philipp Müller1-2/+3
2012-11-03Fix FSF addressTim-Philipp Müller2-4/+4
2012-10-18dvdreadsrc: correctly set next cell when seeking to sectorMark Nauwelaerts1-4/+4
2012-10-12dvdreadsrc: update dvd event to enhanced approachMark Nauwelaerts1-1/+9
2012-09-14rename some caps and elements in examplesWim Taymans1-1/+1
2012-07-17dvdreadsrc: mustn't drop queries like caps query if not started yetTim-Philipp Müller1-15/+19
2012-07-12dvdreadsrc: set rank to NONETim-Philipp Müller1-1/+1
2012-04-30dvdread: fix build after recent include reshuffling in coreTim-Philipp Müller1-0/+2
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-20Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-1/+1
2012-03-15update for memory api changesWim Taymans1-1/+2
2012-03-06dvdreadsrc: Use variable type with correct signednessSebastian Dröge1-2/+2
2012-01-25Merge branch 'master' into 0.11Sebastian Dröge1-1/+4
2012-01-25port to new memory APIWim Taymans1-5/+7
2012-01-13dvdreadsrc: fix off by one in cell calculation for the last chapterVincent Penquerc'h1-1/+4
2012-01-10Merge branch 'master' into 0.11Sebastian Dröge1-3/+15
2012-01-03GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans1-2/+2
2011-12-21dvdreadsrc: map subtitle language tag to stream indicated in PGC dataMark Nauwelaerts1-2/+13
2011-12-21dvdreadsrc: minor safety tweak to sector seekingMark Nauwelaerts1-1/+2
2011-12-06fix for basesrc changesWim Taymans1-3/+3
2011-11-29dvdreadsrc: Fix format string compiler warningРуслан Ижбулатов1-1/+2
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-2/+1
2011-11-23ext: fix more printf format warnings in debug messagesTim-Philipp Müller1-1/+2
2011-11-13Update for GstURIHandler get_protocols() changesTim-Philipp Müller1-2/+2
2011-11-13dvdreadsrc, pnmsrc: update for GstURIHandler changesTim-Philipp Müller2-27/+15
2011-10-10dvdread: port to 0.11Wim Taymans1-64/+53
2011-09-19dvdreadsrc: take into account first sector of the current titleVincent Penquerc'h1-0/+23
2011-09-19dvdreadsrc: fix sector seekingVincent Penquerc'h1-10/+12