Displaying 20 results from an estimated 7000 matches similar to: "The metadata problem"
2001 Jun 11
1
streaming metadata requirements
Segher wrote:
>> Another obvious solution is to make a substream that's nothing but
>> vorbis comment header packets, and update that way.
>
> Why put it in a separate substream? We could just change the spec to
> allow new headers halfway into the "normal" stream (the spec doesn't
> specifically disallow it at the moment, even).
Hmm. Maybe that
2001 Jul 29
1
WAVE Format info
At the risk of throwing more fuel on the fire, I found the following document
on the Microsoft website. It appears to be the file format counterpart to the
API documentation presented by Chris Wolf. I'm not familiar with the WAVE
format, so I'll let you guys interpret it (or tell me it is irrelevant):
http://www.microsoft.com/HWDEV/audio/multichaud.htm
[As an aside: Why does Microsoft
2020 Sep 15
0
[PATCH 10/18] hal2: convert to dma_alloc_noncoherent
Use the new non-coherent DMA API including proper ownership transfers.
This also means we can allocate the buffer memory with the proper
direction instead of bidirectional.
Signed-off-by: Christoph Hellwig <hch at lst.de>
---
sound/mips/hal2.c | 58 ++++++++++++++++++++++-------------------------
1 file changed, 27 insertions(+), 31 deletions(-)
diff --git a/sound/mips/hal2.c
2001 Apr 09
1
Metadata streams
I was looking at the Freeamp stuff and I looked at their RDF metadata stream
spec. (http://www.musicbrainz.org/MM). I noticed on that page it says,
"Furthermore, this format will hopefully be used by the Open Source audio codec
Vorbis to store audio/video metadata with the audio/video tracks." Is this the
metadata format planned for Vorbis? If so, how would it be embedded in the
.ogg?
2000 Nov 16
3
ogg stream-id options
In http://advogato.net/person/rakholh/diary.html?start=165 Ali wrote:
> For same reason I am arguing with people on vorbis-dev - but I don't
> understand what the argument is about (considering that the vorbis
> developers proposed a solution which mjs and I thought was reasonable,
> and then some developers decided to criticize us again for no reason).
Goodness, get dropped
2011 Jan 12
2
aggredating date data
I tried a date by date forecast of a time series and it seems to be
too wild. How can I aggregate the date into weeks or months as
required?
Thanks.
The input looks like
ID datadate("YYYY-MM-DD") value_for_day
-- ----- -------
-- ------ --------
and I want to be able to change it to
ID dataweek value_for_week
or
2007 Mar 16
1
Probably simple function problem
# I have a simple function problem. I thought that I
could write a function to modify a couple of vectors
but I am doing something wrong
#I have a standard cost vector called "fuel" and some
adjustments to the
#costs called "adjusts". The changes are completely
dependend on the length
#of the dataframe newdata I then need to take the
modifed vectors and use
# them later. I
2005 Sep 26
3
ices2 metadata update causes gaps
On Mon, Sep 26, 2005 at 12:41:00PM +0200, Michael Smith wrote:
> On 9/23/05, Paul Martin <pm@nowster.zetnet.co.uk> wrote:
> > Mike... did you look into this? I posted a waveform from a file
> > generated by ogg123 dumping to a wav (so that audio driver problems were
> > eliminated).
> >
> > It looks to me like ices2 is restarting the vorbis encoder in a
>
2001 Nov 01
2
chained files and winamp / vcedit
When I create a chained file with a mono and then a stereo substream,
winamp crashes when it gets to the second stream. in_vorbis v1.16c.
And when vcedit writes comments from a chained file, it only saves the
first substream and throws subsequent streams away. Perhaps this is woth
mentioning somewhere...
Matthijs
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project
2024 Oct 12
2
AD/DNS: Cannot Create a CNAME record with a blank name...
On 10/12/24 05:15, Kees van Vloten via samba wrote:
>
> On 12-10-2024 02:25, John R. Graham via samba wrote:
>> ...as recommended on the Samba Wiki here:
>> https://wiki.samba.org/index.php/Active_Directory_Naming_FAQ#I_have_to_Use_Different_Names_to_Resolve_Host_Names_Internally_and_Externally
>>
>>
>> I'm trying to use the "clever trick" to
2019 Mar 08
0
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
On 2019/3/8 ??3:17, Jerome Glisse wrote:
> On Thu, Mar 07, 2019 at 12:56:45PM -0500, Michael S. Tsirkin wrote:
>> On Thu, Mar 07, 2019 at 10:47:22AM -0500, Michael S. Tsirkin wrote:
>>> On Wed, Mar 06, 2019 at 02:18:12AM -0500, Jason Wang wrote:
>>>> +static const struct mmu_notifier_ops vhost_mmu_notifier_ops = {
>>>> + .invalidate_range =
2019 Mar 08
1
[RFC PATCH V2 5/5] vhost: access vq metadata through kernel virtual address
On Fri, Mar 08, 2019 at 04:58:44PM +0800, Jason Wang wrote:
>
> On 2019/3/8 ??3:17, Jerome Glisse wrote:
> > On Thu, Mar 07, 2019 at 12:56:45PM -0500, Michael S. Tsirkin wrote:
> > > On Thu, Mar 07, 2019 at 10:47:22AM -0500, Michael S. Tsirkin wrote:
> > > > On Wed, Mar 06, 2019 at 02:18:12AM -0500, Jason Wang wrote:
> > > > > +static const struct
2005 Jun 22
1
Suggestion for the R Bugs web page
Hi all,
I would like to recommend that the following text from the R Posting
Guide be placed on the R Bug submission page in the section "Submit New
Reports", which would read as follows:
Submit New Reports
You can submit new bug reports either using an online form by clicking
on the button below or by sending email to r-bugs at biostat.ku.dk.
Before you post a real bug report, make
2018 Oct 10
0
PROPOSAL: Extend inline asm syntax with size spec
* Segher Boessenkool <segher at kernel.crashing.org> wrote:
> On Mon, Oct 08, 2018 at 11:07:46AM +0200, Richard Biener wrote:
> > On Mon, 8 Oct 2018, Segher Boessenkool wrote:
> > > On Sun, Oct 07, 2018 at 03:53:26PM +0000, Michael Matz wrote:
> > > > On Sun, 7 Oct 2018, Segher Boessenkool wrote:
> > > > > On Sun, Oct 07, 2018 at 11:18:06AM
2018 Dec 10
0
PROPOSAL: Extend inline asm syntax with size spec
Hi Segher,
On Sun, Dec 2, 2018 at 3:48 PM Segher Boessenkool
<segher at kernel.crashing.org> wrote:
>
> On Fri, Nov 30, 2018 at 10:06:02AM +0100, Boris Petkov wrote:
> > On November 29, 2018 1:25:02 PM GMT+01:00, Segher Boessenkool <segher at kernel.crashing.org> wrote:
> > >This will only be fixed from GCC 9 on, if the compiler adopts it. The
> >
2001 Jul 02
1
ogg vorbis dynamic memory allocation.
I couldn't resist:
izeof(synth_buffs) = sizeof(float)*2*2*0x120 = 4 * 4 * 0x120 = 0x1200 =
4608
-Anish
> -----Original Message-----
> From: Segher Boessenkool [mailto:segher@chello.nl]
> Sent: Monday, July 02, 2001 6:34 PM
> To: vorbis-dev@xiph.org
> Subject: Re: [vorbis-dev] ogg vorbis dynamic memory allocation.
>
>
>
>
> Firelight Multimedia wrote:
>
2017 Dec 30
0
10 Minute Time Window Aggregate By Multiple Grouping Variables
Hello All,
I have 1M rows of time stamped information about delivery trucks and their
trip related information from simulation .Detailed info the column names
and attributes for clarity
1. id: alphanumeric factor/character
2. datetime.of.trip.start: POSIXct yyyy-mm-dd hh:mm:ss
3. datetime.of.trip.end: POSIXct yyyy-mm-dd hh:mm:ss
4. trip.distance: numeric, miles
5.
2018 Nov 29
2
PROPOSAL: Extend inline asm syntax with size spec
Hi.
On Wed, Oct 10, 2018 at 1:14 AM Segher Boessenkool
<segher at kernel.crashing.org> wrote:
>
> On Mon, Oct 08, 2018 at 11:07:46AM +0200, Richard Biener wrote:
> > On Mon, 8 Oct 2018, Segher Boessenkool wrote:
> > > On Sun, Oct 07, 2018 at 03:53:26PM +0000, Michael Matz wrote:
> > > > On Sun, 7 Oct 2018, Segher Boessenkool wrote:
> > > > >
2018 Nov 29
2
PROPOSAL: Extend inline asm syntax with size spec
Hi.
On Wed, Oct 10, 2018 at 1:14 AM Segher Boessenkool
<segher at kernel.crashing.org> wrote:
>
> On Mon, Oct 08, 2018 at 11:07:46AM +0200, Richard Biener wrote:
> > On Mon, 8 Oct 2018, Segher Boessenkool wrote:
> > > On Sun, Oct 07, 2018 at 03:53:26PM +0000, Michael Matz wrote:
> > > > On Sun, 7 Oct 2018, Segher Boessenkool wrote:
> > > > >
2008 Mar 21
2
Frontlines fuel of war - Problem
Hi,
I installed this game Frontlines fuel of war with wine 0.9.57,
it installs fine (2 DVDs german version), patching to 1.01 - no
problem. Starting from DVD does not work, so I have to use
a no-cd help.
But here is another problem :
fixme:spoolsv:serv_main (0 (nil))
fixme:actctx:parse_depend_manifests Could not find dependent assembly L"Microsoft.Windows.Common-Controls"