search for: autoplug

Displaying 7 results from an estimated 7 matches for "autoplug".

Did you mean: autoplay
2006 May 19
0
ANNOUNCE: release of Cortado 0.2.0
...joy ! Thomas -------------- next part -------------- Release notes for Cortado?0.2.0 "Broken Record" Cortado applet Features of this release * Seeking in on-demand files and streams * Deadlock fixes * Build now uses ant * Shutdown fixes * Autoplugging based on mimetype; makes local file playback work * Autodect audio backend from sun.audio or javax.sound Bugs fixed in this release * 265 : NullPointerException * 142 : JPEG applet's internal buffering produces "lag" * 367 : cortado fails to build on...
2007 Mar 22
1
Integrating Swfdec and GStreamer
...eople have asked me why I removed the GStreamer plugin from Swfdec. This is motivated by Swfdec now supporting Actionscript and what the Actionscript stuff can do to one's Flash files. This whole new can of worms would make lots of Flash files complicated to get right, especially in the autoplugger. Since I don't have the time to hack two output frontends and the GStreamer one was problematic, I removed the plugin. Btw, I think these problems would apply to other formats interesting for GStreamer, too, like for example SMIL. In no particular order: - Flash files can load (mult...
2020 May 08
0
Wine release 5.8
...move some no longer necessary callbacks. quartz/tests: Remove some no longer necessary callbacks. sechost: New stub DLL. advapi32: Move event tracing APIs to sechost. ddraw/tests: Test vtbl protection. quartz: Don't register the DirectSound renderer as a filter for autoplugging. quartz: Don't register the audio renderer as a filter for autoplugging. quartz/tests: Relax a test for PresentImage(). include: Add the missing SetStreamMediaType() method to IVMRImageCompositor9. advapi32: Make {Lock, Unlock}ServiceDatabase() into a no-op. se...
2020 Jun 19
0
Wine release 5.11
...quartz/vmr9: Get rid of VMR9_ImagePresenter_PresentOffscreenSurface(). quartz/tests: Relax some timings. ntoskrnl.exe/tests: Test completion callback parameters. ntoskrnl.exe: Call completion callbacks with the correct device. quartz: Try to connect all source pins when autoplugging from the registry. quartz/tests: Test autoplugging order. quartz: Combine IGraphBuilder::Render() and IGraphBuilder::Connect() into a single helper. quartz: Implement IFilterGraph2::RenderEx(). d3dcompiler/tests: Add a test for struct field semantics. d3dcompiler/t...
2007 Oct 26
0
6 commits - configure.ac libswfdec/swfdec_codec_audio.c libswfdec/swfdec_codec_gst.c libswfdec/swfdec_codec_video.c player/swfplay.c
...ement factories */ + if (!GST_IS_ELEMENT_FACTORY (feature)) + return FALSE; + + /* only decoders are interesting */ + klass = gst_element_factory_get_klass (GST_ELEMENT_FACTORY (feature)); + if (strstr (klass, "Decoder") == NULL) + return FALSE; + + /* only select elements with autoplugging rank */ + if (gst_plugin_feature_get_rank (feature) < GST_RANK_MARGINAL) + return FALSE; + + /* only care about the right sink caps */ + for (walk = gst_element_factory_get_static_pad_templates (GST_ELEMENT_FACTORY (feature)); + walk; walk = walk->next) { + GstStaticPadTemp...
2007 Oct 19
0
4 commits - configure.ac data/.gitignore data/icons data/Makefile.am data/swfdec-gtk.pc.in data/swfdec.pc.in .gitignore Makefile.am player/swfplay.c swfdec-gtk.pc.in swfdec.pc.in
...gtk.pc - cp swfdec-gtk.pc swfdec-gtk- at SWFDEC_MAJORMINOR@.pc - # build documentation when doing distcheck DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc diff --git a/configure.ac b/configure.ac index fd4e7f3..d1f728d 100644 --- a/configure.ac +++ b/configure.ac @@ -317,6 +317,9 @@ dnl testsuite/autoplug/Makefile dnl testsuite/Makefile AC_CONFIG_FILES( Makefile +data/Makefile +data/swfdec.pc +data/swfdec-gtk.pc doc/Makefile libswfdec/Makefile libswfdec/jpeg/Makefile @@ -331,8 +334,6 @@ vivified/Makefile vivified/core/Makefile vivified/dock/Makefile vivified/ui/Makefile -swfdec.pc -swfdec-g...
2020 Mar 27
0
Wine release 5.5
...on for a warning. d3dcompiler: Get rid of the "dxversion" argument to create_writer(). d3dcompiler: Get rid of the "dxversion" argument to SlWriteBytecode(). d3dcompiler: Store the shader version using separate integer fields. quartz/tests: Add a test for autoplugging from UYVY. quartz/tests: Add some tests for AVI decoder pin connection. quartz/avidec: Correctly implement avi_decompressor_source_get_media_type(). quartz/avidec: Correctly implement avi_decompressor_source_query_accept(). quartz/avidec: Don't determine the source f...