search for: jovanovi

Displaying 6 results from an estimated 6 matches for "jovanovi".

Did you mean: jovanovic
2010 Dec 01
2
Plan for libogg release
Hi all, I am curious, when do you plan to release new libogg? The current release is unusable on Mac because the u_int32_t problem. So I have to build against the trunk. If you are not ready with other features, why not release a small point release just to fix such an contained and small issue. Miki. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 May 21
1
Problems seeking with liboggz
...5, return of time tell function = 2155 Requested seek time = 10000, return of time seek function = 6475, return of time tell function = 6475 Requested seek time = 13000, return of time seek function = -1, return of time tell function = 10795 From: Milutin Jovanovi? [mailto:jovanovic.milutin at gmail.com] Sent: quinta-feira, 17 de maio de 2012 11:04 To: jcabezas at inovax.com.br Cc: ogg-dev at xiph.org Subject: Re: [ogg-dev] Problems seeking with liboggz I'm no expert, but it sounds to me like normal variable bitrate stream behaviour. With variable...
2012 Feb 21
2
building on mac os x
Building on Mac OS X doesn't work. It fails with this error: configure: error: No 16 bit type found on this platform! I've posted the config.log here: https://gist.github.com/1878663 I think something is going wrong with how the configure script is detecting the platform. Thanks, aaron -------------- next part -------------- An HTML attachment was scrubbed... URL:
2012 May 21
0
Problems seeking with liboggz
...> Requested seek time = 10000, return of time seek function = 6475, > return of time tell function = 6475 > > Requested seek time = 13000, return of time seek function = -1, > return of time tell function = 10795 > > > > > > > > From: Milutin Jovanovi? [mailto:jovanovic.milutin at gmail.com] > Sent: quinta-feira, 17 de maio de 2012 11:04 > To: jcabezas at inovax.com.br > Cc: ogg-dev at xiph.org > Subject: Re: [ogg-dev] Problems seeking with liboggz > > > > > I'm no expert, but it sounds to me like normal variable b...
2012 May 23
0
Problems seeking with liboggz
...> Requested seek time = 10000, return of time seek function = 6475, > return of time tell function = 6475 > > Requested seek time = 13000, return of time seek function = -1, > return of time tell function = 10795 > > > > > > > > From: Milutin Jovanovi? [mailto:jovanovic.milutin at gmail.com] > Sent: quinta-feira, 17 de maio de 2012 11:04 > To: jcabezas at inovax.com.br > Cc: ogg-dev at xiph.org > Subject: Re: [ogg-dev] Problems seeking with liboggz > > > > > I'm no expert, but it sounds to me like normal variable b...
2012 May 16
2
Problems seeking with liboggz
Hi, I intend to use Ogg+Speex for voice recording/playback in a VoIP app. I am experimenting with liboggz to get acquainted with its API. As test files I am using some Ogg-Speex files converted from WAV files with speexenc.exe. I wrote a little testing app in Visual Studio 2010 under Windows 7. I defined OggzReadPage and OggzReadPacket callbacks with oggz_set_read_page()