Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (42)

  • 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

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (4343)

  • avcodec/extract_extradata : Consolidate zeroing extradata padding

    7 septembre 2020, par Andreas Rheinhardt
    avcodec/extract_extradata : Consolidate zeroing extradata padding
    

    Reviewed-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/extract_extradata_bsf.c
  • avcodec/utvideodec : Factor multiply out of inner loop

    27 juin 2017, par Michael Niedermayer
    avcodec/utvideodec : Factor multiply out of inner loop
    

    0.5% faster loop

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/utvideodec.c
  • avfilter/af_headphone : Only keep one AVFrame at a time

    26 août 2020, par Andreas Rheinhardt
    avfilter/af_headphone : Only keep one AVFrame at a time
    

    Despite the headphone filter only using one AVFrame at a time, it kept
    an array each of whose entries contained a pointer to an AVFrame at all
    times ; the pointers were mostly NULL. This commit instead replaces them
    by using a single pointer to an AVFrame on the stack of the only
    function that actually uses them.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavfilter/af_headphone.c