summaryrefslogtreecommitdiff
path: root/ext/dvdread/dvdreadsrc.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-25dvdreadsrc: Fix string memory leakSatya Prakash Gupta1-0/+1
2016-11-20dvdreadsrc: dvd-spu-clut-change is a sticky custom eventMark Nauwelaerts1-1/+1
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-05-12dvdread: Also reset the first_seek var in start()Jan Schmidt1-0/+2
2015-05-12dvdread: Work around basesrc initial seekJan Schmidt1-0/+8
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
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
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-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üller1-26/+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
2011-09-19dvdreadsrc: fix sector search for packed titlesVincent Penquerc'h1-12/+10
2011-04-14dvdread, sidplay, x264enc: fix unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller1-2/+1
2010-11-13dvdreadsrc: remove bogus commentTim-Philipp Müller1-1/+1
2010-11-13dvdreadsrc: fix handling of multi-angle streamsThomas Green1-1/+1
2010-10-19various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-4/+5
2010-09-26dvdreadsrc: improve error messages on read errorsTim-Philipp Müller1-1/+28
2010-03-24build: Add all kinds of compiler warning flags and fix the resulting warningsSebastian Dröge1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-8/+4
2009-07-22dvdnav: remove dvdnav pluginTim-Philipp Müller1-1/+1
2008-08-07Make sure gettext returns translations in UTF-8 encoding rather than in the c...Frederic Crozat1-0/+1
2008-06-27ext/dvdread/dvdreadsrc.c: Allow and implement non-flushing and/or segment see...Mark Nauwelaerts1-16/+24
2008-02-18ext/dvdread/dvdreadsrc.c: Add some gint64 casts to prevent 32 bit integer ove...Tal Shalif1-3/+3
2008-02-13ext/dvdread/dvdreadsrc.c: Fix regression in DVD seeking - when a pack we expe...Jan Schmidt1-10/+21