Recherche avancée

Médias (91)

Autres articles (34)

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

  • lavc/vaapi_encode : Don't return error if the underlying driver doesn't support B...

    6 février 2018, par Haihao Xiang
    lavc/vaapi_encode : Don't return error if the underlying driver doesn't support B frames
    

    The underlying driver need not support B frames - since they are enabled
    by default for some codecs, it is better to disable them rather than
    returning an error in this case. This makes the default settings usable
    for low-power encoding on Intel platforms.

    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/vaapi_encode.c
  • libavcodec/qsvenc : Change the parameter log to be thread safe

    8 juillet 2022, par Wenbin Chen
    libavcodec/qsvenc : Change the parameter log to be thread safe
    

    Dividing one line log into several av_log() call is not thread safe. Now
    merge these strings into one av_log() call.

    Signed-off-by : Wenbin Chen <wenbin.chen@intel.com>
    Signed-off-by : Haihao Xiang <haihao.xiang@intel.com>

    • [DH] libavcodec/qsvenc.c
  • lavu/hwcontext_qsv : add support for 10bit 4:4:4 content on Linux

    6 octobre 2022, par Haihao Xiang
    lavu/hwcontext_qsv : add support for 10bit 4:4:4 content on Linux
    

    XV30 is used for 10bit 4:4:4 content in FFmpeg VAAPI, so XV30 should be
    used for 10bit 4:4:4 content in FFmpeg QSV too because QSV is based on
    VAAPI on Linux. However the SDK only declares support for Y410 but does
    nothing with the alpha in Y410, so this commit fudged a mapping between
    AV_PIX_FMT_XV30 and MFX_FOURCC_Y410.

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

    • [DH] libavutil/hwcontext_qsv.c