summaryrefslogtreecommitdiff
path: root/ext/resindvd/gstmpegdemux.c
Commit message (Expand)AuthorAgeFilesLines
* resindvd: Send gap updates to the segment stop during stillsJan Schmidt2015-09-271-10/+15
* resindvd: remove unused valueLuis de Bethencourt2015-05-271-2/+0
* resindvd: Don't send meaningless segment position downstreamJan Schmidt2015-02-081-11/+6
* resindvd: avoid crashing in pathological caseVincent Penquerc'h2014-04-091-1/+5
* resindvd: Merge changes across from master mpegdemuxJan Schmidt2014-01-161-155/+220
* all: Fix for GST_DISABLE_GST_DEBUGEdward Hervey2013-07-291-14/+28
* resindvd: Add support for group-id in the stream-start eventSebastian Dröge2013-07-231-1/+23
* resindvd: Send stream-start event before anything else on the mpeg demuxer sr...Sebastian Dröge2013-07-221-0/+10
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* resindvd: Fiddle with segment handling for DVD.Jan Schmidt2012-09-301-11/+22
* resindvd: Don't send spurious 'close segment' events. Make a single segmentJan Schmidt2012-09-261-50/+1
* resindvd: Fix segment handling in the demuxer.Jan Schmidt2012-09-181-9/+12
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* ext, gst: only activate in pull mode if upstream is seekableMark Nauwelaerts2012-09-111-1/+2
* resindvd/mpegdemux: Send both PTS and DTS downstreamJan Schmidt2012-09-011-8/+10
* resindvd: Add some GAP event stuff to make still-frames start to workJan Schmidt2012-08-311-31/+28
* resindvd: Initial partial port to 0.11Jan Schmidt2012-08-311-297/+532
* video/x-dvd-subpicture -> subpicture/x-dvdTim-Philipp Müller2012-08-201-2/+2
* Revert "resindvdbin: Apply gcc 4.5 compiler warning workaround to the mpegpsd...Sebastian Dröge2010-04-161-30/+24
* resindvdbin: Apply gcc 4.5 compiler warning workaround to the mpegpsdemux copySebastian Dröge2010-04-151-24/+30
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-9/+3
* resindvd: fix unaligned access in this copy of mpegdemux as wellTim-Philipp Müller2010-01-111-3/+3
* resindvd: printf format fixesTim-Philipp Müller2009-11-051-1/+1
* resindvd: Create all the audio streams of all formatsJan Schmidt2009-05-271-6/+11
* resindvd: LPCM streams are only from 0xa0 to 0xaf.Jan Schmidt2009-05-261-1/+1
* resindvd: Fix subpicture timing in some casesJan Schmidt2009-05-261-1/+3
* resindvd: Try a different approach to segment filling.Jan Schmidt2009-05-261-13/+19
* resindvd: Minor change to inline a function in the demuxerJan Schmidt2009-05-261-1/+1
* resindvd: Make segment updates less aggressive.Jan Schmidt2009-05-141-13/+25
* resindvd: Modify the segment update logicJan Schmidt2009-05-111-2/+10
* resindvd: Convert some g_print to GST_LOG_OBJECT and friends, remove some othersJan Schmidt2009-04-291-16/+12
* resindvd: Remove redundant modulo operation in the demuxerJan Schmidt2009-04-291-1/+1
* resindvd: Map audio and subpicture logical streams to physical.Jan Schmidt2009-04-291-6/+19
* resindvd: Add some debug when creating the output pads in the demuxerJan Schmidt2009-04-021-2/+15
* ext/resindvd/: Add in Title/Chapter seeking, and simple but buggy audio and s...Jan Schmidt2008-09-271-5/+84
* ext/resindvd/gstmpegdemux.c: Remove whitespace line.Jan Schmidt2008-07-141-1/+0
* docs/plugins/.cvsignore: Ignore *-undeclared.txtJan Schmidt2008-07-111-5/+23
* configure.ac: Check for libdvdnav to build resindvd.Jan Schmidt2008-06-171-0/+1943