Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (58)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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 (9519)

  • 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
  • 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
  • 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