Displaying 20 results from an estimated 600 matches similar to: "Various typo in spec"
2010 May 17
6
validates_timeliness plugin installation
I''m trying to install the validates_timeliness plugin:
on Ubuntu lucid in my rails project directory:
sudo ./script/plugin install git://github.com/adzap/validates_timeliness.git
./script/plugin: command not found
on windows (as admin) in my rails project directory:
ruby script/plugin install git://github.com/adzap/validates_timeliness.git
creates the "validates_timeliness"
2008 Jul 21
2
webrick needs 80 seconds for starting
ruby script/console webrick
after 23 seconds:
=> Booting WEBrick...
after 78 seconds:
=> Rails application started on http://0.0.0.0:3000
=> Ctrl-C to shutdown server; call with --help for options
[2008-07-21 08:07:17] INFO WEBrick 1.3.1
[2008-07-21 08:07:17] INFO ruby 1.8.6 (2007-09-24) [i386-mswin32]
[2008-07-21 08:07:17] INFO WEBrick::HTTPServer#start: pid=4664
port=3000
2006 Jun 26
1
libtheora API documentation
Hi,
The documentation for the libtheora API is a little bit sparse - for
example, information about whether yuv_buffer structs should be
managed by the user or the library is missing. From talking to derf,
and from what I can see in the example files, the user allocates the
struct but not the luma/chroma buffers on decode; and the user
allocates both the struct and the luma/chroma buffers on
2007 Nov 26
1
Problem with configure's detection of glob on 2.6.0 (PR#10468)
Full_Name: Mike Pacey
Version: 2.6.0
OS: SuSe Linux 9.3 x86_64
Submission from: (NULL) (194.80.32.10)
A "vanilla" version of R configures and compiles without a problem on my system.
Switching to using the PGI compiler configures correctly (see the values at the
bottom fo thismessage), but compilation aborts with:
pgcc -I../../src/extra/zlib -I../../src/extra/bzip2
2011 May 19
2
trouble with summary tables with several variables using aggregate function
Dear all,
I am having trouble creating summary tables using aggregate function.
given the following table:
Var1 Var2 Var3 dummy
S1 T1 I 1
S1 T1 I 1
S1 T1 D 1
S1 T1 D 1
S1 T2 I 1
S1 T2 I 1
S1 T2 D 1
S1 T2 D 1
S2
2009 Jul 05
2
GUI Front End for OpenLDAP admin (users & groups)
Does there exist a GUI Front End for OpenLDAP admin for CentOS 5 (RHEL
5)?
The binary (i386) rpm for directory_adminstrator works just fine with
CentOS 4, but does't install under CentOS 5 and the src RPM does not
build (I hacked the spec file and did install the build deps, but it is
using an old hack for finding libgnome (/usr/lib/gnomeConf.sh or
something like that).
I installed
2008 Sep 19
1
LDAP-Backend: How to store 'employeeNumber' in 'sambaGroupMapping'?
Hello,
this is a little bit off-topic, because it is rather LDAP related. I need to store an additional string in every 'posixGroup/sambaGroupMapping' object in the LDAP backend. (This string is used to hold an key to an external database.)
For user accounts I can use the 'employeeNumber' attribute which is provided by 'inetOrgPerson'. Any ideas what I could use for group
2018 Apr 16
1
NHW Project - quality improvement for -l4,-l5 settings
Hello,
I have improved quality for -l4 and -l5 high compression settings.These
settings are now really better and very competitive, I now prefer them
compared to x265 (HEVC).
Update at: http://nhwcodec.blogspot.com/
I am also working on -l6 quality setting, I can simply increase
quantization for it but I am not totally satisfied with this solution for
now... Looking for more advanced processing
2014 Aug 06
16
[Bug 82255] New: [VP2] Chroma planes are vertically stretched during VDPAU playback
https://bugs.freedesktop.org/show_bug.cgi?id=82255
Priority: medium
Bug ID: 82255
Assignee: nouveau at lists.freedesktop.org
Summary: [VP2] Chroma planes are vertically stretched during
VDPAU playback
Severity: normal
Classification: Unclassified
OS: All
Reporter: emil.l.velikov at gmail.com
2018 Feb 20
4
[PATCH] drm/nouveau: Replace the iturbt_709 prop with the standarad COLOR_ENCODNIG prop
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
Replace the ad-hoc iturbt_709 property with the new standard
COLOR_ENCODING property. Compiles, but not tested.
Cc: Daniel Vetter <daniel at ffwll.ch>
Cc: nouveau at lists.freedesktop.org
Cc: Ben Skeggs <bskeggs at redhat.com>
Cc: Ilia Mirkin <imirkin at alum.mit.edu>
Signed-off-by: Ville Syrjälä <ville.syrjala at
2015 Aug 14
2
[3.7 Release] Let's fix the release notes!
Many thanks!
On Fri, Aug 14, 2015 at 6:47 AM, Ulrich Weigand
<Ulrich.Weigand at de.ibm.com> wrote:
> LLVM:
>
> LLVM no longer attempts to automatically detect the
> current host CPU when invoked natively.
>
> LLVM now supports all thread-local storage models on SystemZ.
> (Previous releases would support only the local-exec TLS model.)
>
> LLVM now uses the POPCNT
2005 May 30
1
Question about MVect in decode.c
Good day!
Could you please explain me the following:
In case of playback of video stream theora, MS Visual Studio .NET 2003 shows a warning message in every frame about the
usage of not initialized variable MVect in the file decode.c (run-time
check).
In case of key-frames playback no warning appears.
When I disable the run-time check, the video stream plays normally, but it is undesirable.
2005 Nov 08
2
OggYUV
Here's a shot at a list of fields:
// High level data
Displayed Width&Height
Stored Width&Height
Aspect Ratio (Fractional)
Frame Rate (Fractional)
FourCC (Optional, set to zero to use values below)
Colorspace (enum, R'G'B', Y'CbCr, JPEG (not sure proper name), etc)
// Subsampling data
U Channel X Sample Rate (Fractional)
U Channel Y Sample Rate (Fractional)
U Channel
2010 Aug 06
4
nv vpe video decoder
Hello,
I have my work on the nv vpe video decoder in a functional
state. In case you didn't know this decoder accelerates mpeg2
video at the idct/mc level. I have verified that it works on
nv40 hardware. I believe it works on nv30 hardware (and
maybe some earlier hardware), but I cannot verify since I have
none.
I will reply with patches against the kernel, drm, ddx
and mesa for
2016 Mar 23
2
Very odd issue w/ a CentOS 6 system
Phil Wyett wrote:
> On Wed, 2016-03-23 at 10:26 -0400, m.roth at 5-cent.us wrote:
<snip>
>> >
>> > What is the make/model of the card?
>> lspci says:
>> Brooktree Corporation Bt878 Audio Capture (rev 11)
>> >
>> > Are you supplying options when loading the bttv module?
>>
>> On and off, I've been googling to find if
2006 Feb 28
0
error 3633
Hi, Any can help me
fixme:ole:CoRegisterMessageFilter stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
fixme:heap:RtlCompactHeap stub
wine: Unhandled page fault on write access to 0x414b03f1 at address
0x41c3b051 (thread 000d), starting debugger...
WineDbg starting on pid 0xc
Unhandled exception: page fault on write
2013 Sep 08
1
[PATCH] drm/nv10/plane: add plane support for nv10-nv40
Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
---
This has received light testing on NV18 and NV34 cards, using the modetest
tool. Userspace support to use this for xv is not yet ready.
I decided against creating a new "pvideo" engine -- that just seems way too
heavy-handed compared to the ~10 lines of code in disp/nv04.c to deal with the
PVIDEO interrupts.
Even though
2005 Nov 08
2
OggYUV
This also includes, other non raw formats...
http://www.fourcc.org/codecs.php
"fourcc" 's of rgb types
http://www.fourcc.org/rgb.php
raw yuv formats only
http://www.fourcc.org/yuv.php
Registered fourcc codecs
http://www.microsoft.com/whdc/archive/fourcc.mspx
Enumeration of actual types that are used in directshow (bottom of page)
2004 Jun 24
1
samba and photoshop
Hello all, I have a OSX server that is serving to an XP box via samba.
When the user on the XP box tries to save a file out of photoshop, It
errors out giving a "delay write failure" error. He can save local and
then copy it to the same directory without a problem. If you open a
different paint app ( or any app for that matter) on the XP box ( ex,
paint or paint shop pro), it works fine.
2021 Dec 02
1
NHW Project development
Hello,
I know there is no community around NHW, but I would have liked to know
what you would like to see improved in the NHW codec.I know its results are
not perfect for now compared to high-end AV1/VVC codecs for example, but
could be ok giving its extremely fast speed.-However on high quality
images, I notably like its good results because of its neatness.-
Regarding things to improve, there