search for: liboooggseek

Displaying 4 results from an estimated 4 matches for "liboooggseek".

2005 Apr 27
3
Theora dll in debug mode
...the basic filters (video capture filter and video renderer filter). Might they be incompatible with Theora ? I also downloaded source code of Theora, in order to compress myself the codec in debug mode with Microsoft Visual C++ .NET 2003. I have successfully compiled the next 5 libraries (it seems libOOOggSeek was not necessary for other dll compilation) : - dsfTheoraDecoder.dll - dsfTheoraEncoder.dll - libOOOgg.dll - libOOOggSeek.dll - libOOTheora.dll After replacing Release version of the dll by the Debug version of them, nothing works. I can't play any theora encoded file, nor encode a...
2005 Jan 05
1
Some oggdsf utilities and libraries now available on UNIX
...libraries and tools (note, the "OO" in the names of the libraries and tools means "Object-Oriented" -- blame illiminable for that name ;): * libilliCore: generally useful C++ functions * libOOOgg: an alternative Ogg bitstream (de)multiplexer (doesn't use libogg at all) * libOOOggSeek: provides seeking in Ogg files * libVorbisComment: a library to construct and extract Vorbis comments from Ogg streams * libOOOggChef: slice and dice Ogg files by logical bitstreams and time * OOOggDump: An Ogg page and packet dumper (similar to liboggz's oggzdump if you've used that) *...
2005 Jan 05
1
Some oggdsf utilities and libraries now available on UNIX
...libraries and tools (note, the "OO" in the names of the libraries and tools means "Object-Oriented" -- blame illiminable for that name ;): * libilliCore: generally useful C++ functions * libOOOgg: an alternative Ogg bitstream (de)multiplexer (doesn't use libogg at all) * libOOOggSeek: provides seeking in Ogg files * libVorbisComment: a library to construct and extract Vorbis comments from Ogg streams * libOOOggChef: slice and dice Ogg files by logical bitstreams and time * OOOggDump: An Ogg page and packet dumper (similar to liboggz's oggzdump if you've used that) *...
2007 Mar 06
0
Theora Direct Show filters structure
...ls are typically directly called by DirectShow and which tend to call each other. My impression from being in the code for a couple of days is that the dsf dlls, for example dsfTheoraDecoder and dsfOggDemux2 tend to get directly called by DirectShow, while the other dlls, for example libOOTheora or libOOOggSeek are support dlls for those called directly by DirectShow. Is that an accurate picture? So, for example, if somewhere in dsfOggDemux2 we wanted to know the frame rate, that seems to not be available at this time. If that is correct are there currently existing interfaces that would allow me from...