summaryrefslogtreecommitdiffstats
path: root/ext/dv
Commit message (Expand)AuthorAgeFilesLines
* 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
* ext/dv/gstdvdec.*: Infer pixel-aspect-ratio from the video frame format if it...Wim Taymans2007-03-092-26/+116
* ext/dv/gstdvdec.c: Use gst_pad_new_from_static_template instead of static_pad...Jan Schmidt2007-03-041-8/+2
* gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...Tim-Philipp Müller2006-11-011-6/+5
* 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-182-8/+23
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-222-2/+2
* ext/dv/gstdvdec.c: Reset segment info on flush.Wim Taymans2006-06-142-4/+21
* ext/dv/gstdvdemux.c: Respect segment.stop. Fixes #342592.Wim Taymans2006-06-141-1/+6
* autogen.sh: require am17Thomas Vander Stichele2006-06-111-10/+4
* ext/dv/gstdvdec.*: Added GstSegment handling, now implements dropping/clipping.Edward Hervey2006-06-022-1/+63
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-4/+4
* 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-252-2/+2
* ext/dv/gstdv.c: Fix build.Tim-Philipp Müller2006-04-211-1/+2
* ext/dv/gstdv.c (plugin_init): libdv is a marginal decoder, at best, on big en...Andy Wingo2006-04-211-2/+11
* better/unified long descriptionsWim Taymans2006-03-301-2/+2
* ext/dv/gstdvdemux.*: Seek in READY patch. Only works for pull based mode.Michael Dominic K2006-03-292-11/+86
* 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-283-212/+793
* ext/dv/: Ueber spiffify some more, added debug category.Wim Taymans2006-02-224-81/+119
* 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-272-0/+2
* expand tabsThomas Vander Stichele2005-12-063-41/+41
* Update for alloc_buffer changes.Andy Wingo2005-12-051-1/+1
* ext/dv/: Fix seeking in dvdemux again, add some more debug info.Wim Taymans2005-11-303-6/+15
* ext/dv/gstdvdec.c: Handle the case where the incoming Video dv stream doesn't...Edward Hervey2005-11-261-5/+7
* fix up more enumsThomas Vander Stichele2005-11-221-7/+6
* ext/dv/: Fractional framerates for DV.Michael Smith2005-11-224-25/+53
* 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
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* 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-042-11/+49
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-3/+2
* 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-022-26/+24
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-282-2/+2
* 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-166-1229/+1258
* Various event updates and cleanups.Wim Taymans2005-07-271-42/+46
* ext/dv/gstdvdec.c (gst_dvdec_decode_video): Set the proper framerate on the o...Andy Wingo2005-07-191-2/+4
* ext/dv/gstdvdec.c (gst_dvdec_decode_video): Don't clobber alloc_buffer's retu...Andy Wingo2005-07-191-11/+19
* ext/dv/gstdvdec.h: Fix signedness error.Andy Wingo2005-07-191-2/+2