search for: cottenceau

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

2000 Sep 24
4
Possible memory leak / xmms input plugin
...aying ogg files is here. I shortly tried to play the files with ogg123, and here it seems that there is no memory leak, which is strange :-(. Anyway, if anyone have information I should be glad to hear it. I'm going to investigate but I have little knowledge of OggVorbis code.. -- Guillaume Cottenceau -- Distribution Developer for MandrakeSoft http://www.mandrakesoft.com/~gc/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word ...
2000 Dec 11
1
fixing shuffle in ogg123
...RAND_MAX + 1.0)); - param.read_file = argv[j+optind]; + int j = i * ((float) rand() / RAND_MAX); + int temp = p[j]; p[j] = p[i]; p[i] = temp; + } + for (i = 0; i < nb; i++) + { + param.read_file = argv[p[i]+optind]; play_file (); } } -=-=-- -- Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subje...
2001 Jan 02
0
ogg123: close_dsp_on_suspend and next_on_SIGUSR1 patches submission
...l(SIGUSR1, next); + } while (!eof) { int i; vorbis_comment *vc = ov_comment(&vf, -1); @@ -581,6 +585,7 @@ } } } + signal(SIGUSR1, SIG_DFL); ov_clear(&vf); -=-=-- -- Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subje...
2000 Dec 08
7
Some scratches with beta3
...only for -b 160, some pbs occured also with -b 128 on some other files - tried with today's "nightly CVS snapshot", same problem :-( - tried with the older, 20000904 CVS snapshot, the encoding produced a correct output: http://us.mandrakesoft.com/~gc/t2-old.ogg -- Guillaume Cottenceau - http://us.mandrakesoft.com/~gc/ --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subje...