Recherche avancée

Médias (0)

Mot : - Tags -/alertes

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

Autres articles (97)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (9437)

  • avfilter/internal : Add AVFILTER_DEFINE_CLASS_EXT

    10 septembre 2021, par Andreas Rheinhardt
    avfilter/internal : Add AVFILTER_DEFINE_CLASS_EXT
    

    This macro will allow to share options between AVClasses without
    having to redefine the option name (as is currently done) and will
    also allow to share the AVClasses itself (which is possible now
    that AVClass.child_class_next is gone).

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/internal.h
  • avutil/hwcontext_vdpau : Don't use AVHWFramesInternal.priv

    11 février 2024, par Andreas Rheinhardt
    avutil/hwcontext_vdpau : Don't use AVHWFramesInternal.priv
    

    Use AVHWFramesContext.hwctx instead.
    This simplifies access to VDPAUFramesContext as one no longer has
    to go through AVHWFramesInternal.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavutil/hwcontext_vdpau.c
  • avcodec/mpeg12enc : Combine put_bits()

    17 mai, par Andreas Rheinhardt
    avcodec/mpeg12enc : Combine put_bits()
    

    This is a 16bit field in the spec, so using a single
    put_bits() to write it is more natural.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpeg12enc.c