search for: flac_format

Displaying 8 results from an estimated 8 matches for "flac_format".

2006 Jan 27
0
patch for bugs in vorbis-tools-1.1.1
...unlocked mutex. glibc probably accepts it but other thread libraries don't. Posix says that process behaviour when calling pthread_mutex_unlock on unlocked mutex is undefined and my library just prints error message and crashes in that case. Mikulas diff -u -r X/VORBIS-TOOLS-1.1.1/OGG123/FLAC_FORMAT.C VORBIS-TOOLS-1.1.1/OGG123/FLAC_FORMAT.C --- X/VORBIS-TOOLS-1.1.1/OGG123/FLAC_FORMAT.C 2005-06-03 11:15:09.000000000 +0100 +++ VORBIS-TOOLS-1.1.1/OGG123/FLAC_FORMAT.C 2006-01-21 01:11:21.000000000 +0100 @@ -229,11 +229,11 @@ if (audio_fmt->word_size == 1) { for (i = 0; i < priv-&g...
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies. And I'm not sure if the vorbis or the flac list, or something else, is more suitable for the following, so bear with me] Moin, moin. I used a recent ogg123 to play back a FLAC file I had created, and saw it wasn't able to seek within the file. So, I thought to myself, why not try out an OggFLAC file, so I created
2004 Nov 30
2
Bug in ogg123 playback of OggFLAC files?
[I'm not online regularly, so don't include me in any replies. And I'm not sure if the vorbis or the flac list, or something else, is more suitable for the following, so bear with me] Moin, moin. I used a recent ogg123 to play back a FLAC file I had created, and saw it wasn't able to seek within the file. So, I thought to myself, why not try out an OggFLAC file, so I created
2006 Oct 19
2
vorbis-tools patch to support upcoming FLAC 1.1.3
...mpiled with FLAC 1.1.3, but this causes no harm since easyflac.c still compiles, it's just not used. after distros move to FLAC 1.1.3 the legacy code can be removed. this patch would also work on svn HEAD except for two things: 1. lots of gratuitous whitespace change since 1.1.1 2. svn ogg123/flac_format.c has a small correction to fix Ogg FLAC detection (which is not in oggenc/flac.c though) Josh __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -------------- next part -------------- A non...
2003 Dec 11
1
Problems building vorbis tools 1.0.1
...usr/lib/ helped. :) having solved this, I get a new error: --- gcc -O20 -ffast-math -fsigned-char -o ogg123 audio.o buffer.o callbacks.o cfgfile_options.o cmdline_options.o file_transport.o format.o http_transport.o ogg123.o oggvorbis_format.o playlist.o status.o transport.o vorbis_comments.o flac_format.o easyflac.o speex_format.o ../share/libutf8.a ../share/libgetopt.a /usr/local/lib/libvorbisfile.so /usr/local/lib/libvorbis.so /usr/local/lib/libao.so -lnsl /usr/lib/libcurl.so -L/tmp/curl-7.10.7/lib -lssl -lcrypto -ldl -lz -lpthread /usr/lib/libOggFLAC.so -L/usr/lib /usr/lib/libFLAC.so /usr...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...fgfile_options.c (revision 11702) +++ ogg123/cfgfile_options.c (working copy) @@ -20,6 +20,10 @@ * function for your platform / compiler. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include <stdio.h> #include <string.h> Index: ogg123/flac_format.c =================================================================== --- ogg123/flac_format.c (revision 11702) +++ ogg123/flac_format.c (working copy) @@ -15,6 +15,10 @@ ********************************************************************/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#e...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...fgfile_options.c (revision 11702) +++ ogg123/cfgfile_options.c (working copy) @@ -20,6 +20,10 @@ * function for your platform / compiler. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include <stdio.h> #include <string.h> Index: ogg123/flac_format.c =================================================================== --- ogg123/flac_format.c (revision 11702) +++ ogg123/flac_format.c (working copy) @@ -15,6 +15,10 @@ ********************************************************************/ +#ifdef HAVE_CONFIG_H +#include <config.h> +#e...
2004 Sep 30
1
[don@donarmstrong.com: Bug#274301: libflac4 segfaults on corrupt flac files]
...ream_decoder.c:596 got_a_frame = 0 #6 0x08053774 in EasyFLAC__process_single (decoder=0x805ba30) at ../../ogg123/easyflac.c:356 No locals. #7 0x08052690 in flac_init (source=0x805aa60, ogg123_opts=0x8059d60, audio_fmt=0xbffff3e0, callbacks=0xbffff408, callback_arg=0x407ed008) at ../../ogg123/flac_format.c:181 decoder = (decoder_t *) 0x805b990 private = (flac_private_t *) 0x805b9d0 ret = -1073745000 #8 0x0804fec0 in play (source_string=0x805b8d0 "crash.flac") at ../../ogg123/ogg123.c:464 transport = (transport_t *) 0x80586c0 format = (format_t *) 0x8058820 source = (data_source_t *...