Displaying 7 results from an estimated 7 matches for "65025".
Did you mean:
6502
2001 Jul 07
2
broken ext3 fs after "poweroff" ext3 0.0.7a/2.2.19 wip 1.21
...file systems...
Parallelizing fsck version 1.21-WIP (01-Jun-2001)
/dev/hda7: recovering journal
/dev/hda7: clean, 41781/320640 files, 372115/640702 blocks
/dev/hda8: recovering journal
/dev/hda8: Clearing orphaned inode 96654 (uid=0, gid=0, mode=020600, size=0)
/dev/hda8: Already cleared block #0 (65025) found in orphaned inode 96654.
/dev/hda8 was not cleanly unmounted, check forced.
Deleted inode 96653 has zero dtime. FIXED.
/dev/hda8: Inodes that were part of a corrupted orphan linked list found.
/dev/hda8: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)...
2001 Jun 16
2
Inconsistent ext3fs after crash (2.2.19/0.0.7a)
...file systems...
Parallelizing fsck version 1.21-WIP (01-Jun-2001)
/dev/hda7: recovering journal
/dev/hda7: clean, 39160/320640 files, 354596/640702 blocks
/dev/hda8: recovering journal
/dev/hda8: Clearing orphaned inode 96655 (uid=0, gid=0, mode=020600, size=0)
/dev/hda8: Already cleared block #0 (65025) found in orphaned inode 96655.
/dev/hda8 was not cleanly unmounted, check forced.
Deleted inode 96654 has zero dtime. FIXED.
/dev/hda8: Inodes that were part of a corrupted orphan linked list found.
/dev/hda8: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.
(i.e., without -a or -p options)...
2017 Nov 21
4
[PATCH] Support for Channel Mapping 253.
...es both. Also the
> multiplication and return value should use opus_int32 since int may
> not be large enough for order 11 to 14. A complication is that
> align() currently takes and returns "int".
>
> We specify in the IETF doc that we are limited to a max matrix size of
65025 bytes (and with 2 bytes per cell, that limits us to only order 11 for
a full-order square matrix). I can recast align before summing them though.
> 3) In several places including the intermediate multiplication in the
> computation of "tmp" in mapping_matrix_multiply_short, and e...
2008 Mar 01
1
How many Ogg streams?
Ian Malone <ibmalone@gmail.com> wrote:
>
> Martin Leese wrote:
> > I nice simple question to start the day.
> >
> > How many streams can an Ogg container contain.
>
> I don't remember a set limit. All streams within a physical
> bitstream (chained or concurrent) must have unique serial
> numbers which is a 2^32 limit.
Also, a follow-up to aid
2017 Nov 21
0
[PATCH] Support for Channel Mapping 253.
...> multiplication and return value should use opus_int32 since int may
> not be large enough for order 11 to 14. A complication is that
> align() currently takes and returns "int".
>
> We specify in the IETF doc that we are limited to a max matrix size of
> 65025 bytes (and with 2 bytes per cell, that limits us to only order 11
> for a full-order square matrix). I can recast align before summing them
> though.
>
>
> 3) In several places including the intermediate multiplication in the
> computation of "tmp" in mapping...
2011 Jan 23
0
Flac] Where Cover Art?
...wn
code and I have not found documentation until you have explained to me it.
In Matroska case, libraries doesn't exist for editing Tags.
Another question: which is the maximum size of an oggs stream? In the
sample files with covers, one has 4335 bytes (17 page_segments) and the
other one 65025 (255 page_segments). Is the size decision free? And if it's
this way, why not to put the whole comments in a stream without split?
Lastly I inform you, revising other programs, Easytag 2.1.6 (last revision
using libraries provided) uses COVERART and COVERTARTMIME tag names for
pictures, and...
2017 Nov 10
2
[PATCH] Support for Channel Mapping 253.
On 11/09/2017 01:58 PM, Drew Allen wrote:
> Attached is a quick patch that addresses a bug when exporting the matrix
> from the encoder.
Actually, I don't see what your encoder change is supposed to do. Are
there cases where demixing_matrix->rows != nb_output_streams ?
Cheers,
Jean-Marc
> Cheers,
> Drew
>
> On Wed, Nov 8, 2017 at 4:44 PM Drew Allen <bitllama at