-
Well no VDPAU for me - hardware is too old. I had xine lib compiled as well but moved back to Ubuntu stock version as playing Xvid AVIs didnt work.
2009-05-16 07:48:38 UTC in VDR xine-lib output device
-
Latest CVS xineliboutput works flawlessly over here. Give it a try.
2009-05-15 16:33:39 UTC in VDR xine-lib output device
-
I can compile xineliboutput fine but picture is stuttering and there are lots of decoding artifacts in the picture. This happens in SD channels, latest VDR 1.7.6. Are there any patches/compilation settings to make it work?
Peter.
2009-04-29 04:30:20 UTC in VDR xine-lib output device
-
OK thanks for the reply! I'll wait until 2.0 is in 'releasable' state (I guess that means beta, right?).
Peter.
2009-01-22 15:10:02 UTC in Natural Docs
-
Has anyone done any work to adapt ND for parsing Postgres SQL? The catch is that PG functions can be written in a number of languages (including Perl), so it's more like a matter of analyzing SQL 'CREATE FUNCTION' header and applying correct language module. I would be willing to hack/develop some support for it but need some pointers where to start... if I understand correctly this might...
2009-01-22 09:18:19 UTC in Natural Docs
-
SQL types that translate into "Decimal" types, and have precision>28 are created as decimal(18,scale). Should create decimal(28,scale) instead.
This can cause problems when trying to insert data in the row. Happens with Jackcess 1.15, copyTable method.
2008-08-12 09:02:03 UTC in Jackcess
-
SQL Data Type = 12 (as returned by getColumnType)
lengthInUnits = 2147483647
It gets converted to TEXT (column.getType())
column.setLengthInUnits results in column._columnLength property having value -2
It breaks on createTable() method call.
Hope this helps!
2008-07-17 09:53:07 UTC in Jackcess
-
PG arrays come in with length 65535 (or was it 2M?). At any rate it breaks Jackcess as it cant create MDB field with such a length. I guess ignoring such fields is OK, or maybe converting into 'memo' will do.
2008-07-15 14:37:13 UTC in Jackcess