Re: [OT] mini-PCIE with Broadcom Crystal HD Hardware Decoder (BCM970012) for HD playback with free drivers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



> > what about of corrected interlace output ? Most of them videocards can't  do it correctly....
> 
> I can't answer that unfortunately.

let's hope that Crystal HD can do deinterlacing and scaling


in crystalhd/include/7411d.h there's lines 

/* scaling on/off */
/*  - eCMD_C011_DEC_CHAN_OUTPUT_FORMAT */
typedef enum
{
    eC011_SCALING_OFF           = 0x00000000,
    eC011_SCALING_ON            = 0x00000001,

} eC011_SCALING;

/* deinterlacing on/off */
/*  - eCMD_C011_DEC_CHAN_OUTPUT_FORMAT */
typedef enum
{
    eC011_DEINTERLACING_OFF     = 0x00000000,
    eC011_DEINTERLACING_ON      = 0x00000001,

} eC011_DEINTERLACING;

/* deinterlacing on/off */
/*  - eCMD_C011_DEC_CHAN_OUTPUT_FORMAT */
typedef enum
{
    eC011_DEINTERLACING_OFF     = 0x00000000,
    eC011_DEINTERLACING_ON      = 0x00000001,

} eC011_DEINTERLACING;



_______________________________________________
vdr mailing list
vdr@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr


[Index of Archives]     [Linux Media]     [Asterisk]     [DCCP]     [Netdev]     [Xorg]     [Util Linux NG]     [Xfree86]     [Big List of Linux Books]     [Fedora Users]     [Fedora Women]     [ALSA Devel]     [Linux USB]

  Powered by Linux