Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (68)

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

  • Remove pending Flash deactivation check after destroy

    28 octobre 2014, par bundyo
    Remove pending Flash deactivation check after destroy
    

    Closes #505

  • avcodec/mpegvideo : Partially check for being encoder at compile-time

    23 décembre 2021, par Andreas Rheinhardt
    avcodec/mpegvideo : Partially check for being encoder at compile-time
    

    Whether lowres is in use or not is inlined in
    mpv_reconstruct_mb_internal(), so one can use the fact
    that lowres is always zero during encoding to evaluate
    the checks for whether one is encoding or not at compile-time
    when one is in lowres mode.
    Also reorder the main check to check for whether it is an encoder
    first to shortcircuit it in the common case of a decoder.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mpegvideo.c
  • Revision a62c87fb04 : Add empty pointer check to pred buffering in rtc coding mode This commit adds a

    17 novembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_pickmode.c



    Add empty pointer check to pred buffering in rtc coding mode

    This commit adds a check condition to the prediction buffering
    operation used in the rtc coding mode. This resolves a unit test
    warning in example/vpx_tsvc_encoder_vp9_mode_7.

    Change-Id : I9fd50d5956948b73b53bd8fc5a16ee66aff61995