Recherche avancée

Médias (0)

Mot : - Tags -/interaction

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (105)

Sur d’autres sites (11376)

  • Revision 3978 : Pouvoir avoir un logo de template dans l’espace privé ... Dans l’espace ...

    20 septembre 2010, par kent1 — Log

    Pouvoir avoir un logo de template dans l’espace privé ... Dans l’espace public, on utilisera ajaxforms

  • Evolution #3618 (Fermé) : Préciser les dimensions de l’image du logo SPIP

    12 décembre 2015, par b b

    Et hop : http://zone.spip.org/trac/spip-zone/changeset/93593

    Merci pour le signalement :)

  • avdevice/dshow : select format with extended color info

    21 décembre 2021, par Diederick Niehorster
    avdevice/dshow : select format with extended color info
    

    Some DirectShow devices (Logitech C920 webcam) expose each DirectShow
    format they support twice, once without and once with extended color
    information. During format selection, both match, this patch ensures
    that the format with extended color information is selected if it is
    available, else it falls back to a matching format without such
    information. This also necessitated a new code path taken for default
    formats of a device (when user didn't request any specific video size,
    etc), because the default format may be one without extended color
    information when a twin with extended color information is also
    available. Getting the extended color information when available is
    important as it allows setting the color space, range, primaries,
    transfer characteristics and chroma location of the stream provided by
    dshow, enabling users to get more correct color automatically out of
    their device.

    Closes : #9271

    Signed-off-by : Diederick Niehorster <dcnieho@gmail.com>
    Reviewed-by : Roger Pack <rogerdpack2@gmail.com>

    • [DH] libavdevice/dshow.c