summaryrefslogtreecommitdiff
path: root/ext/resindvd
AgeCommit message (Expand)AuthorFilesLines
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
2009-10-01resindvdbin: Also post missing element messages if any other element is missingSebastian Dröge1-0/+2
2009-10-01resindvdbin: Post missing decoder messages if one is missingSebastian Dröge2-1/+15
2009-10-01resindvdbin: Use the new video decoderSebastian Dröge1-31/+4
2009-10-01resindvdbin: Rename filesSebastian Dröge4-4/+4
2009-10-01resindvdbin: Refactor audio decoder and add a (MPEG) video decoderSebastian Dröge2-114/+246
2009-10-01rsnaudiodec: Get desired sink caps from the pad templateSebastian Dröge1-5/+6
2009-09-30resindvdbin: Create external srcpads from the static pad templatesSebastian Dröge1-8/+14
2009-09-26resindvdbin: Use gst_caps_can_intersect() because it's fasterSebastian Dröge1-3/+1
2009-09-26rsnaudiodec: Use ghost pads and always forward application/x-gst-dvd events i...Sebastian Dröge2-253/+52
2009-09-26resindvdbin: Use autoconvert in rsnaudiodec and build a list of possible deco...Jan Schmidt2-9/+149
2009-09-25rsnstreamselector: Use new single object iterator for the internally linked padsSebastian Dröge1-58/+6
2009-09-25resindvdbin: Don't block the external ghost pads but only their targetsSebastian Dröge2-20/+58
2009-08-31rsnstreamselector: Use iterate internal links instead of deprecated get inter...Sebastian Dröge1-32/+68
2009-08-25resindvd, rawparse: fix LDFLAGS for gst-plugins-base libsРуслан Ижбулатов1-1/+1
2009-07-13resindvd: Don't send empty language code stringsJan Schmidt1-3/+5
2009-06-19Make build without warnings with debugging disabledTim-Philipp Müller1-2/+1
2009-05-27resindvd: Create all the audio streams of all formatsJan Schmidt4-10/+20
2009-05-26resindvd: LPCM streams are only from 0xa0 to 0xaf.Jan Schmidt1-1/+1
2009-05-26resindvd: Fix subpicture timing in some casesJan Schmidt1-1/+3
2009-05-26resindvd: Try a different approach to segment filling.Jan Schmidt1-13/+19
2009-05-26resindvd: Minor change to inline a function in the demuxerJan Schmidt1-1/+1
2009-05-14resindvd: Fix the argument order in a debug statementJan Schmidt1-4/+6
2009-05-14resindvd: Make segment updates less aggressive.Jan Schmidt2-13/+26
2009-05-14resindvd: Rework button highlight calculation slightlyJan Schmidt1-20/+21
2009-05-14resindvd: Send commands-changed on button change and handle commands queryJan Schmidt2-5/+92
2009-05-14resindvd: Fix a leak of the DVD title stringJan Schmidt1-0/+1