search for: vorbis_granule_tim

Displaying 7 results from an estimated 7 matches for "vorbis_granule_tim".

Did you mean: vorbis_granule_time
2008 Sep 12
4
[Patch] New function of libvorbis
...RC2_NI/include/vorbis/codec.h *** libvorbis-1.2.1RC2/include/vorbis/codec.h Mon Aug 25 05:57:44 2008 --- libvorbis-1.2.1RC2_NI/include/vorbis/codec.h Sat Sep 13 05:00:22 2008 *************** *** 178,183 **** --- 178,185 ---- extern void vorbis_dsp_clear(vorbis_dsp_state *v); extern double vorbis_granule_time(vorbis_dsp_state *v, ogg_int64_t granulepos); + + extern const char *vorbis_version_string(void); /* Vorbis PRIMITIVES: analysis/DSP layer ****************************/ diff -crN libvorbis-1.2.1RC2/lib/info.c libvorbis-1.2.1RC2_NI/lib/info.c *** libvorbis-1.2.1RC2/lib/in...
2004 Jun 25
1
Compile problems on libtheora-1.0alpha3
...f4): In function `fetch_and_process_audio': : undefined reference to `vorbis_bitrate_flushpacket' encoder_example.o(.text+0x16fc): In function `main': : undefined reference to `vorbis_encode_init_vbr' encoder_example.o(.text+0x1c37): In function `main': : undefined reference to `vorbis_granule_time' collect2: ld returned 1 exit status make[6]: *** [encoder_example] Error 1 make[5]: *** [all-recursive] Error 1 make[4]: *** [all] Error 2 make[3]: *** [build-work/main.d/libtheora-1.0alpha3/Makefile] Error 2 make[2]: *** [../../bootstrap/libtheora/cookies/main.d/install] Error 2 make[1]: ***...
2006 May 04
2
Howto get playtime
Hi, Searched in Google, browsed xiph vorbis sites but found no good information about how to get the current playtime out of the granuleposition of the ogg_packet. Anyone knows if there is any 'Programming with libvorbis' documentation out there, cause on xiph's site (http://www.xiph.org/vorbis/doc/) there's nothing :( Any help? THX, Tom
2006 Apr 05
12
Stream Test
Hi Seeing as other people are posting streams to test, the system I have been developing has an Ogg/Vorbis/Theora stream that you can watch. I would appreciate any feedback to what players can play it and which players have problems. (I am using Icecast as the streaming server) So far I have found VideoLan plays the stream very well. MPlayer was ok, but wasn't as good at buffering.
2004 Aug 29
2
Building theora
..._example.o ../lib/libtheora.la -logg -lvorbisenc -lvorbis -lm -logg gcc -I/usr/include/SDL -D_REENTRANT -o encoder_example encoder_example.o ../lib/.libs/libtheora.a -lvorbisenc -lvorbis -lm -logg encoder_example.o: In function `main': encoder_example.o(.text+0x1b19): undefined reference to `vorbis_granule_time' collect2: ld returned 1 exit status make[2]: *** [encoder_example] Error 1 From the README I can see that I "need libvorbis and libvorbisenc from the 1.0.1 release or later." However, there is not a 1.0.1 tarball in the http://www.xiph.org/ogg/vorbis/download/ directory.. does...
2004 Nov 16
0
metadata switches for ffmpeg2theora
...info->audioflag==1))){ - info.audioflag = 0; - while(ogg_stream_pageout (&info.vo, &info.audiopage) > 0){ + info->audioflag = 0; + while(ogg_stream_pageout (&info->vo, &info->audiopage) > 0){ /* flush an audio page */ - info.audiotime= - vorbis_granule_time (&info.vd,ogg_page_granulepos(&info.audiopage)); - info.audio_bytesout += - fwrite (info.audiopage.header, 1,info.audiopage.header_len, info.outfile); - info.audio_bytesout += - fwrite (info.audiopage.body, 1,info.audiopage.body_len, info.outfile); + info->audiotime= +...
2003 Oct 01
9
win32sdk-1.0.1
Hi Ralph, Two diffs. One for vorbis.def and the other for vorbisfile.def. Hope they work!! regards John -------------- next part -------------- A non-text attachment was scrubbed... Name: vorbisdef.diff Type: application/octet-stream Size: 256 bytes Desc: vorbisdef.diff Url : http://lists.xiph.org/pipermail/vorbis-dev/attachments/20031001/3b7df5ad/vorbisdef-0001.obj -------------- next part