similar to: Flac metadata feature

Displaying 20 results from an estimated 1000 matches similar to: "Flac metadata feature"

2007 Dec 28
1
Tags in files with Unicode BOM
Is there any way for flac or metaflac to support input from files with Unicode Byte Order Marks (BOM)? In command: metaflac --remove-all-tags --set-tag-from-file="CUESHEET=CDImage.cue" --set-tag-from-file="LOGFILE=CDImage.log" CDImage.flac If "CDImage.cue" contains Unicode characters, most text editors append BOM at the 1st line of this file. And metaflac does not
2003 Nov 10
3
RE: Fw: Some Question
Oddsock wrote: > most of the major media players (winamp, foobar2k) come with > vorbis input plugins now. Winamp & Foobar2k are not major media players. I think around 70% of all users either use Windows Media Player or the RealOne player. Neither of which can play Vorbis streams, and this is a major hurdle in the acceptance of Vorbis streaming. I keep telling people that plugins are
2003 Nov 10
3
RE: Fw: Some Question
Oddsock wrote: > most of the major media players (winamp, foobar2k) come with > vorbis input plugins now. Winamp & Foobar2k are not major media players. I think around 70% of all users either use Windows Media Player or the RealOne player. Neither of which can play Vorbis streams, and this is a major hurdle in the acceptance of Vorbis streaming. I keep telling people that plugins are
2016 Jan 07
2
Diff to add ARMv6L to Target parser
Oops, I neglected to reply-all…. The current stable branch at github still has it: https://github.com/apple/swift-llvm/blob/stable/include/llvm/Support/ARMTargetParser.def#L106 <https://github.com/apple/swift-llvm/blob/stable/include/llvm/Support/ARMTargetParser.def#L106> Should I get the head of the non-swift repository and generate a new diff? Also, I suspect that it’s not a good idea
2016 Jan 08
2
Diff to add ARMv6L to Target parser
Thanks for the clarifications, Bob! I’ve spent some time with the head of the llvm.org repo, and I now understand a lot better what Renato and Tim were talking about re. the architecture aliases. The patch to add v6l, therefore, seems simple enough. I haven’t been able to test it in my usual flow, because that involves the whole swift stack. I’m considering creating a program that links to
2016 Oct 17
3
Is GCC 4.7 still supported?
Thank you very much for the references, we've missed this discussion from last week. Seeing that the RFC hasn’t got any new responses since Wed 12th, is now the time to declare that the community has accepted the proposal, and to update the docs? Or is there any formal deadline for objections to be raised? -----Original Message----- From: meinersbur at googlemail.com [mailto:meinersbur at
2012 Jan 21
2
[LLVMdev] Claang bug
include/llvm/Support/Casting.h:194: typename cast_retty<Instruction, Value *>::ret_type llvm::cast(llvm::Value *const &): Assertion `isa<X>(Val) && "cast<Ty>() argument of incompatible type!"' failed. 0 clang 0x00000000019867cf 1 clang 0x0000000001986ce9 2 libpthread.so.0 0x00007f6921e2f060 3 libc.so.6 0x00007f69211113a5 gsignal + 53 4 libc.so.6
2018 Aug 14
2
M68K codegen target
Hello friends, A couple years back I’ve started a M68K codegen port of LLVM, and then suspended it for the lack of free time. Now I finally got some time and willing to continue working on it. To keep up with LLVM changes I'd like to merge it upstream. There is already patch for it: https://reviews.llvm.org/D50314 <https://reviews.llvm.org/D50314>, but then I was reminded that adding
2004 Aug 06
2
WinAMP POS: mime types
At 01:25 PM 6/3/2003 -0600, you wrote: >The problem with WinAMP 3 is that it will accept only ogg >data with the old MIME type "application/x-ogg", but current >icecast sources emit the new and correct mime type >"application-ogg". WinAMP must reject the ogg data because >it didn't match the MIME type it expected, so yes, it just >sits there prebuffering,
2018 Aug 16
2
M68K codegen target
Hi Anton, Thanks for the tip. I’ve moved some common code from the patch: https://reviews.llvm.org/D50784 <https://reviews.llvm.org/D50784> https://reviews.llvm.org/D50856 <https://reviews.llvm.org/D50856> https://reviews.llvm.org/D50858 <https://reviews.llvm.org/D50858> but the backend itself is still quite large. Anything more I can do to simplify reviewing? > On 15 Aug
2009 Oct 13
5
GPLPV windows dont shutdown
Hello! after update of GPLPV drivers from 0.9.12-pre13 to 0.10.0.86 on windows 2008 server domU I cant use xm shutdown <domU> in dom0 (nothing happens exactly for this domU, other domU with old drivers shutdowns normally), how to fix? opensuse11.1x64 xen 3.3.1 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2015 Oct 01
3
Fwd: buildbot failure in LLVM on sanitizer-x86_64-linux-bootstrap
This buildbot seems to have been failing for a while (though it's hard for me to identify the root cause in the logs, as I mentioned in another thread, so it's hard to say if it's the same failure, or if the failure is consistent, etc) - anyone watching it/caring aobut it? ---------- Forwarded message ---------- From: <llvm.buildmaster at lab.llvm.org> Date: Wed, Sep 30, 2015 at
2012 Apr 18
7
Puppet agent hostname/domain change
Hi Everybody, I have a puppet setup working, but run into issue, which couldn''t figure out how to solve. Say I have puppet agent generated certificate and signed it on puppet master. If somehow puppet agent''s hostname has been changed it will stop communication with puppet master. I would like to know if there is a way to be able to change hostname of puppet agent, without
2020 Mar 24
3
Bountysource campaign for the M68000 backend
Hello! Almost two years ago, Artyom Goncharov submitted an initial effort for a backend for the Motorola 68000 architecture [1] which was eventually not merged, unfortunately. I elaborated why I supported the idea of such a backend [2]. Recently, we started a fundraising campaign on the platform Bountysource.com to port the M68K backend in GCC to the new MODE_CC register representation which was
2004 Aug 06
1
WinAMP POS: mime types
hmmm...didn't everyone know this ? http://forums.winamp.com/showthread.php?threadid=129224 oddsock At 02:35 PM 6/3/2003 -0500, you wrote: >Huh? Nullsoft is ditching Winamp 3? Care to elaborate? > >It did seem kinda flimsy :) > >hhhmmm.... > >ml > > > > > > > Winamp3's problems do not end with this simple mod, it has fundamental and > >
2012 Jan 21
0
[LLVMdev] Claang bug
Hi Artyom, please open a bugreport as suggested by clang: ... snipped ... > clang: note: diagnostic msg: Please submit a bug report to http://llvm.org/bugs/ > and include command line arguments and all diagnostic information. > clang: note: diagnostic msg: Preprocessed source(s) are located at: > clang: note: diagnostic msg: /tmp/sqlite3-8WsrrL.i Ciao, Duncan.
2003 Nov 21
1
Printing to Intel InBusiness Print Station from SAMBA
Hi, all! Does any body use this print station? I try print via smbspool or smbclient and every time I got "access denyed" error. # smbspool smb://ps786fba/Printer1 101 artem Test 1 - test.txt ERROR: ERRSRV - ERRaccess opening remote file Test # PIGGY$ smbclient //ps786fba/Printer1 -P added interface ip=192.168.9.250 bcast=192.168.9.255 nmask=255.255.255.0 Got a positive name query
2011 May 30
1
Samba and non-ASCII host names
Hi all. I work in LAN with bunch of windows 7 computers with Russian localization which has bad habit to put international symbols (cyrillic symbols in my case) into host name upon installing. I can't force people to change host names on their computers so I trying to manage myself. I found some options to manipulate character conversion and added to config next lines: dos charset = CP866
2009 Mar 26
1
AW: VCPU amount
Hi, I don''t want to hijack this thread. But as I lately posted a question which mainly was about weight and cap and this fits in perfectly (and also you seem to be an expert here), I repeat it below. In the meantime I saw an academic article Ludmilla Cherkasova et al. from which I understood that you have to careful that a Dom0 doesn''t get too much weight, as otherwise
2011 Oct 18
4
[LLVMdev] llvm_cross_compile
Hi I want to cross-compile llvm  for  arm board , running llvm on  Ububtu Server 11.04  x86_64  thank you -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20111017/178ae8fe/attachment.html>