summaryrefslogtreecommitdiffstats
path: root/ext/resindvd
AgeCommit message (Expand)AuthorFilesLines
2009-04-29resindvd: Convert some g_print to GST_LOG_OBJECT and friends, remove some othersJan Schmidt4-36/+32
2009-04-29resindvd: Add DVDFASTSTART env var to making some testing easierJan Schmidt1-1/+7
2009-04-29resindvd: Remove redundant modulo operation in the demuxerJan Schmidt1-1/+1
2009-04-29resindvd: Map audio and subpicture logical streams to physical.Jan Schmidt2-24/+70
2009-04-03resindvd: require libdvdnav >= 4.1.2 for dvdnav_get_current_time()Tim-Philipp Müller1-12/+0
2009-04-02resindvd: Send both the logical and physical substream ID in the stream change.Jan Schmidt1-7/+12
2009-04-02resindvd: Use new GstNavigation functionality.Jan Schmidt3-119/+246
2009-04-02resindvd: Switch to using a hard-coded mpeg2dec, and change pad blocking a bit.Jan Schmidt2-16/+98
2009-04-02resindvd: Add newline to debug g_print statementJan Schmidt1-1/+1
2009-04-02resindvd: Make highlights work when jumping into menusJan Schmidt1-5/+13
2009-04-02resindvd: Support multiangle titles.Jan Schmidt1-2/+14
2009-04-02resindvd: Add back in support for using hardcoded a52decJan Schmidt1-4/+11
2009-04-02resindvd: Add some debug when creating the output pads in the demuxerJan Schmidt1-2/+15
2009-04-02resindvd: More hacking on the audio decoder.Jan Schmidt1-35/+41
2009-04-02resindvd: Trim back the g_print debug - convert to GST_DEBUG and GST_LOGJan Schmidt1-22/+24
2009-04-02resindvd: Extend the Resin audio decoder element, and switch rsndvdbin to use itJan Schmidt3-12/+315
2009-04-02resindvd: First part of the re-plugging audio decoderJan Schmidt3-0/+198
2009-04-02resindvd: remove unused code path from the binJan Schmidt1-33/+1
2009-04-02resindvd: Indent some thingsJan Schmidt1-12/+12
2009-04-02resindvd: Switch GST_BOILERPLATE to G_DEFINE_TYPE for no real reason.Jan Schmidt2-26/+14
2009-04-02resindvd: Add faststart, and work around some multi-angle issuesJan Schmidt2-17/+106
2009-04-02resindvd: Small debug output change in the source elementJan Schmidt1-1/+1
2009-01-09ext/resindvd/resindvdsrc.c: Additional patch for resin fixes time-based seeki...Jan Schmidt1-21/+92
2009-01-08ext/resindvd/: Add support for time based seeking.Jan Schmidt4-11/+108
2008-11-23ext/resindvd/resindvdsrc.c: Fix format string. Fixes bug #561992.Tal Shalif1-1/+1
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-11-01ext/resindvd/Makefile.am: Dist the play scripts.Stefan Kost1-0/+2
2008-10-30ext/resindvd/resindvdsrc.*: Better fix for #546319 and similar cases by expli...Jan Schmidt2-20/+28
2008-10-29ext/resindvd/resindvdsrc.c: Make sure to start the NAV packet processing when...Jan Schmidt1-17/+27
2008-10-28ext/resindvd/resin-play: Remove $@ to fix parse_launch warningStefan Kost2-1/+14
2008-10-07ext/resindvd/resindvdsrc.c: Fix next/prev chapter seeking at the beginning or...Jan Schmidt1-4/+14
2008-09-27ext/resindvd/: Add in Title/Chapter seeking, and simple but buggy audio and s...Jan Schmidt4-54/+281
2008-09-02Enable/fix up translations for these plugins.Tim-Philipp Müller2-3/+9
2008-08-29ext/resindvd/resindvdbin.c: Fix compiler warning on Forte.Jan Schmidt1-1/+1
2008-07-21ext/resindvd/Makefile.am: Dist missing header files. Fixes bug #543861.Sebastian Dröge1-1/+3
2008-07-14ext/resindvd/gstmpegdemux.c: Remove whitespace line.Jan Schmidt5-37/+110
2008-07-11docs/plugins/.cvsignore: Ignore *-undeclared.txtJan Schmidt13-146/+938
2008-06-21ext/resindvd/rsnbasesrc.c: Use the right i18n header.Stefan Kost1-1/+3
2008-06-20ext/resindvd/resindvdsrc.*: Schedule NAV packets and activate them with an as...Jan Schmidt3-93/+433
2008-06-17ext/resindvd/resindvdbin.c: Parse the URI argument into the device name so dv...Jan Schmidt2-7/+41
2008-06-17Make resindvd work with libdvdnav >= 4.0.0.Sebastian Dröge1-0/+9
2008-06-17configure.ac: Check for libdvdnav to build resindvd.Jan Schmidt22-0/+9974