| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the field dominance | David Schleef | 2009-02-27 | 1 | -2/+2 |
* | dvdec: Add interlacing info to caps and buffers | David Schleef | 2009-02-25 | 2 | -1/+10 |
* | Update and add documentation for plugins with deps (ext). | Stefan Kost | 2009-01-28 | 2 | -25/+17 |
* | ext/dv/gstdvdemux.c: Restore previous behaviour of not passing QoS and naviga... | Tim-Philipp Müller | 2008-12-09 | 1 | -0/+3 |
* | ext/dv/gstdvdemux.c: Add srcpads only when needed and remove them again when ... | Sebastian Dröge | 2008-12-09 | 1 | -33/+70 |
* | ext/dv/gstdvdemux.c: Forward all events upstream unless it's something we rea... | Sebastian Dröge | 2008-12-08 | 1 | -2/+5 |
* | ext/dv/: Really call dv_init() exactly one time, not one time for the demuxer... | Sebastian Dröge | 2008-12-08 | 3 | -6/+2 |
* | Don't install static libs for plugins. Fixes #550851 for -good. | Stefan Kost | 2008-11-04 | 1 | -0/+1 |
* | ext/dv/gstdv.c: Fix compilation. | Wim Taymans | 2008-06-26 | 1 | -2/+0 |
* | ext/dv/gstdv.c: Marking rank of dvdec as GST_RANK_MARGINAL since it's the slo... | Edward Hervey | 2008-06-26 | 1 | -10/+2 |
* | ext/: gst_atomic_int_set ==> g_atomic_int_set | Edward Hervey | 2008-04-17 | 1 | -3/+3 |
* | ext/: When operating in pull mode, error out correct on not-linked. | Tim-Philipp Müller | 2007-06-08 | 1 | -3/+3 |
* | ext/dv/gstdvdec.*: Infer pixel-aspect-ratio from the video frame format if it... | Wim Taymans | 2007-03-09 | 2 | -26/+116 |
* | ext/dv/gstdvdec.c: Use gst_pad_new_from_static_template instead of static_pad... | Jan Schmidt | 2007-03-04 | 1 | -8/+2 |
* | gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it... | Tim-Philipp Müller | 2006-11-01 | 1 | -6/+5 |
* | Activate pads before adding. | Wim Taymans | 2006-10-06 | 1 | -0/+11 |
* | ext/dv/gstdvdemux.*: When handling seek requests, don't send the newsegment e... | Edward Hervey | 2006-08-18 | 2 | -8/+23 |
* | Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f... | Tim-Philipp Müller | 2006-06-22 | 2 | -2/+2 |
* | ext/dv/gstdvdec.c: Reset segment info on flush. | Wim Taymans | 2006-06-14 | 2 | -4/+21 |
* | ext/dv/gstdvdemux.c: Respect segment.stop. Fixes #342592. | Wim Taymans | 2006-06-14 | 1 | -1/+6 |
* | autogen.sh: require am17 | Thomas Vander Stichele | 2006-06-11 | 1 | -10/+4 |
* | ext/dv/gstdvdec.*: Added GstSegment handling, now implements dropping/clipping. | Edward Hervey | 2006-06-02 | 2 | -1/+63 |
* | Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass | Stefan Kost | 2006-06-01 | 2 | -4/+4 |
* | ext/dv/gstdvdemux.c: Implement EOS correctly by either posting | Wim Taymans | 2006-05-24 | 1 | -18/+32 |
* | Define GstElementDetails as const and also static (when defined as global) | Stefan Kost | 2006-04-25 | 2 | -2/+2 |
* | ext/dv/gstdv.c: Fix build. | Tim-Philipp Müller | 2006-04-21 | 1 | -1/+2 |
* | ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at best, on big en... | Andy Wingo | 2006-04-21 | 1 | -2/+11 |
* | better/unified long descriptions | Wim Taymans | 2006-03-30 | 1 | -2/+2 |
* | ext/dv/gstdvdemux.*: Seek in READY patch. Only works for pull based mode. | Michael Dominic K | 2006-03-29 | 2 | -11/+86 |
* | Fix memleak with gst_static_pad_template_get(). | Edward Hervey | 2006-03-15 | 1 | -7/+3 |
* | ext/dv/gstdvdemux.c: Handle events in push mode better, can now do non-flushi... | Wim Taymans | 2006-03-09 | 1 | -8/+41 |
* | docs/plugins/: Added dvdec and dvdemux to docs. | Wim Taymans | 2006-02-28 | 3 | -212/+793 |
* | ext/dv/: Ueber spiffify some more, added debug category. | Wim Taymans | 2006-02-22 | 4 | -81/+119 |
* | Pass unhandled queries upstream instead of just dropping them (#326446). Upda... | Tim-Philipp Müller | 2006-02-06 | 1 | -2/+2 |
* | ext/dv/: Call dv_set_error_log (dv_decoder_t *, NULL); after dv_decoder_new t... | Andy Wingo | 2006-01-27 | 2 | -0/+2 |
* | expand tabs | Thomas Vander Stichele | 2005-12-06 | 3 | -41/+41 |
* | Update for alloc_buffer changes. | Andy Wingo | 2005-12-05 | 1 | -1/+1 |
* | ext/dv/: Fix seeking in dvdemux again, add some more debug info. | Wim Taymans | 2005-11-30 | 3 | -6/+15 |
* | ext/dv/gstdvdec.c: Handle the case where the incoming Video dv stream doesn't... | Edward Hervey | 2005-11-26 | 1 | -5/+7 |
* | fix up more enums | Thomas Vander Stichele | 2005-11-22 | 1 | -7/+6 |
* | ext/dv/: Fractional framerates for DV. | Michael Smith | 2005-11-22 | 4 | -25/+53 |
* | ext/dv/gstdvdemux.c (gst_dvdemux_handle_sink_event) (gst_dvdemux_demux_frame)... | Andy Wingo | 2005-11-22 | 1 | -2/+2 |
* | Update for stream lock API changes: don't take stream log in sink event handl... | Tim-Philipp Müller | 2005-11-21 | 1 | -12/+0 |
* | rework configure.ac; make asterisk rtp stuff compile on mingw | Thomas Vander Stichele | 2005-11-14 | 1 | -1/+1 |
* | ext/dv/gstdvdemux.c: Call gst_element_no_more_pads when there will be no more... | Edward Hervey | 2005-10-24 | 1 | -3/+17 |
* | Set correct stream_time in newsegment event. avi can also handle a duration q... | Wim Taymans | 2005-10-21 | 1 | -1/+2 |
* | API change fix. | Wim Taymans | 2005-10-19 | 1 | -14/+24 |
* | newsegment API update. | Wim Taymans | 2005-10-11 | 1 | -2/+2 |
* | ext/dv/gstdvdemux.c: Fixes for better conversion | Edward Hervey | 2005-10-05 | 1 | -3/+6 |
* | ext/dv/: Added DEFAULT <==> BYTES, TIME conversions on srcpad, | Edward Hervey | 2005-10-04 | 2 | -11/+49 |