search for: operations_shorthand_seektable

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

2004 Sep 10
2
getting framesize in client
...wrote: > > > Yeah, it's useful, so now there is a > > > FLAC__seekable_stream_decoder_get_decode_position() and > > > FLAC__file_decoder_get_decode_position(). I haven't documented > > > them yet but you can see an example in > > > src/metaflac/operations_shorthand_seektable.c where I use it > > > during seektable creation. > > > > Ok, here is patch for "current bitrate" displaying in xmms plugin > and > > It doesn't display correctly near end of files, here is better one. > I'm sorry. Cool, I checked in the patch....
2004 Sep 10
2
getting framesize in client
...ri, Nov 08, 2002 at 07:12:35PM -0800, Josh Coalson wrote: > Yeah, it's useful, so now there is a > FLAC__seekable_stream_decoder_get_decode_position() and > FLAC__file_decoder_get_decode_position(). I haven't documented > them yet but you can see an example in > src/metaflac/operations_shorthand_seektable.c where I use it > during seektable creation. Ok, here is patch for "current bitrate" displaying in xmms plugin and fix for the artist/performer thing. Attached is also automake/autoconf patch, so i can compile flac again, but i'm not sure about it... -- Miroslav Lichvar ------...
2004 Sep 10
0
getting framesize in client
...also. > > Yes, i know, but it should not be very expensive to compute it. Yeah, it's useful, so now there is a FLAC__seekable_stream_decoder_get_decode_position() and FLAC__file_decoder_get_decode_position(). I haven't documented them yet but you can see an example in src/metaflac/operations_shorthand_seektable.c where I use it during seektable creation. > > > 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 &gt...
2004 Sep 10
0
getting framesize in client
...t; Yeah, it's useful, so now there is a > > > > FLAC__seekable_stream_decoder_get_decode_position() and > > > > FLAC__file_decoder_get_decode_position(). I haven't documented > > > > them yet but you can see an example in > > > > src/metaflac/operations_shorthand_seektable.c where I use it > > > > during seektable creation. > > > > > > Ok, here is patch for "current bitrate" displaying in xmms plugin > > and > > > > It doesn't display correctly near end of files, here is better one. > > I'm sor...
2004 Sep 10
3
getting framesize in client
On Fri, Nov 08, 2002 at 12:39:52PM -0800, Josh Coalson wrote: > --- Miroslav Lichvar <lichvarm@phoenix.inf.upol.cz> wrote: > > 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
2004 Sep 10
0
getting framesize in client
...:35PM -0800, Josh Coalson wrote: > > Yeah, it's useful, so now there is a > > FLAC__seekable_stream_decoder_get_decode_position() and > > FLAC__file_decoder_get_decode_position(). I haven't documented > > them yet but you can see an example in > > src/metaflac/operations_shorthand_seektable.c where I use it > > during seektable creation. > > Ok, here is patch for "current bitrate" displaying in xmms plugin and It doesn't display correctly near end of files, here is better one. I'm sorry. -- Miroslav Lichvar -------------- next part -------------- ---...
2007 Jul 14
2
PATCH : Fix missing protoypes
..._shorthand.h" static FLAC__bool import_pic_from(const char *filename, FLAC__StreamMetadata **picture, const char *specification, FLAC__bool *needs_write); static FLAC__bool export_pic_to(const char *filename, const FLAC__StreamMetadata *picture, const char *pic_filename); --- src/metaflac/operations_shorthand_seektable.c 2007-07-14 08:45:49 +0000 +++ src/metaflac/operations_shorthand_seektable.c 2007-07-15 01:14:39 +0000 @@ -25,6 +25,7 @@ #include "FLAC/stream_decoder.h" #include "FLAC/metadata.h" #include "share/grabbag.h" +#include "operations_shorthand.h" static FL...
2012 Dec 04
0
[PATCH] Update FSF address.
...tions.c | 6 +-- src/metaflac/operations.h | 6 +-- src/metaflac/operations_shorthand.h | 6 +-- src/metaflac/operations_shorthand_cuesheet.c | 6 +-- src/metaflac/operations_shorthand_picture.c | 6 +-- src/metaflac/operations_shorthand_seektable.c | 6 +-- src/metaflac/operations_shorthand_streaminfo.c | 6 +-- src/metaflac/operations_shorthand_vorbiscomment.c | 6 +-- src/metaflac/options.c | 6 +-- src/metaflac/options.h | 6 +-- src/metaflac/usage.c...
2007 Mar 06
1
Errors compiling flac in Visual Studio Express 2005
...m files\microsoft visual studio 8\vc\include\string.h(125) : see declaration of 'strerror' 10> Message: 'This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_DEPRECATE. See online help for details.' 10>operations_shorthand_seektable.c 10>operations_shorthand_streaminfo.c 10>operations_shorthand_vorbiscomment.c 10>c:\greenhouse\workspace\soundio\tool\flac_1.1.3\main\flac-1.1.3\src\metaflac\operations_shorthand_vorbiscomment.c(202) : warning C4996: 'fopen' was declared deprecated 10> c:\program files\...