-
The attached patch allows successful compilation on Darwin 8. On Darwin 8 sched_setscheduler is absent.
2009-02-16 18:56:16 UTC by mr-meltdown
-
The attached patch fixes a compilation issue on Solaris where _IOWR is undefined (needs sys/filio.h include) and a linkage error where sched_* functions need -lrt.
2009-02-15 20:44:58 UTC by mr-meltdown
-
Please migrate to gtk2
http://developer.gnome.org/doc/API/2.0/gtk/migrating.html.
2008-03-25 13:42:06 UTC by pabs3
-
Currently using libdv on big endian systems result in green/pink output. I saw serious effort was put into the BIG_ENDIAN ifdefs, but it doesn't really solve the problem.
It looks the problem is in YUV2, because YUV12 (for PAL) results in black/green bars.
2007-09-21 16:54:35 UTC by skinkie
-
Greetings,
May I ask for your assistance with compiling errors for libdv-1.0.0? The code was retrieved from the sourceforge site, and is (hopefully) to be used on NetBSD 3.0.
config.log is attached.
$ make --version
GNU Make 3.81
$ make
... [lots of successful steps, then ...] ...
/bin/ksh ../libtool --silent --tag=CC --mode=link gcc -g -O2 -Wall -g -o
dovlc dovlc.o libdv.la...
2007-03-29 23:47:32 UTC by nobody
-
Well, I think it is the logical next step.
I've been reading SMPTE 370M and it seems rather unencumbered for someone used to code for Quasar to add DV100 (DVCproHD) support in it.
I could try doing it, but it seems rather logical to me to ask for someone experienced with this stuff.
Bye.
SMPTE 370M-2002 can be downloaded from the smpte.org, just google it.
2007-02-03 23:17:06 UTC by nobody
-
I have been using libdv to decode dv pal dv frams with
a resolution of 720 x 576. I built libdv with the above
option. However when using dv_decode_full_frame in the
yuv colour space, the pitches pointer seems to get a
little trashed. In the function
void
dv_mb420_YV12_mmx(dv_macroblock_t *mb, uint8_t
**pixels, uint16_t *pitches,
int clamp_luma, int clamp_chroma) in...
2006-10-26 10:06:25 UTC by nobody
-
ddennedy committed patchset 301 of module libdv to the Quasar DV Codec CVS repository, changing 1 files.
2006-09-25 20:20:30 UTC by ddennedy
-
Logged In: YES
user_id=78682
These have all been addressed in CVS. I will close this
with the next release.
2006-09-21 05:40:58 UTC by ddennedy
-
Wrote by David Binderman:
I just tried to compile package libdv-0.104-4 with a
prerelease of the
GNU C compiler version 4.1. It said
1.
encode.c:1811: warning: operation on "i" may be undefined
The source code is
for (i = 0;
i < (DV_WIDTH * (dv_enc->isPAL
? DV_PAL_HEIGHT :
DV_NTSC_HEIGHT));
dv_enc->img_y[i] =...
2006-09-20 14:46:14 UTC by anosek