summaryrefslogtreecommitdiffstats
path: root/ext/dv
Commit message (Expand)AuthorAgeFilesLines
* dv: fix warnings on macosxJosep Torra2009-10-091-8/+12
* Update makefile with missing header fileChristian F.K. Schaller2009-09-301-1/+1
* dvdemux: Use values from decoder structure directlyDavid Schleef2009-09-132-11/+7
* dvdemux: Add code to parse SMPTE time codesDavid Schleef2009-09-134-0/+393
* dvdemux: Fix detection of new mediaDavid Schleef2009-09-132-1/+33
* dvdemux: Set DISCONT flag on buffers when REC_ST flag is set.Edward Hervey2009-09-121-6/+10
* dvdec: set bottom field first on PAL interlaced content, not top field firstZaheer Merali2009-08-141-5/+1
* 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 a few old example apps from the 0.8 daysTim-Philipp Müller2009-06-141-101/+0
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-4/+3
* Fix the field dominanceDavid Schleef2009-02-271-2/+2
* dvdec: Add interlacing info to caps and buffersDavid Schleef2009-02-252-1/+10
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-282-25/+17
* 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-083-6/+2
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* ext/dv/gstdv.c: Fix compilation.Wim Taymans2008-06-261-2/+0
* ext/dv/gstdv.c: Marking rank of dvdec as GST_RANK_MARGINAL since it's the slo...Edward Hervey2008-06-261-10/+2
* 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