Recherche avancée

Médias (91)

Autres articles (31)

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

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • lavc/qsvenc : add encode support for screen content coding extension

    28 septembre 2020, par Haihao Xiang
    lavc/qsvenc : add encode support for screen content coding extension
    

    Enables HEVC Screen Content Coding extension support on ICL+ platform

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] doc/encoders.texi
    • [DH] libavcodec/qsvenc.c
    • [DH] libavcodec/qsvenc_hevc.c
  • lavfi/qsv : use QSVVPPContext as base context in vf_vpp_qsv/vf_overlay_qsv

    9 janvier 2023, par Haihao Xiang
    lavfi/qsv : use QSVVPPContext as base context in vf_vpp_qsv/vf_overlay_qsv
    

    The same members between QSVVPPContext and VPPContext are removed from
    VPPContext, and async_depth is moved from QSVVPPParam to QSVVPPContext
    so that all QSV filters using QSVVPPContext may support async depth.

    In addition, we may use QSVVPPContext as base context in other QSV
    filters in the future so that we may re-use functions defined in
    qsvvpp.c for other QSV filters.

    This commit shouldn't change the functionality of vpp_qsv / overlay_qsv.

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavfilter/qsvvpp.c
    • [DH] libavfilter/qsvvpp.h
    • [DH] libavfilter/vf_overlay_qsv.c
    • [DH] libavfilter/vf_vpp_qsv.c
  • lavfi/vf_stack_vaapi : factor out the common code for stack setting

    7 février 2023, par Haihao Xiang
    lavfi/vf_stack_vaapi : factor out the common code for stack setting
    

    The common code will be used in QSV based stack filters.

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavfilter/stack_internal.c
    • [DH] libavfilter/stack_internal.h
    • [DH] libavfilter/vf_stack_vaapi.c