search for: seekable_stream_encod

Displaying 9 results from an estimated 9 matches for "seekable_stream_encod".

2005 May 25
0
[PATCH] Fix fuction prototypes/definitions with void argument
...am * Class constructor/destructor * ***********************************************************************/ -FLAC_API FLAC__StreamDecoder *FLAC__stream_decoder_new() +FLAC_API FLAC__StreamDecoder *FLAC__stream_decoder_new(void) { FLAC__StreamDecoder *decoder; unsigned i; --- src/libFLAC/seekable_stream_encoder.c-dist 2005-05-25 16:07:23.000000000 +0200 +++ src/libFLAC/seekable_stream_encoder.c 2005-05-25 16:07:27.000000000 +0200 @@ -110,7 +110,7 @@ FLAC_API const char * const FLAC__Seekab * ***********************************************************************/ -FLAC_API FLAC__SeekableStreamEnco...
2007 Oct 17
1
Fwd: Re: FLAC for "ARM little endian for glibc"
...=compile /opt/crosstool/gcc-3.4.1-glibc-2.2.5/armv5b-softfloat-linux/bin/armv5b-softfloat-linux-gcc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I./include -I../../include -O2 -DNDEBUG -O3 -fomit-frame-pointer -funroll-loops -finline-functions -Wall -W -Winline -DFLaC__INLINE=__inline__ -g -O2 -MT seekable_stream_encoder.lo -MD -MP -MF ".deps/seekable_stream_encoder.Tpo" -c -o seekable_stream_encoder.lo seekable_stream_encoder.c; \ then mv -f ".deps/seekable_stream_encoder.Tpo" ".deps/seekable_stream_encoder.Plo"; else rm -f ".deps/seekable_stream_encoder.Tpo"; exit 1; fi...
2007 Jan 02
4
Is FLAC fully cooked for OS X yet?
...1.1.3's sources, i did a search on the whole directory only to find no trace of file_encoder.c and it's cousins... I'm all at 1.1.3, source files, project files and everything. Now, where did these files go?: file_decoder.h + .c file_encoder.h + .c seekable_stream_decoder.h + .c seekable_stream_encoder.h + .c Who's got 'em? They're certainly not in the distribution -- does anyone actually HAVE these files anywhere? Looking for these files on the api repository gets me a 404... but Google has links to them... Ev Technical Knowledge Officer Head Programmer/Designer Audiofile Eng...
2006 Aug 21
1
[PATCH] Memory issue and cast causing failures when adding metadata
...ed). This avoids changing the C library behaviour, though I would think it better to have the metadata blocks copied upon the set_metadata call (ie, in src/libFLAC/stream_encoder.c) instead. Also note that I have only changed the file_decoder, a corresponding problem seems to exist in the code for seekable_stream_encoder/stream_encoder as well. Thanks, Joshua King Defence Science and Technology Organisation Tel: (08) 9553 4305 IMPORTANT: This email remains the property of the Australian Defence Organisation and is subject to the jurisdiction of section 70 of the Crimes Act 1914. If you have received this emai...
2004 Sep 10
3
getting framesize in client
...be very expensive to compute it. > > In some libFLAC files isn't including of config.h. > Which ones? I hope, i see right, bitbuffer.c bitmath.c cpu.c crc.c file_decoder.c file_encoder.c fixed.c format.c lpc.c memory.c metadata_iterators.c metadata_object.c seekable_stream_decoder.c seekable_stream_encoder.c stream_decoder.c stream_encoder.c stream_encoder_framing.c -- Miroslav Lichvar
2007 Jan 01
5
Is FLAC fully cooked for OS X yet?
...hat we have to wait... --- We write apps for OS X, and we're fully Universal, so we need to really make these OS X frameworks. I nudged around and I found a pre- built FLAC.framework inside some Xiph installer somewhere, so I based some of my work on that. There are a few files called seekable_stream_encoder and file_encoder that have headers and seem to be ready to use, but it seems like their buffer usage is incorrect in my experiments. I go further to find that - hey - there's no real documentation for these files, and they don't even exist in the repository! Are they beta? Are the...
2004 Sep 10
0
getting framesize in client
...onfig.h. > > Which ones? > > I hope, i see right, > > bitbuffer.c > bitmath.c > cpu.c > crc.c > file_decoder.c > file_encoder.c > fixed.c > format.c > lpc.c > memory.c > metadata_iterators.c > metadata_object.c > seekable_stream_decoder.c > seekable_stream_encoder.c > stream_decoder.c > stream_encoder.c > stream_encoder_framing.c I don't think they are required in all those; I will make a pass over the source soon to check that it is included where it needs to be. Josh __________________________________________________ Do you Yahoo!? U2 on...
2007 Feb 21
0
Re: Is FLAC fully cooked for OS X yet?
...1.1.3's sources, i did a search on the whole directory only to find no trace of file_encoder.c and it's cousins... I'm all at 1.1.3, source files, project files and everything. Now, where did these files go?: file_decoder.h + .c file_encoder.h + .c seekable_stream_decoder.h + .c seekable_stream_encoder.h + .c Who's got 'em? They're certainly not in the distribution -- does anyone actually HAVE these files anywhere? Looking for these files on the api repository gets me a 404... but Google has links to them... Ev -------------- next part -------------- An HTML attachment was sc...
2004 Sep 10
2
getting framesize in client
I have few notes: It seems there is changed API in CVS again. So, what about adding function like unsigned FLAC__format_frame_size(const FLAC__Frame *frame) which returns size of the frame in bytes. This can be useful, for example, in xmms plugin to display current bitrate like vorbis plugin does. If 'PERFORMER' field is missing in vorbis comment, it would be nice to display