Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (41)

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
    A quoi sert ce plugin
    Création de masques de formulaires
    Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
    Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (6515)

  • lavc : vdpau : Add support for new hw_frames_ctx and hw_device_ctx API

    4 mars 2017, par wm4
    lavc : vdpau : Add support for new hw_frames_ctx and hw_device_ctx API
    

    This supports retrieving the device from a provided hw_frames_ctx, and
    automatically creating a hw_frames_ctx if hw_device_ctx is set.

    The old API is not deprecated yet. The user can still use
    av_vdpau_bind_context() (with or without setting hw_frames_ctx), or use
    the API before that by allocating and setting hwaccel_context manually.

    Cherry-picked from Libav commit 1a7ddba5.
    (Adds missing APIchanges entry to the Libav version.)

    Reviewed-by : Mark Thompson <sw@jkqxz.net>

    • [DH] doc/APIchanges
    • [DH] libavcodec/vdpau.c
    • [DH] libavcodec/vdpau_internal.h
    • [DH] libavcodec/version.h
  • Place attribute_deprecated in the right position for struct declarations

    22 février 2017, par Diego Biurrun
    Place attribute_deprecated in the right position for struct declarations
    

    libavcodec/vaapi.h:58:1 : warning : attribute ’deprecated’ is ignored, place it after "struct" to apply attribute to type declaration [-Wignored-attributes]

    (cherry picked from commit ed6a891c364f8b0850b557d9578b8920cc15a937)
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/vaapi.h
  • vaapi : Implement device-only setup

    11 février 2017, par Mark Thompson
    vaapi : Implement device-only setup
    

    In this case, the user only supplies a device and the frame context
    is allocated internally by lavc.

    (cherry picked from commit 5dd9a4b88b287bf8c93520afda7becb1ad0d1894)

    • [DH] libavcodec/vaapi_decode.c
    • [DH] libavcodec/vaapi_decode.h
    • [DH] libavcodec/version.h