Displaying 20 results from an estimated 100 matches similar to: "Bug#383793: libtheora0: not 64-bit clean"
2006 Aug 24
1
AMD64 bug
The theora_unpack_comment casts a pointer-to-int to pointer-to-long. This
is incorrect on AMD64, where ints and longs are of different size. On my
system (Debian unstable, gcc 4.1) this causes players to crash when they
reach the end of a movie. The patch below fixes this bug.
--- libtheora-0.0.0.alpha7/lib/toplevel.c 2006-06-13 00:57:36.000000000 +0200
+++ libtheora-pdw/lib/toplevel.c
2008 Mar 31
1
Problem creating ogg comment header for theatrical/stage/disco lighting stream
Hi, I am creating a new ogg stream for theatrical/stage/disco lighting and
am having trouble encoding my comment header with the following code in
_tp_writelsbint function, it does not write the second byte to the ogg
buffer. I am using windows and have created a new win32 library project with
visual studio and added my code, what do i have to do to get the function
working? Is there a project
2018 Mar 14
1
Problem with reading data from an UTF-16 database
Dear all,
We have a problem with reading some characters correctly from an UTF-16
encoded database. The code below givens the correct characters on Ubuntu
with the_driver = {ODBC Driver 13 for SQL Server}. On Windows (with
the_driver = {SQL Server}), special characters like '?' and '?' are
returned as '?'. I've added the sessionInfo() output from both machines.
Any
2008 Jan 07
1
glibc detected *** /usr/lib64/R/bin/exec/R: double free or corruption ???? tm package
Hi,
I have a collection of .txt documents in my working folder for which I want to do some text mining. If I run TextDocCol from the tm package, R crashes with some memory issues. Does anyone has any idea if this is related to R itself or to the tm package?
Below you can find what is happening here.
> setwd("/home/jan/Work/2008/Profacts/textmining/tryouts/workfolder")
>
2023 Jun 03
1
bug in utils:::format.person
Thierry,
thanks for this, this is a bug in utils:::.format_person_as_R_code(). This
calls deparse() on the elements of the person object with the default
width.cutoff = 60. As your comment exceeds this width, the erroneous
formatting is produced. The simplest reproducible example I could come up
with was:
p <- person(".", comment = c(foo = ".....................",
2023 Jun 02
2
bug in utils:::format.person
Dear all,
I think I found a bug in utils::format.person when using style = "R" with a
vector of comments. The comment section is not parsed properly. Please find
below the mwe and the session info.
Best regards,
Thierry
maintainer <- person(
given = "Thierry", family = "Onkelinx", role = c("aut", "cre"),
email = "thierry.onkelinx at
2006 Jul 09
0
[ANNOUNCE] Unofficial icecast-kh and libtheora Debian Sarge packages
Hi, I hope this is useful for some of you:
I'm just finished building unofficial debian packages for icecast2 and
libtheora for Sarge (stable).
The idea behind this is to keep all the servers which take part on the
GISS stream-ring in sync, running the same version of icecast2 kh
branch, thus having a common ground for testing and debugging, and stay
always on the cutting-edge of
2004 Dec 29
3
libtheora
Hi,
I just installed debian (ubuntu) on this machine:
Linux ludwig 2.6.8.1-3-amd64-generic #1 Tue Oct 12 11:40:38 UTC 2004 x86_64
GNU/Linux
but neither libtheora0 and libtheora-dev from packet nor libtheora-1.0alpha4 I
compiled seems to work
;-)
both mplayer or vlc can't read video stream
Theora header parsing failed: -20
or
[00000247] theora decoder error: This bitstream does
2006 Sep 27
2
Bug#389683: xen-utils-common: bridging script breaks networking
Package: xen-utils-common
Version: 3.0+hg11292-2
Severity: serious
Justification: breaks unrelated services
Freshly installed amd64 etch system.
When running /etc/xen/scripts/network-bridge start, the system becomes
completely unreachable from the network.
Running ifconfig, I can see eth0 (which is the virtual interface now if
I am correct), having the mac and IP address of the real eth0, and a
2002 Oct 02
0
rsync hangs at the end of the work.
Ok, so I tried with -v -v and -v -v -v, but this does not give more
clue, only much more useless log data.
I still have the problem that with:
rsync -v -auxHS --delete --force / /backup/
I get the following log:
building file list ... done
deleting var/cache/man/cat1/gcc.1.gz
deleting var/cache/man/cat1/gawk.1.gz
deleting var/account/pacct-20010930.gz
deleting
2015 Sep 28
2
Mate-update breaks locale
Hello All,
today's Mate-updates seem to have removed our nl_be locale.
We run Mate desktop on some 15 Centos7 laptops.
Not so big a deal, we can easily switch to nl_nl or people would still figure it out in English.
But maybe for other, not so common locales, you might want to check before updating.
Greetings, Johan
2007 Aug 10
5
[Patch] Const correct tags functions
Hi all,
I tend to compile my code with all GCC warnings turned on. However,
when I do this :
vorbis_comment_add_tag(&vdata->vc,"ENCODER","libsndfile");
I get the following warning messages:
warning: passing argument 2 of 'vorbis_comment_add_tag' discards
qualifiers from pointer target type
warning: passing argument 3 of
2007 May 24
1
video quality problem, encodeing with ffmpeg2theora -p pro
Hello all and thanks,
I have encoded several .vob with " ffmpeg2theoar -p preveiw " with no
problems at all. The quality is exellent. These .vob were ripped with
vobcopy.
The problem I am having is when I encode a .vob with " ffmpeg2theora -p pro ".
The resulting .ogg will not play correctly with vlc or kaffeine. The vedio
is jerky and the sound go out of sycro just
2000 Jul 29
0
New comment interfaces
I just committed a bunch of work on the comment interfaces in libvorbis.
Importantly, there is now a way to deal with non-0-terminated strings being
returned in the comment structure.
THe vorbis_comment struct has an additional member - int *comment_lengths.
Unless you're editing the struct directly (i.e. not using
vorbis_comment_add(),
etc.), no changes will be needed to applications (but
2004 Aug 06
0
No subject
typedef struct vorbis_comment{
/* unlimited user comment fields. libvorbis writes 'libvorbis'
whatever vendor is set to in encode */
char **user_comments;
int *comment_lengths;
int comments;
char *vendor;
} vorbis_comment;
'user_comments' is the associative array of sorts that the usual
comments are. 'vendor' is just a string that's also stored
2004 Aug 06
0
No subject
typedef struct vorbis_comment{
/* unlimited user comment fields. libvorbis writes 'libvorbis'
whatever vendor is set to in encode */
char **user_comments;
int *comment_lengths;
int comments;
char *vendor;
} vorbis_comment;
'user_comments' is the associative array of sorts that the usual
comments are. 'vendor' is just a string that's also stored
2006 Jan 05
7
Multilanguage problem, need help
hey,
i use http://mir.aculo.us/articles/2005/10/03/ruby-on-rails-i18n-revisited
then i have nl_BE.rb, de_DE.rb, en_US.rb as translation files.
this works all fine when i have normal characters, but i have one problem
when i have wierd characters like ? ? ? (mostly in french), then i get japanese
charachters on my site
i use utf8 for my database and i set this for each def in my controllers,
2015 Sep 29
0
Mate-update breaks locale
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 28/09/15 21:40, johan.vermeulen7 at telenet.be wrote:
> Hello All,
>
> today's Mate-updates seem to have removed our nl_be locale. We run
> Mate desktop on some 15 Centos7 laptops.
>
> Not so big a deal, we can easily switch to nl_nl or people would
> still figure it out in English. But maybe for other, not so common
>
2007 Mar 26
0
Logging album info for ogg-vorbis
Hi Aaron
thats interesting, I made a similar change to icecast some time ago
myself. It writes ALL metadata to the log, not only ARTIST and TRACK. We
wanted to include more information into the playlist of our radio but
unfortunately we discovered that oddcast doesn't send more than ARTIST
and TRACK... so I am looking for something that sends really everything.
What do you use as your
2002 Mar 14
2
Ogg in MP4 file, Unexpected result from _vorbis_unpack_books
Hi.
I'm trying to implement Ogg/Vorbis support for the MPEG4IP project.
The goal is to support Ogg/Vorbis audio for MPEG-4 streaming.
So far I have managed to make the encoder save Ogg packets as an Audio
object in an .mp4 file. As a side effect, it can also save Ogg pages in
an .ogg file playable by xmms, but that's no big deal.
So what I'm doing is this. First the init part.
a)