Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (89)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (6814)

  • avdevice/decklink : move general code of decklink encoder to common file

    22 septembre 2014, par Deti Fliegl
    avdevice/decklink : move general code of decklink encoder to common file
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavdevice/Makefile
    • [DH] libavdevice/decklink_common.cpp
    • [DH] libavdevice/decklink_common.h
    • [DH] libavdevice/decklink_common_c.h
    • [DH] libavdevice/decklink_enc.cpp
    • [DH] libavdevice/decklink_enc.h
    • [DH] libavdevice/decklink_enc_c.c
  • vdpau : common support for managing the VdpDecoder in avcodec

    4 octobre 2014, par Rémi Denis-Courmont
    vdpau : common support for managing the VdpDecoder in avcodec
    

    Using the not so new init and uninit callbacks, avcodec can now take
    care of creating and destroying the VDPAU decoder instance.

    The application is still responsible for creating the VDPAU device
    and allocating video surfaces - this is necessary to keep video
    surfaces on the GPU all the way to the output. But the application
    will no longer needs to care about any codec-specific aspects.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/vdpau.c
    • [DBH] libavcodec/vdpau_internal.h
  • vdpau : factor out common end-of-frame handling

    4 octobre 2014, par Rémi Denis-Courmont
    vdpau : factor out common end-of-frame handling
    

    Also add error handling.

    Signed-off-by : Anton Khirnov <anton@khirnov.net>

    • [DBH] libavcodec/vdpau.c
    • [DBH] libavcodec/vdpau_h264.c
    • [DBH] libavcodec/vdpau_internal.h