summaryrefslogtreecommitdiff
path: root/ext/resindvd
AgeCommit message (Expand)AuthorFilesLines
2012-06-26resindvd: guard against not finding some data on a DVDVincent Penquerc'h1-1/+7
2012-03-16rsndvdsrc: post a message with title number and durationsVincent Penquerc'h1-0/+50
2012-03-09gst: Add better support for static pluginsSebastian Dröge2-2/+4
2012-02-03resindvd: fix wedge in preroll when playbin2 deinterlacing is enabledVincent Penquerc'h1-3/+7
2012-01-25resindvd: fix caps refcount errorVincent Penquerc'h1-1/+3
2012-01-25resindvd: fix preroll on titles with no audio trackVincent Penquerc'h2-12/+41
2012-01-23rsndvdsrc: fix leakVincent Penquerc'h1-0/+1
2012-01-23resindvdbin: fix video/audio mixup in error messageVincent Penquerc'h1-1/+1
2012-01-23rsnaudiomunge: keep the object ref longerVincent Penquerc'h1-1/+1
2011-12-07rsndec: Don't use the initial-identity property on autoconvertSebastian Dröge1-2/+1
2011-11-28various: fix pad template ref leaksVincent Penquerc'h6-28/+24
2011-11-07resindvdsrc: do not try to seek before the first chapterVincent Penquerc'h1-1/+6
2011-08-24rsndvd: ensure metadata is writable when writing to itVincent Penquerc'h1-0/+1
2011-07-12resindvd: Fix set-but-unused warningsOlivier Crête2-17/+1
2011-04-15Fix some unused-but-set-variable warnings with gcc 4.6Tim-Philipp Müller2-4/+0
2010-12-12resindvd: Defer pushing tag updates until streaming.Jan Schmidt2-8/+22
2010-12-12resindvd: Attempt to use glib language setting for DVD menus/audioJan Schmidt1-3/+21
2010-12-12resindvd: Fix silly typo in button state tracking.Jan Schmidt1-1/+1
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-3/+3
2010-09-26resindvdsrc: improve error messages on read errosTim-Philipp Müller1-11/+46
2010-05-19Split out GST_PLUGINS_BAD_CFLAGS from GST_CFLAGSDavid Schleef1-1/+2
2010-05-06resindvd: Apply caps to generated buffersJan Schmidt1-1/+3
2010-04-16resindvdbin: Use GST_FLOW_CUSTOM_SUCCESS instead of some integerSebastian Dröge1-2/+2
2010-04-16Revert "resindvdbin: Apply gcc 4.5 compiler warning workaround to the mpegpsd...Sebastian Dröge1-30/+24
2010-04-15resindvdbin: Apply gcc 4.5 compiler warning workaround to the mpegpsdemux copySebastian Dröge1-24/+30
2010-03-22Add -Wwrite-stringsBenjamin Otte1-1/+1
2010-03-21Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte1-11/+0
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte6-47/+24
2010-01-11resindvd: fix unaligned access in this copy of mpegdemux as wellTim-Philipp Müller1-3/+3
2009-11-21resindvd: Remove local basesrc copyJan Schmidt5-3191/+51
2009-11-18resindvd, dvdspu: Use new still-frame API from gst-plugins-baseJan Schmidt2-40/+15
2009-11-18resindvd: Guard against a divide-by-zero error.Jan Schmidt1-0/+3
2009-11-05resindvd: printf format fixesTim-Philipp Müller1-1/+1
2009-11-04resindvd,autoconvert: Avoid depending on 0.10.26 APIJan Schmidt1-2/+2
2009-11-04resindvd: Remove old code and obsolete commentsJan Schmidt2-53/+2
2009-11-02resindvd: Fix an oversight from updating the copy of basesrcJan Schmidt1-1/+1
2009-11-02resindvd: Use gst_base_src_new_seamless_segment()Jan Schmidt1-9/+16
2009-11-02resindvd: Add gst_base_src_new_seamless_segment() to GstBaseSrc copyJan Schmidt2-0/+64
2009-11-02resindvd: Update the base source copyJan Schmidt7-725/+945
2009-10-27resindvd: Remove extra new-segment in rsnstreamselector. Send discont.Jan Schmidt2-11/+13
2009-10-27resindvd: Avoid a deadlock. Improve chapter seek.Jan Schmidt1-13/+15
2009-10-27resindvd: lower a debug message to log level.Jan Schmidt1-1/+1
2009-10-27resindvd: Add a keypress mapping for switching audio trackJan Schmidt1-0/+4
2009-10-27resindvd: Set the new initial-identity property on autoconvertJan Schmidt1-1/+2
2009-10-16resindvd: Re-send audio stream select on re-configurationJan Schmidt1-1/+8
2009-10-16resindvd: Fix a small flaw - if any audio stream exists, use itJan Schmidt1-1/+3
2009-10-15resindvd: Fix decoder pad template to allow LPCMJan Schmidt1-23/+3
2009-10-13resindvd: Don't leak a reference to the parent in rsnaudiomungeJan Schmidt1-0/+1
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost1-0/+1
2009-10-01resindvdbin: If no suitable audio decoder is found play the DVD without audioSebastian Dröge2-3/+36