search for: encoder_ctl

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

2004 Sep 22
2
Re: libvorbis 1.1.0 release
...veryone, I'm pleased to announce the release of libvorbis version 1.1.0. This is the first major release since 1.0 and offers new encoder tunings for additional compression efficiency as well as a number of bugs fixes. Developers will be interested in the new 'CBR' mode support and encoder_ctl() interface. Source archives are available from our new download site: http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.0.tar.gz http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.0.zip Users down under may want to try directly accessing our new mirror there at http://downloa...
2004 Aug 06
0
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...there before is still there. Jean-Marc Le ven 09/01/2004 à 00:18, Aron Rosenberg a écrit : > All, > > Attached is a patch that does two things. First it makes the use > of the current SSE code a run time option through the use > of speex_decoder_ctl() and speex_encoder_ctl > It does this twofold. First there is a modification to the configure.in > script which introduces a check based upon platform. It will compile in the > sse assembly if you are on an i?86 based platform by making a special > define. Second, it adds a new ctl value called SPEEX_SET_A...
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
All, Attached is a patch that does two things. First it makes the use of the current SSE code a run time option through the use of speex_decoder_ctl() and speex_encoder_ctl It does this twofold. First there is a modification to the configure.in script which introduces a check based upon platform. It will compile in the sse assembly if you are on an i?86 based platform by making a special define. Second, it adds a new ctl value called SPEEX_SET_ASM_FLAG which take...
2004 Aug 06
2
[PATCH] Make SSE Run Time option. Add Win32 SSE code
...Jean-Marc > >Le ven 09/01/2004 à 00:18, Aron Rosenberg a écrit : > > All, > > > > Attached is a patch that does two things. First it makes the use > > of the current SSE code a run time option through the use > > of speex_decoder_ctl() and speex_encoder_ctl > > It does this twofold. First there is a modification to the configure.in > > script which introduces a check based upon platform. It will compile in > the > > sse assembly if you are on an i?86 based platform by making a special > > define. Second, it adds a new ctl v...