search for: easyflac

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

2006 Oct 19
2
vorbis-tools patch to support upcoming FLAC 1.1.3
...rbis-tools-1.1.1 to make the code also compile against the upcoming FLAC 1.1.3, beta available here: http://prdownloads.sourceforge.net/flac/flac-1.1.3-beta2.tar.gz?download changelog: http://flac.cvs.sourceforge.net/*checkout*/flac/flac/doc/html/changelog.html with FLAC 1.1.3 there is no need for EasyFLAC. the patch does not cause easyflac.c to *not* be compiled 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 gr...
2003 Nov 20
2
Vorbis 1.0.1 release compile errors (libvorbis, vorbistools)
Well, I grabbed the tarballs this morning and found that of the three new releases, only libogg1.1 would compile without and issue. I had to recompile my flac1.1.0 for ogg support, and it gave me a new error (or I wasnt paying attention, anyway...) it will finish compiling and install, but I only ran make check on the original compile, not the new one with OggFLAC attached and stuff...
2004 Mar 24
3
oggenc in vorbistools 1.0.1
...n visual C++ 6.0(win 32 console) 2)i include the C files ans h file in source and header files the errors are: f:\stage_2004_xtase\guillaume_roget\ogg_vorbis\ogg_tools\vorbis-tools-1.0.1\oggenc\encode.h(5) : fatal error C1083: Cannot open include file: 'codec.h': No such file or directory easyflac.c f:\stage_2004_xtase\guillaume_roget\ogg_vorbis\ogg_tools\vorbis-tools-1.0.1\oggenc\easyflac.h(77) : fatal error C1083: Cannot open include file: 'FLAC/stream_decoder.h': No such file or directory encode.c f:\stage_2004_xtase\guillaume_roget\ogg_vorbis\ogg_tools\vorbis-tools-1.0.1\oggenc\e...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...========== --- oggenc/platform.c (revision 11702) +++ oggenc/platform.c (working copy) @@ -11,6 +11,9 @@ /* Platform support routines - win32, OS/2, unix */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "platform.h" #include "encode.h" Index: oggenc/easyflac.c =================================================================== --- oggenc/easyflac.c (revision 11702) +++ oggenc/easyflac.c (working copy) @@ -33,6 +33,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include "easyflac.h" In...
2006 Jul 13
0
[vorbis-tools] Some patches coming from Debian bugs
...========== --- oggenc/platform.c (revision 11702) +++ oggenc/platform.c (working copy) @@ -11,6 +11,9 @@ /* Platform support routines - win32, OS/2, unix */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "platform.h" #include "encode.h" Index: oggenc/easyflac.c =================================================================== --- oggenc/easyflac.c (revision 11702) +++ oggenc/easyflac.c (working copy) @@ -33,6 +33,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <stdlib.h> #include "easyflac.h" In...
2003 Dec 11
1
Problems building vorbis tools 1.0.1
...d. :) 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/local/lib/...
2004 Sep 30
1
[don@donarmstrong.com: Bug#274301: libflac4 segfaults on corrupt flac files]
...=0x805ba58, got_a_frame=0xbffff360) at stream_decoder.c:1353 bps = 4294966980 channel = 1 i = 4294966980 mid = 1 side = 4608 left = 8 frame_crc = 4608 x = 248 #5 0x4021c6e0 in FLAC__stream_decoder_process_single (decoder=0x805ba58) at stream_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...