Recherche avancée

Médias (0)

Mot : - Tags -/clipboard

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

Autres articles (26)

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

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5507)

  • qsv{dec,enc} : always use an internal mfxFrameSurface1

    9 août 2016, par Anton Khirnov
    qsvdec,enc : always use an internal mfxFrameSurface1
    

    For encoding, this avoids modifying the input surface, which we are not
    allowed to do.
    This will also be useful in the following commits.

    Signed-off-by : Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>

    • [DBH] libavcodec/qsv_internal.h
    • [DBH] libavcodec/qsvdec.c
    • [DBH] libavcodec/qsvenc.c
  • qsv{dec,enc} : use a struct as a memory id with internal memory allocator

    10 août 2016, par Anton Khirnov
    qsvdec,enc : use a struct as a memory id with internal memory allocator
    

    This will allow implementing the allocator more fully, which is needed
    by the HEVC encoder plugin with video memory input.

    Signed-off-by : Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>

    • [DBH] libavcodec/qsv.c
    • [DBH] libavcodec/qsv_internal.h
    • [DBH] libavcodec/qsvdec.c
    • [DBH] libavcodec/qsvenc.c
  • qsv{enc,dec} : extend the internal frame allocator

    10 août 2016, par Anton Khirnov
    qsvenc,dec : extend the internal frame allocator
    

    Handle the internal frame requests, which is required by the HEVC
    encoding plugin.

    Signed-off-by : Maxym Dmytrychenko <maxym.dmytrychenko@intel.com>

    • [DBH] libavcodec/qsv.c
    • [DBH] libavcodec/qsv_internal.h
    • [DBH] libavcodec/qsvdec.c
    • [DBH] libavcodec/qsvenc.c