Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (45)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (5374)

  • 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
  • lavd/avfoundation : Use microseconds as common timebase.

    23 septembre 2014, par Thilo Borgmann
    lavd/avfoundation : Use microseconds as common timebase.
    

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

    • [DH] libavdevice/avfoundation.m
  • 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