summaryrefslogtreecommitdiffstats
path: root/ext/dv/gstdvdemux.c
Commit message (Expand)AuthorAgeFilesLines
* dv: fix warnings on macosxJosep Torra2009-10-091-8/+12
* dvdemux: Use values from decoder structure directlyDavid Schleef2009-09-131-9/+7
* dvdemux: Fix detection of new mediaDavid Schleef2009-09-131-1/+32
* dvdemux: Set DISCONT flag on buffers when REC_ST flag is set.Edward Hervey2009-09-121-6/+10
* dvdemux: post container-format tagTim-Philipp Müller2009-06-221-44/+28
* dvdemux: don't screw up first audio bufferTim-Philipp Müller2009-06-221-21/+21
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-4/+3
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-281-13/+9
* ext/dv/gstdvdemux.c: Restore previous behaviour of not passing QoS and naviga...Tim-Philipp Müller2008-12-091-0/+3
* ext/dv/gstdvdemux.c: Add srcpads only when needed and remove them again when ...Sebastian Dröge2008-12-091-33/+70
* ext/dv/gstdvdemux.c: Forward all events upstream unless it's something we rea...Sebastian Dröge2008-12-081-2/+5
* ext/dv/: Really call dv_init() exactly one time, not one time for the demuxer...Sebastian Dröge2008-12-081-3/+0
* ext/: gst_atomic_int_set ==> g_atomic_int_setEdward Hervey2008-04-171-3/+3
* ext/: When operating in pull mode, error out correct on not-linked.Tim-Philipp Müller2007-06-081-3/+3
* Activate pads before adding.Wim Taymans2006-10-061-0/+11
* ext/dv/gstdvdemux.*: When handling seek requests, don't send the newsegment e...Edward Hervey2006-08-181-8/+22
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-1/+1
* ext/dv/gstdvdec.c: Reset segment info on flush.Wim Taymans2006-06-141-0/+2
* ext/dv/gstdvdemux.c: Respect segment.stop. Fixes #342592.Wim Taymans2006-06-141-1/+6
* ext/dv/gstdvdemux.c: Implement EOS correctly by either postingWim Taymans2006-05-241-18/+32
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* ext/dv/gstdvdemux.*: Seek in READY patch. Only works for pull based mode.Michael Dominic K2006-03-291-10/+84
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-151-7/+3
* ext/dv/gstdvdemux.c: Handle events in push mode better, can now do non-flushi...Wim Taymans2006-03-091-8/+41
* docs/plugins/: Added dvdec and dvdemux to docs.Wim Taymans2006-02-281-200/+724
* ext/dv/: Ueber spiffify some more, added debug category.Wim Taymans2006-02-221-65/+111
* Pass unhandled queries upstream instead of just dropping them (#326446). Upda...Tim-Philipp Müller2006-02-061-2/+2
* ext/dv/: Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new t...Andy Wingo2006-01-271-0/+1
* expand tabsThomas Vander Stichele2005-12-061-9/+9
* ext/dv/: Fix seeking in dvdemux again, add some more debug info.Wim Taymans2005-11-301-5/+12
* ext/dv/: Fractional framerates for DV.Michael Smith2005-11-221-14/+34
* ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)...Andy Wingo2005-11-221-2/+2
* Update for stream lock API changes: don't take stream log in sink event handl...Tim-Philipp Müller2005-11-211-12/+0
* ext/dv/gstdvdemux.c: Call gst_element_no_more_pads when there will be no more...Edward Hervey2005-10-241-3/+17
* Set correct stream_time in newsegment event. avi can also handle a duration q...Wim Taymans2005-10-211-1/+2
* API change fix.Wim Taymans2005-10-191-14/+24
* newsegment API update.Wim Taymans2005-10-111-2/+2
* ext/dv/gstdvdemux.c: Fixes for better conversionEdward Hervey2005-10-051-3/+6
* ext/dv/: Added DEFAULT <==> BYTES, TIME conversions on srcpad,Edward Hervey2005-10-041-9/+47
* ext/dv/gstdvdemux.c (gst_dvdemux_chain): Move the pad adding here from the st...Andy Wingo2005-09-051-2/+4
* All plugins updated for element state changes.Andy Wingo2005-09-021-13/+12
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-1/+1
* ext/dv/gstdvdemux.c (gst_dvdemux_demux_frame): Send out valid segment end tim...Andy Wingo2005-08-241-10/+11
* ext/raw1394/gstdv1394src.c (gst_dv1394src_iso_receive): Note license info in ...Andy Wingo2005-08-161-0/+1001