Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (32)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (5368)

  • avcodec/sgidec : Avoid redundant private context

    29 septembre 2022, par Andreas Rheinhardt
    avcodec/sgidec : Avoid redundant private context
    

    SGI is intra-frame only ; the decoder therefore does not
    maintain any state between frames, so remove
    the private context.

    Also rename depth to nb_components.

    Reviewed-by : Tomas Härdin <git@haerdin.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/sgidec.c
  • vf_deinterlace_vaapi : Create filter buffer after context

    9 février 2017, par Mark Thompson
    vf_deinterlace_vaapi : Create filter buffer after context
    

    The Intel proprietary VAAPI driver enforces the restriction that a
    buffer must be created inside an existing context, so just ensure
    this is always true.

    • [DBH] libavfilter/vf_deinterlace_vaapi.c
  • avformat/hdsenc : Pass flags to child context

    11 avril 2016, par Michael Niedermayer
    avformat/hdsenc : Pass flags to child context
    

    This is needed as the bitexact flag is not in the codecpar context, and thus not copied

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/hdsenc.c