Displaying 20 results from an estimated 900 matches similar to: "Building in a separate build tree"
2003 Apr 22
2
Development status?
Hello,
just by curiosity, what is the current development
status of theora? (TODOs, etc.) Only the documentation
still left out? :-)
Rodolphe
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'theora-dev-request@xiph.org'
containing only the word 'unsubscribe' in the body.
2003 May 08
3
MMX and extended-MMX acceleration patch for encoding
Hello,
attached is a gzipped patch file to the lib/mcomp.c source file of theora
(as of AnonCVS current version) that implements MMX and extended-MMX
optimizations in the most frequently used functions of the encoder (as
shown by gprof).
This is more a proof of concept than a real request for inclusion into the
source tree. My personal intent was more to look deeper into the MMX
instruction set
2006 Jul 02
5
What goes to Hardware ?
Hi people,
As I said before: I did the IDCT to run on the FPGA.
My friends from university did the Reconstruction routines running on the FPGA.
I'm helping with the LoopFilter, and it is almost there.
(all VHDL)
I did a small profiling of the libTheora running on a Altera Stratix II device:
The processor used was the NIOS II with 8Kb of data and instruction
cache, branch prediction and
2005 Aug 29
2
Loopback connetion issue
Hi,
I''m experiencing some troubles with an application in a VM (domain-1) which needs to connect too itself via the loopback interface.
It seems that the connection process hang during the TCP handshake.
I have a running web server in this VM which run perfectly.
Logged in Domain-1, i''ve tried to reach the webserver with telnet but the same problem happens.
Even pinging the
2007 Jun 04
5
Re : Samba/Winbind slow with Active Directory (Hoogstraten, Ton)
How many entries ?
TDB Database is limited 250 users.
--
Rodolphe
---------- Message transf?r? ----------
From: "Hoogstraten, Ton" <Ton.Hoogstraten@ingram.nl>
To: <samba@lists.samba.org>
Date: Sun, 3 Jun 2007 16:08:06 +0200
Subject: [Samba] Samba/Winbind slow with Active Directory
Hi all,
I'm looking for answers regarding a problem I'm having with Samba. Since
a
2010 Apr 20
1
zero sized messages in Maildir, corrupt filenames ?
Hi,
I'm starting to see more and more duplicates in my cur directory. they
seem to be a copy of an incoming mail (messages share the same date) but
they appears in the client as a message without subject and without
sender or body. Their filename starts with an underscore and the 4th
letter is a %. The rest of the filename is random (but it also includes
my hostname). Which program could
2006 Jun 27
1
usrmgr.exe "group name could not be found" error
Hello,
I have the same problem this post :
http://marc.theaimsgroup.com/?l=samba&m=114881731013700&w=2
After read the solution,
What can i do for an production server on next week ?
samba 3.0.22 is stable version, anybody know if it fixed this bug.
thanks.
Rodolphe
2003 Apr 15
1
Ogg Traffic for April 15, 2003
Hi everybody:
Here is this week's Ogg Traffic with all new updates on recent
activities in the world of Xiph.org. The HTML version is up at
http://www.vorbis.com/ot/20030415.html.
Enjoy!
-Carsten
<p>Ogg Traffic for Tuesday, April 15, 2003
[1]Carsten "Purple" Haese
April 15, 2003
_________________________________________________________________
Table of
2012 Dec 12
0
[PATCH 2/5] autogen.sh: replace this by a simple call to autoreconf
The autoreconf tool is provided by autoconf to do what custom
autogen.sh scripts in many projects used to do. Only it is more
robust and widely tested. It has been available for several years,
too. No reason to rely on custom code for this.
Signed-off-by: Max Horn <max at quendi.de>
---
Makefile.am | 2 -
autogen.sh | 168
2008 Dec 08
0
sndio support for libao
(Is this the right list for libao patches?)
The following adds support for a sndio plugin to libao. sndio is
OpenBSD's new audio API.
diff -uNrp libao-0.8.8.orig/configure.ac libao-0.8.8/configure.ac
--- libao-0.8.8.orig/configure.ac Thu May 24 12:51:05 2007
+++ libao-0.8.8/configure.ac Mon Dec 8 16:34:44 2008
@@ -300,6 +300,11 @@ dnl Check for Sun audio
AC_CHECK_HEADERS(sys/audioio.h)
2012 Apr 07
1
[PATCH 2/2] Update and improve autotools build
- INCLUDES is deprecated, and CPPFLAGS is an user-defined
variable, use the proper AM_CPPFLAGS instead
- Remove FLAC__INLINE definition, providing proper
replacement for MSVC compilers.
- Detect if we have C99 's lround and provide a replacement
for windows...
---
configure.ac | 32 ++++++++--------------------
examples/c/decode/file/Makefile.am
2002 Aug 14
0
automake 1.6 compatability patch
This patch cleans up the vorbis-tools Makefile.am files so they work with both
automake 1.4 and 1.6. Some changes to configure.in were also needed in order
to get things to work (and to fix some ac 2.50 issues).
Please remove config.h from cvs as it is a generated file and empty anyway.
automake 1.6 isn't really incompatable with 1.4, it's just more picky about
you sticking to the rules:
2014 May 14
4
[LLVMdev] Question about calling convention implementation in LLVM target
Hi,
We are currently developing an LLVM target for a micro-controller,
and would like our TargetLowering::LowerCall method to emit
PUSH instructions (instead of STORE) to pass arguments (which
would improve code density for function calls).
Is there a way of keeping track of the stack pointer changes
implied by the PUSH instruction to calculate the correct
offsets in
2004 Apr 15
1
[PATCH] theora/{Makefile.am,autogen.sh}
the attached patch against current svn brings autogen.sh in line with
that in ogg/, and updates Makefile.am appropriately.
(needed to build on os x and probably elsewhere)
Conrad.
-------------- next part --------------
Index: Makefile.am
===================================================================
--- Makefile.am (revision 6517)
+++ Makefile.am (working copy)
@@ -1,6 +1,6 @@
## Process
2002 Dec 13
0
Lookig for a french vorbis developper
Hi,
This is my first post in this list. I joined it for a little bit
special reason that I'll explain.
for begginning I'll briefly present myself, I'm french and most
implicated in free software promotion in France, I'm working as
freelance in free software system administration.
No the reason why I joined vorbis-dev, I'm a member of [1]April, an
association that promote
2004 Dec 16
0
[patch] ffmpeg2theora A/V sync
Hi,
ffmpeg2theora currently assumes that the first frame in the input file
also corresponds to the first audio sample in the input file, which
might not be true for many file formats. I have especially bad problems
with MPEG-TS streams that I recorded via DVB-T (sync off by 0.5 seconds
etc.). Encoding chapter-ranges from DVD might yield similar problems.
The attached patch fixes that, using
2014 Mar 14
4
[LLVMdev] Is lld the linker we need for our project ?
Hi,
Thanks a lot for your answer. It seems lld is still the best
solution, even if it does not work "right out of the box" for
us today.
We already have a solution for the "objcopy" part (added the
required output format to llvm-objdump).
The ScriptLayout class seems to be empty for now (on the master
branch at least), but we do not need linker scripts today.
All that is
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
2000 Nov 22
1
Non-gcc build problems
I sent a message about 2 weeks ago about build problems at the head of the
CVS tree with non-gcc compilers on POSIX systems, although I didn't
correctly identify the link problems as being static-library only (see my
previous mail about "static link broken"). Some problems have been fixed,
but some still seem to be there.
I have edited my original mail to list the problems that
2001 Aug 22
1
Can't compile CVS with non-gcc compilers
Without "no-dependencies" in every single Makefile.am's AUTOMAKE_OPTIONS
line, automake will put gnu-specific instructions that will barf a) if you
don't use gmake, and b) don't use gcc.
This is actually in the automake manual, section 7.11, page 26 -- it's not
an unexpected thing:
"Currently, this support [automatic dependency generation]
requires