similar to: Theora freezes when with multiple video screens

Displaying 20 results from an estimated 1000 matches similar to: "Theora freezes when with multiple video screens"

2005 May 24
2
Theora with DirectX earlier than 9
Hello, I'm trying to use Theora video codec with DirectX 8 and DiretX 7. The problem seems to be out format of Theora decoder wich is YV12 and incompatible with DirectShow Video Renderer Filter. Do you know a filter able to convert YV12 to RGB, usable in a commercial application ? May I have to make such a filter myself ? Is is said in the README file of oggdsf archive : "You need
2005 Apr 27
3
Theora dll in debug mode
Hi everybody. I have a problem using Theora in a specific way. I am going to explain that. I have downloaded ogg codecs for Windows on the Theora website. More precisely there are DirectShow Filters. I try to use Theora codec in a commercial application and the application crash. It doesn't with another codec like XviD, so the problem may be Theora codec. Note that I can use Theora outwards
2010 May 16
2
Oggcodecs release 0.83.17220
Oggcodecs release 0.83.17220 ---------------------------- Oggcodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora and FLAC files in Windows Media Player and other players. This release has improved file and networking support, offered by default DirectShow filters. More bug fixes, particularly to Theora and FLAC, and updates for Internet Explorer's HTML5
2010 May 16
2
Oggcodecs release 0.83.17220
Oggcodecs release 0.83.17220 ---------------------------- Oggcodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora and FLAC files in Windows Media Player and other players. This release has improved file and networking support, offered by default DirectShow filters. More bug fixes, particularly to Theora and FLAC, and updates for Internet Explorer's HTML5
2010 May 16
2
Oggcodecs release 0.83.17220
Oggcodecs release 0.83.17220 ---------------------------- Oggcodecs is a set of DirectShow filters for playing Ogg Vorbis, Speex, Theora and FLAC files in Windows Media Player and other players. This release has improved file and networking support, offered by default DirectShow filters. More bug fixes, particularly to Theora and FLAC, and updates for Internet Explorer's HTML5
2012 Nov 01
1
DirectShow PushSource with theora encoder and Ogg muxer filters
Hi all, I am trying to test DirectShow PushSource example from the SDK with Theora encoder and Ogg muxer (DirectShow filters of course) by using GraphEdit tool. My goal is capturing the screen as video by taking snaphot bitmaps continuosly (what PushSource eaxmple does) and giving them to the Theora encoder through the DS pipeline (next goal is transmitting this video **). My DirectShow graph is
2019 Oct 18
0
Wine release 4.18
The Wine development release 4.18 is now available. What's new in this release (see below for details): - Many new VBScript functions. - A number of cleanups and improvements in Quartz. - Fixes for several test failures. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/4.x/wine-4.18.tar.xz
2004 Sep 14
3
Problems with Theora DirectShow filters
Hi, I'm trying to capture video and audio from a webcam in order to encode it with the Theora and Speex DirectShow-filters. For audio, this filter graph plays fine: http://www.huitl.de/mic-speexenc-speexdec-out.png. The video part is problematic. Please have a look at http://www.huitl.de/cam-theoraenc-theoradec-out.png. 1. The webcam provides the color formats RGB24, I420 and IYUV. The
2019 Apr 12
0
Wine release 4.6
The Wine development release 4.6 is now available. What's new in this release (see below for details): - Beginnings of a Vulkan backend for WineD3D. - Support for loading Mono libraries from a shared location. - Libwine.dll no longer needed when using Wine DLLs on Windows. - Regression tests compiled directly to PE format. - Support for the Split Button Common Control. - Complex
2020 May 08
0
Wine release 5.8
The Wine development release 5.8 is now available. What's new in this release (see below for details): - Support for Plug & Play device notifications. - More support for building with Clang in MSVC mode. - Still more progress on the WineD3D Vulkan backend. - Initial implementation of a GIF encoder. - Vulkan spec update. - Various bug fixes. The source is available from the
2020 Jul 03
0
Wine release 5.12
The Wine development release 5.12 is now available. What's new in this release (see below for details): - NTDLL converted to PE format. - Support for the WebSocket API. - Improved RawInput support. - Vulkan spec update. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/5.x/wine-5.12.tar.xz
2020 Aug 01
0
Wine release 5.14
The Wine development release 5.14 is now available. What's new in this release (see below for details): - More restructuration of the console support. - Initial version of the Webdings font. - Beginnings of PE conversion of the MSVCRT libraries. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/5.x/wine-5.14.tar.xz
2010 Jun 21
1
Question about wine qcap v4l's MediaSampleTime
in wine/dlls/qcap/v4l.c: ReadThread() --> OutputPin_GetDeliveryBuffer((OutputPin *)capBox->pOut, &pSample, NULL, NULL, 0); --> IMediaSample_SetTime(*ppSample, tStart, tStop); in wine/dlls/quartz/memallocator.c: StdMediaSample2_GetTime(IMediaSample2 * iface, REFERENCE_TIME * pStart, REFERENCE_TIME * pEnd) --> if tstart/stop is NULL, leave pStart/pEnd not setted. in
2007 Jun 21
0
Decoder YV12 issue
Hi, There is an issue with the theora decode filter. The situation is as follows: I have XP running on a virtual machine with illuminable installed. The virtual machine has no acceleration whatsoever. When I try to create a graph in graphedit. The Theora decode filter cannot attach itself to the video renderer, as the first outputs YV12, but the renderer accepts XForm. On normal machines
2012 Apr 13
0
Wine release 1.5.2
The Wine development release 1.5.2 is now available. What's new in this release (see below for details): - Improved naming scheme for audio devices. - Better support for finding system fonts on Mac OS X. - Beginnings of support for JPEG encoding. - Several printing fixes. - Improvements to the URL cache. - Various bug fixes. The source is available from the following locations:
2020 May 22
0
Wine release 5.9
The Wine development release 5.9 is now available. What's new in this release (see below for details): - Major progress on the WineD3D Vulkan backend. - Initial support for splitting dlls into PE and Unix parts. - Support for generating PDB files when building PE dlls. - Timestamp updates in the Kernel User Shared Data. - Various bug fixes. The source is available from the
2013 Mar 24
5
Rails 4.0 has_many_through and fields_for
Hi all, I am trying to reproduce rails 3.2 behaviour with fields_for and nested attributes. class ControllerAction < ActiveRecord::Base has_many :interactions, dependent: :destroy has_many :roles, through: :interactions scope :controllers, lambda {|name| where("controller_name_id = ?", name)} scope :actions, lambda {|name| where("action_name_id =
2020 Jul 17
0
Wine release 5.13
The Wine development release 5.13 is now available. What's new in this release (see below for details): - Re-mapping of INI files to the registry. - System call thunks in NTDLL. - Reimplementation of floating point numbers printing. - Beginnings of a restructuration of the console support. - Various bug fixes. The source is available from the following locations:
2008 Jun 30
2
An enhanced OpenGL renderer
Wine 1.1 When I use an enhanced OpenGL renderer in games (Deus Ex, Rune), it works almost fine, but... it works only in 640x480 mode When I set other resolution, games start working in that resolution, but renderer still works in 640x480 mode in top-left corner of the screen :( I don't know, is it a wine problem or renderer's problem, but I know, renderer works wine in windows
2019 Nov 29
0
Wine release 4.21
The Wine development release 4.21 is now available. What's new in this release (see below for details): - HTTP proxy configuration through DHCP. - Parameter block support in D3DX9. - A few more dlls converted to PE. - Various bug fixes. The source is available from the following locations: https://dl.winehq.org/wine/source/4.x/wine-4.21.tar.xz