Displaying 20 results from an estimated 3000 matches similar to: "Decoding without read callbacks."
2004 Sep 10
1
Decoding without read callbacks.
Thanks for the reply,
But that still tries to read for itself from libogg... i need to be able to
feed data only... it can never try and read for itself. That code is still
trying to control the data flow. Basicly i need to operate like this.
SetupCodec
when i have data to give to the codec
FeedDataToCodec(data)
//Receive a bunch of callbacks somewhere returning me pcm data
//Codec
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
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 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)
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 19
3
Maximum possible size of vorbis packet...
I'm looking to trim down the size of the buffers i'm using... and at the
moment, i've set each "media sample" (ie packet) to the size of the maximum
reasonably possible for any codec (ie video)... about half a meg each... and
there's quite a few of them... now i'd like to set the buffer size based on
the codec, as obviously the audio codecs need much less space
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
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
2014 May 30
3
Typos in the FLAC codebase
1) src/share/grabbag/snprintf.c, line 42: 'on systems with a norrmal ISO C99'
'norrmal' -> 'normal'
2) src/flac/encode.c, line 1661: '(eg, very short files, < 10000 fames)'
'fames' -> frames? samples? bytes?
3) configure.ac, line 140: 'AM_CONDITIONAL(FLAC__CPU_X86_64, test "x$cpu_x86_64" = xtrue)'
Not sure about this, but
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
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
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
2004 Oct 17
2
Windows SDK not up to speed
Hello,
Being that this is my first post here and my first ever post on a
mailing list, I hope I am doing everything right! Anyways, basically I
have joined this mailing list because I have a concern/question.
Why is the Windows SDK at version 1.0.1 when the Linux/Unix library is
at 1.1.0? If this is a number difference and it is really the same
thing, I apologize. But, if it is that the