summaryrefslogtreecommitdiff
path: root/ext/raw1394
AgeCommit message (Expand)AuthorFilesLines
2012-12-10suppress more warningsWim Taymans1-0/+2
2011-11-28various: fix pad template leaksVincent Penquerc'h2-4/+2
2011-06-24dv1394src: make the internal clock thread safeAndoni Morales Alastruey1-0/+2
2011-04-16jpegenc: pulsesink: raw1394: Address unused but set variablesRobert Swain2-2/+2
2010-10-13various (ext): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-13/+16
2010-10-12ext, gst: canonicalise property names where this wasn't the caseTim-Philipp Müller1-1/+1
2010-10-04raw1394: Don't compile hdv1394src if libiec61883 isn't availableEdward Hervey2-2/+14
2010-07-16dv1394src: Post clock-provide and clock-lost messages when going from/to PLAYINGSebastian Dröge1-0/+36
2010-06-15raw1394: remove useless last_timeMarc-André Lureau2-2/+0
2010-06-10dv1394: Fix the internal clock even moreAndoni Morales Alastruey1-1/+1
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte2-2/+2
2010-03-18dv1394src: Fix internal clockAndoni Morales Alastruey1-3/+6
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2-16/+10
2010-02-15raw1394, matroska, rtpmanager: remove padding from structuresTim-Philipp Müller1-3/+0
2009-11-05raw1394: printf format fixesTim-Philipp Müller2-2/+2
2009-09-09dv1394src: Add a clock based on isochronous cycle counterDavid Schleef5-2/+265
2009-08-10dv1394src: Fix element for live usage... which has been broken for 2 years :(Edward Hervey1-131/+9
2009-08-10raw1394: Remove unneeded variableEdward Hervey1-2/+1
2009-06-24raw1394: sprinkle branch likeliness macros accross the code.Edward Hervey2-7/+10
2009-05-08raw1394: include stdlib.h for strtol()Tim-Philipp Müller2-0/+2
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2-6/+3
2009-02-22hdv1394src: Don't use void * pointer arithmeticSebastian Dröge1-1/+1
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost2-9/+22
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-09-11ext/raw1394/: Pretend to care about the result of write() which works around ...Tim-Philipp Müller2-4/+4
2008-08-30Make stuff compile with GST_DISABLE_GST_DEBUG.Tim-Philipp Müller1-1/+3
2008-08-11ext/raw1394/: mpeg2-ts (HDV) variant of firewire capture element.Edward Hervey4-3/+919
2008-07-08Don't use declarations after statements and variable length arrays.Sebastian Dröge1-4/+3
2008-05-28Document whats first shown on the fdo plugin docs page :)Stefan Kost1-0/+17
2007-11-14ext/raw1394/: Implement GstPropertyProbe interface and add "device-name" prop...Julien Puydt5-5/+265
2007-05-16ext/raw1394/gstdv1394src.c: Replace direct comparison of a string with the st...Sebastian Dröge1-1/+1
2007-03-07ext/raw1394/gstdv1394src.c: Free handles that we allocated when exiting via t...Jan Schmidt1-0/+10
2006-08-28ext/raw1394/gstdv1394src.c (gst_dv1394src_from_raw1394handle): New helper fun...Andy Wingo1-46/+51
2006-06-11moap ignoreThomas Vander Stichele1-0/+1
2006-06-11ext/raw1394/gstdv1394src.c: gratuitous comment changesThomas Vander Stichele1-2/+2
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2
2006-05-31ext/raw1394/gstdv1394src.c: Fix bus reset when using libiec61883Zaheer Abbas Merali1-2/+3
2006-05-31configure.ac: Detect libiec61883 and set necessary CFLAGS and LIBS for dv1394.Zaheer Abbas Merali3-17/+144
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+1
2006-04-21ext/raw1394/gstdv1394src.c: Use scale functionsWim Taymans1-2/+7
2006-04-05ext/raw1394/gstdv1394src.c: distinguish between device not found and could no...Thomas Vander Stichele1-4/+20
2006-03-30better/unified long descriptionsWim Taymans1-1/+1
2006-03-16Change bus reset handler so it reports useful information such as whether the...Zaheer Abbas Merali2-2/+45
2005-11-22URIHandler interface and element properties are now properly synchronized for...Edward Hervey1-1/+26
2005-11-14rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele1-1/+1
2005-10-19API change fix.Wim Taymans1-2/+2
2005-10-07Don't unref the message.Andy Wingo1-1/+0
2005-10-07Post a message when the cable is unplugged.Andy Wingo1-12/+24
2005-10-07ext/raw1394/gstdv1394src.c: Make interruptible, so it won't block forever in ...Andy Wingo2-19/+119
2005-10-07ext/raw1394/gstdv1394src.c: Clean up for style before doing some hacking. The...Andy Wingo1-237/+121