Displaying 20 results from an estimated 2000 matches similar to: "UTF-8 in comments"
2001 Aug 20
3
extremely noticeable artifact (britney-bug)
I really don't know if this is the same problem that was reported by Ingo
Saitz (I really couldn't say which one was 128kbit and which was the
original wav when blind-testing. The original had some distortion that
perhaps does somehting with my cheapo soundcard) but here's a description
of what i've found:
When doing some sample encoding with rc2 (rebuilt rpm with latest redhat
2004 Sep 10
1
contribution, rpm packaging
For my own needs I have created the .spec file needed for rpm packaging
of the flac package.
End users
---------
If anyone is interested in the resulting rpm-files i have made them
available on http://noa.tm/flac-rpms/
FLAC maintainers
----------------
I have attached the specfile along with hooks in Makefile.am and
configure.in in unified diff format so that they are ready for inclusion
in
2001 Mar 27
0
PATCH: UTF-8 checking in libvorbis
Here is a patch that implements a check so that libvorbis complains when a
comment string that is not UTF-8 is added. This patch will break oggenc
without my UTF-8 patch. (http://noa.tm/oggenc-utf8.2.diff.gz)
I've tested the verification algorithm on ~150k strings in various charsets
(from the gnome translations) and about 0.02% of the strings that has chars
with 8th bit set is valid UTF-8
2001 Jul 14
2
encoding lots of speech
I had lunch with an interesting guy who had gotten .com-money to record
the whole bible professionally with good actors (in swedish and english, kjv).
The idea was to sell custom made compilations of biblical texts on cd over
internet. The company is now out of money (surprise!), but all the material
is recorded (about 350 hours) and if anyone gets a good idea on what to use
the material to, it
2002 Jul 13
0
libogg spec fixes
While I'm at it here is an update to the libogg .spec-file fixing two small
things.
/noa
<p>
--
begin:vcard fn:Daniel Resare tel;cell:+46739442044 tel;work:+468332040
adr;work:Scheelegatan 36; 112 28; Stockholm; Sweden end:vcard
pgp fingerprint: 8D97 F297 CA0D 8751 D8EB 12B6 6EA6 727F 9B8D EC2A
-------------- next part --------------
Index: libogg.spec
2002 Jul 13
0
libvorbis make and spec fixes
I had to change the following to get the 'make distcheck' to work and to be
able to build the rpms with 'rpm-build -tb *.tar.gz'
I also added a test in libvorbis configure.in to detect older ogg versions
(check for oggpack_writealign) and print a meaningful error.
I also updated the .spec-file with dependencies on libogg-1.0
Thanks for great work everyone!
/noa
--
begin:vcard
2002 Jan 13
0
rc3 artifact (left-dist)
I have now listened to some rc3-encoded ogg-files, and overall it sounds
great! I have, howerver encountered an annoying artifact in rc3 that
could be described as a pumping or vibrating distortion. In the
beginning of the provided sample the artifact is easily noticed in the
left channel, but later in the sample i belive it is somewhat to the
right in the stereo image.
The artifact dissapears
2002 Jul 13
0
vorbis-tools spec fixes
The .spec-file from vorbis-tools needs to be updated to handle FHS
compliant distributions (man files are arch indipendent and should be in
/usr/share/man to be compliant). The %configure macro always contains the
correct configure args for the current args.
The included patch contains a small change to use the %configure macro, I
would prefer removing the ./autogen.sh invocation altogether, but
2001 Mar 28
1
PATCH: buglet in vorbis-tools.spec
The attached typo results in error on uninstall of vorbis-tools:
error: execution of %postun scriptlet from vorbis-tools-1.0beta4-1 failed,
exit status 2
cheers/d
--
nuclear cia fbi spy password code president bomb
8D97 F297 CA0D 8751 D8EB 12B6 6EA6 727F 9B8D EC2A
<HR NOSHADE>
<UL>
<LI>text/plain attachment: vorbis-tools.spec.diff
</UL>
-------------- next part
2001 Sep 30
3
UTF-8 stuff
Here's a propsed heavy-duty solution for your UTF-8 problems.
I'm including a patch in this message, but I'll put the new files on
my web site at http://rano.org/tmp/xiph_files.tar.gz
I've tested this by running vorbiscomment with and without
-DHAVE_ICONV=1 in vorbis-tools/share/Makefile. It seems to work.
Changed files:
acinclude.m4: Add a test for nl_langinfo(CODESET). This
2001 Jul 07
2
patch for title(?) segmentation fault
oggenc -b 128 -d 1985 -N 01 -t "Black Planet" -l "First and Last and Always" -a "Sisters of Mercy" track01.cdda.wav
egs in free in simple_utf8_encode. I tracked it down to a mis-calculated
buffer size for malloc. I've attached the patch that fixes it (for me:).
The only problem I have with the rest of the code is figuring out how the
terminating 0 (null,
1999 Aug 26
1
Visual C++ fails to recognize changed file
We're having a problem that is the reverse of prblems that others
have had: if we have a file open in Visual C++, and change it from
another editor (either on the PC or on Unix), Visual C++ does not
notice that it has been changed and ignores the file when it does a
make. If the file is on a local drive, everything works fine.
We're running Samba version 2.0.4b on Solaris 2.6 and Visual
2001 Aug 19
1
C++ style comment in vorbis-tools/oggenc/utf.8
vorbis-tools/oggenc/utf8.c:164 has a //-style comment; it should be /* ...
*/ so that non-gcc compilers won't barf (e.g., solaris Forte 6.1 cc).
Patch included, if you're really lazy. :-)
{+} Jeff Squyres
{+} squyres@cse.nd.edu
{+} Perpetual Obsessive Notre Dame Student Craving Utter Madness
{+} "I came to ND for 4 years and ended up staying for a decade"
Index: oggenc/utf8.c
2007 Sep 05
2
RUnit testing with R CMD check and more (was: R CMD check recursive copy of tests/)
Hello!
I have looked at Martin's recent work on "merging" unit tests with R CMD check,
fused it with my and Tony's contributions and developed it a bit further. Take
a look into the attached demo package on how it works.
In essence:
PKG/inst/RUnitTests
|- runRUnitTests.R (script to run RUnit tests)
\- ... (any RUnit test file)
2001 Sep 22
2
vorbis-tools reorganziation and UTF-8 stuff
I just moved a bunch of shared code (like 4 copies of getopt) into a share
directory within vorbis-tools. I also moved the UTF-8 code from oggenc into
the vorbis-tools/share directory as well so that it could be used by all of
the tools, since they all need to handle UTF-8 comments correctly. Header
files for the shared code are stored in vorbis-tools/include.
I have already fixed vorbiscomment
2008 Sep 30
1
prblems changing directory in mpi snow clusters
Dear R Users,
I am attempting to use snow with rmpi.
My configuration is:
- R Version 2.7.2, rmpi
- RMPI 0.5-6
- DeinoMPI 1.1.0
- Windows Xp SP2
I can sucessfully create a cluster and execute simple commands but for
some reason, I cannot change the working directory in my nodes.
> noclusters<-2
> cl <- makeCluster(noclusters, type = "MPI")
2 slaves are spawned
2001 May 26
0
update of UTF-8 patch
Due to the input from one brave tester (Attila Bogar) i've fixed one more
bug in the oggenc patch. Regarding the status of the patch, Michael Smith
has indicated that he wants to see a native Win32 conversion routine before
accepting the patch into vorbis-tools. Therefore it would be very nice if
someone with Win32 experience could contribute a native conversion
implementation.
I think that
2002 Aug 03
1
hi & rpms
Hi,
Seems majordomo allows me in now ;)
For those of you who don't know me, Vakor asked me to do 1.0 rpm packages
right before the release, which I did. I was pretty new to vorbis
internals but I hope I managed to do a good job.
In any case, last night on IRC in #vorbis someone was pretty rude to me in
complaining about a problem he had with them. In the end I lost my
temper because of
2015 Aug 27
3
Issues with libcurl + HTTP status codes (eg. 403, 404)
>>>>> "DM" == Duncan Murdoch <murdoch.duncan at gmail.com>
>>>>> on Wed, 26 Aug 2015 19:07:23 -0400 writes:
DM> On 26/08/2015 6:04 PM, Jeroen Ooms wrote:
>> On Tue, Aug 25, 2015 at 10:33 PM, Martin Morgan <mtmorgan at fredhutch.org> wrote:
>>>
>>> actually I don't know that it does -- it
2012 Jun 20
7
[PATCH] xl: fix sedf parameters checking
9d1fd58ff602 was bogous in not letting a new domain being created
if its scheduling parameters --when running under the sedf scheduler--
were not fully specified, making creation fail like in this example
here below:
2012-06-16 07:37:47 Z executing ssh ... root@10.80.248.105 xl create /etc/xen/debian.guest.osstest.cfg
libxl: error: libxl.c:3619:sched_sedf_domain_set: setting domain sched sedf: