Displaying 9 results from an estimated 9 matches for "num_requested_seek_point".
Did you mean:
num_requested_seek_points
2007 Aug 09
1
FLAC 1.2.0 won't build without ogg
...ructure has no member named `use_ogg'
the following appears to fix the problem for me, although I've not
checked it fully:
--- flac-1.2.0/src/flac/encode.c.old Tue Jul 10 03:10:44 2007
+++ flac-1.2.0/src/flac/encode.c Thu Aug 9 13:27:20 2007
@@ -2178,10 +2178,15 @@
if(num_requested_seek_points < 0) {
/*@@@@@@ workaround ogg bug: too many seekpoints makes
table not fit in one page */
- if(e->use_ogg && e->total_samples_to_encode > 0 &&
e->total_samples_to_encode / e->sample_rate / 10 > 230)
+#if FLAC__HAS_OGG
+...
2007 Jul 25
2
building flac 1.2.0 on OS X
I just tried to build 1.2 on my Macbook
i ran configure with the following arguments (like i have in the past)
./configure --enable-static --disable-asm-optimizations --disable-shared
then "make:
i get the following error:
encode.c: In function 'convert_to_seek_table_template':
encode.c:2181: error: 'struct <anonymous>' has no member named 'use_ogg'
2004 Sep 10
3
1.0 source candidate
..._prec_search=0, min_residual_partition_order=3,
max_residual_partition_order=3, rice_parameter_search_dist=0,
max_lpc_order=8, blocksize=4608, qlp_coeff_precision=0, channels=1,
bps=16, sample_rate=44100, padding=0,
requested_seek_points=0x60000000002ab138 "100x",
num_requested_seek_points=-1, encoder_wrapper=0x80000fffffffa5c0)
at encode.c:711
#6 0x2000000000123dc0 in stream_decoder_read_metadata_ (
decoder=0x60000000002b7dd0) at stream_decoder.c:633
---Type <return> to continue, or q <return> to quit---
#7 0x80000fffffffa5e4 in ?? ()
#8 0x2000000000123dc0 in...
2004 Sep 10
0
ERROR: mismatch in decoded data, verify FAILED!
..._side=0, do_exhaustive_model_search=1,
do_qlp_coeff_prec_search=1, min_residual_partition_order=0,
max_residual_partition_order=16, rice_parameter_search_dist=0,
max_lpc_order=32, blocksize=4608, qlp_coeff_precision=0, padding=0,
requested_seek_points=0x8308120 "100x", num_requested_seek_points=-1)
at encode.c:292
#13 0x8050aa4 in encode_file (infilename=0xbffffa09 "/tmp/test-9.wav",
forced_outfilename=0xbfffe7d8 "/tmp/test-9.flac") at main.c:581
#14 0x804fd34 in main (argc=4, argv=0xbffff884) at main.c:377
#15 0x4006038b in __libc_start_main () from /lib/lib...
2004 Sep 10
0
1.0 source candidate
...artition_order=3,
> max_residual_partition_order=3, rice_parameter_search_dist=0,
> max_lpc_order=8, blocksize=4608, qlp_coeff_precision=0,
> channels=1,
> bps=16, sample_rate=44100, padding=0,
> requested_seek_points=0x60000000002ab138 "100x",
> num_requested_seek_points=-1, encoder_wrapper=0x80000fffffffa5c0)
> at encode.c:711
> #6 0x2000000000123dc0 in stream_decoder_read_metadata_ (
> decoder=0x60000000002b7dd0) at stream_decoder.c:633
> ---Type <return> to continue, or q <return> to quit---
> #7 0x80000fffffffa5e4 in ?? ()...
2006 Jun 04
0
Re: flac with >4GB raw still does not work (CVS)
...= 0,
do_qlp_coeff_prec_search = 0, min_residual_partition_order = 2,
max_residual_partition_order = 2, rice_parameter_search_dist = 0,
apodizations = 0x8311d6c "", max_lpc_order = 0, blocksize = 1152,
qlp_coeff_precision = 0, padding = 4096, requested_seek_points =
0x8312194 "", num_requested_seek_points = -1, cuesheet_filename = 0x0,
cued_seekpoints = 1, is_first_file = 1, is_last_file = 1,
align_reservoir = 0x8072a90, align_reservoir_samples = 0x8310cc0,
replay_gain = 0, sector_align = 0, vorbis_comment = 0x833d328, debug =
{disable_constant_subframes = 0, disable_fixed_subframes = 0,
disable_ve...
2004 Sep 10
2
1.0 source candidate
On Fri, Jul 20, 2001 at 10:51:11PM -0400, Matt Zimmerman wrote:
> This version seems to work at least partially on ia64. I am able to encode my
> usual test WAV file now, but I still get a segfault during the self-tests.
Interestingly enough, when I recompiled with --enable-debug to get a stack
trace, it worked. Any ideas how to track down the problem?
--
- mdz
2006 Jun 03
2
flac with >4GB raw still does not work (CVS)
I'm attempting to flac a 18GB raw file, and as per 1328191 I compiled
CVS, when it gets to 4GB it doesn't continue. I've tried stracing and
get no output after a certain point. I also have tried oggflac and it
is no different. I configured with no options or special CFLAGS and
this is on a x86 machine. Is there anything special I need to do to
get this to work?
I have also tried with
2004 Sep 10
5
ERROR: mismatch in decoded data, verify FAILED!
> > I also had this verify error encoding a wav I ripped from a CD. I
> didn't
> > report this as it happended on flac running on debian linux
> -current unstable.
> > This error happened only with one track of a CD I was ripping.
> >
> > Another reason for me not reporting this was, that flac 1.0 running
> on OpenBSD
> > 2.9 encoded the wav with