Displaying 20 results from an estimated 5000 matches similar to: "Maximum possible size of vorbis packet..."
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing:
1) What exactly will I replace my waveOut functions with?
2)
2004 Jun 26
8
getting started
I am giving serious consideration to abandoning waveOut multimedia and the wav format, for most of the audio in my C++/MFC project. However, I've never done any programming with a codec, and I still can't see how to step into Ogg Vorbis. If I convert all my wav files to ogg, there seem to be two major issues I'm facing:
1) What exactly will I replace my waveOut functions with?
2)
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
2004 Mar 21
3
New Directshow filters preview...
I have been developing some directshow filters for ogg, and vorbis and speex... currently i have an ogg demux filter and a speex/vorbis decoding filter. In this pre-release only vorbis is operational... but the speex decoder is pretty much done... i jsut need to tweak the demux filter so that it can negotiate a speex connection with the other filter. Just though some people might find them useful
2006 Jul 11
1
illiminable.com down
It seems the illiminable.com domain has expired
and the link from www.vorbis.com to the directshow
filters is dead as result. Are compiled versions
hosted anywhere else?
--
imalone
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner now
* Some internal
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner now
* Some internal
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner now
* Some internal
2004 Oct 21
2
Directshow filters update - 0.66.8063
Another update to these filters... www.illiminable.com/ogg/
Here's the chagnes...
* FLAC can now be muxed into a multi-stream file.
* Now supports both the new Ogg FLAC (1.1.1) and the old Ogg FLAC (still not
native FLAC)
* Fixed the explorer problem by removing the offending registry key at
installation
* Removed a heap of memory leaks, WMP should run a fair bit leaner now
* Some internal
2005 Apr 17
2
Ogg Vorbis DirectShow status ?
Hi!
What is the status of DirectShow support (read: playy vorbis in Windows
Media Player 9 or 10 ) ?
The vorbis.com web pages only link to some ancient web pages (xwmedia and
tobias).
I remember there was a wiki page about setting this up (partially written by
me),
but can't find it any more.
Was the idea of playing ogg/vorbis in DS applications dropped ?
Regards,
David
2004 Sep 10
3
Decoding without read callbacks.
Hey i've recently written some directshow filters for ogg vorbis and speex
(www.illiminable.com/ogg/) and i thought i might add flac too... i've had a
quick look at the C++ api and it appears that the decoding works by having a
read callback to get it's data.
In directshow everything is pushed into the decoder it can't ask for data
when it wants... i'm just wondering if there
2004 Oct 01
3
Quicktime + FLAC?
If i could find some good documentation on quicktime, i'd probably give it a
shot... since i already have most of the infrastructure already for
directshow.
I had a look a few times for detailed info on quicktime, and it all looked
pretty painful.
Not to mention all the base media handler code provided for the sdk, says
not suitable for bitrates greater than like 32kpbs which is useless
2003 Sep 29
3
Why is Vorbis development slow?
Dropping the other topic as requested, I'd like to
follow something up in a new thread. I want to throw a
question or two out there and see what responses
people give (if any ;-).
Assuming that you think Vorbis could have developed
faster than it has done in the past year, what in your
opinion has been holding it back and what remedies do
you suggest?
Speaking for myself, I think that it
2005 Mar 22
2
Illiminable DS filters for FLAC don't work
At my company we have a bunch of music in FLAC format. We want to play
it using the Windows Media Player, but none of us can get the
illiminable DS filters to work. Here are some details.
Illiminable DS filters
http://www.wmplugins.com/ItemDetail.aspx?ItemID=681
http://www.illiminable.com/ogg/
We are using the latest build available on this website, and I have read
all the known issues.
My
2004 Apr 08
2
Theora Directshow Filter
The first release of a theora decode filter for directshow is available. Still no doubt buggy as hell... but it can now play all my limited collection of test videos ok. Alpha 3 vids only. See the already known bugs on the page.
www.illiminable.com/ogg/
Enjoy,
Zen.
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To
2006 May 06
2
Speex for Windows Mobile 5.0
Hi,
I am Praveen , working in Yash Technologies , I would like to know your
contact number as we want to know whether the speex codec is compatible with
the Windows Mobile 5.0 or not . Also can we get the source code for the
pocket pc version of the speex codec . Hope we get your contact number soon.
Thanks and Regards
Naga Praveen N
-------------- next part --------------
An HTML
2005 Mar 30
1
Re: Illiminable DS filters for FLAC don't work
Thanks Christian.
Now I can play my FLAC files with WiMP.
I uninstalled the illuminable package and then installed the Matroska.
The result was the opposite that I got for the illuminable: the
illuminable package registered the types but WiMP couldn't find the
codecs, the Matroska didn't register the types but it did make the
codecs available. This is much preferable of course