search for: ready_st

Displaying 5 results from an estimated 5 matches for "ready_st".

Did you mean: readlist
2002 Jul 23
1
[BUG] libvorbisfile ov_test() ?
...=0 ) { printf("ov_test_open() succeded\n"); ov_clear(&vf); return(0); } printf("fail in ov_test_open(), reason: %d\n",tmp); printf("vf.ready_state is: %d\n",vf.ready_state); ov_clear(&vf); return(0); } } <p><p>Maybe i wrong understand docs and idea of ov_test() / ov_test_open() ? Src of ov_test_open: int ov_test_open(OggVorbis_File *vf){ if(vf->ready_state!=PARTOPEN)return...
2004 Jul 19
1
Patch: ogg123 playing >2GB sized files
...set at any further point in a larger file. Sorry for the extra printf() debuggery left over in this patch... --- lib/vorbisfile.c-DIST Wed Sep 17 04:17:35 2003 +++ lib/vorbisfile.c Thu Jun 17 12:17:23 2004 @@ -541,10 +548,14 @@ } } +/* XXX printf("Get next page...\n"); */ + if(vf->ready_state>=OPENED){ - int ret; + ogg_int64_t ret; +/* XXX HACK int ret; */ if(!readp)return(0); if((ret=_get_next_page(vf,&og,-1))<0){ +/* XXX printf("Get next page failed, ret is %d.\n", ret); */ return(OV_EOF); /* eof. leave unitialized */ } This is the last of the kno...
2003 Dec 14
1
Bride of vorbisfile questions
...ith using ov_test and ov_test_open as an alternative to ov_open in the xmms plugin's vorbis_check_file function. xmms never bothers to cache the result of a file check, so it tends to happen rather a lot. Unfortunately ov_test_open returns OV_EINVAL because ov_test seems to have left vf->ready_state to OPEN rather than PARTOPEN. I'm presuming this is a bug in libvorbisfile-1.0 - has it been fixed in 1.0.1? On another matter, what would be the best way to find out if a given logical stream is valid vorbis? ov_test and ov_open will fail if the first stream isn't vorbis (bit of a...
2002 Jan 22
2
Peak value
Hi, While testing ReplayGain (so it could be related to a bug), I noticed the following gain comments for a file: RG_PEAK=1.71580 RG_RADIO=-7.91 dB RG_AUDIOPHILE=-6.72 dB I've never seen such a large peak. Not that I've looked much, nor have I analyzed the file further. I just thought I should mention it. :) The file is the track Board Burner by Mixmaster Mike, available at:
2001 Jan 11
2
Welcome to vorbis
-- Welcome to the vorbis mailing list! Please save this message for future reference. Thank you. If you ever want to remove yourself from this mailing list, you can send mail to <majordomo@xiph.org> with the following command in the body of your email message: unsubscribe vorbis or from another account, besides vorbis@xiph.org: unsubscribe vorbis vorbis@xiph.org If you ever