Recherche avancée

Médias (91)

Autres articles (91)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • Merge commit ’a7a17e3f1915ce69b787dc58c5d8dba0910fc0a4’

    9 août 2014, par Michael Niedermayer
    Merge commit ’a7a17e3f1915ce69b787dc58c5d8dba0910fc0a4’
    

    * commit ’a7a17e3f1915ce69b787dc58c5d8dba0910fc0a4’ :
    hevc_filter : move some conditions out of loops

    Conflicts :
    libavcodec/hevc_filter.c

    This is possibly less readable than the variant used before.
    Thus please take a look and if people agree its worse, dont
    hesitate to revert.

    See : 83976e40e89655162e5394cf8915d9b6d89702d9
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/hevc_filter.c
  • x86 : h264_qpel : Simplify an #if conditional

    26 mars 2014, par Diego Biurrun
    x86 : h264_qpel : Simplify an #if conditional
    

    The extra conditions are covered by previous #ifs and conditional compilation.

    • [DBH] libavcodec/x86/h264_qpel.c
  • avcodec/tdsc : use ff_codec_open2_recursive()

    13 mars 2015, par Michael Niedermayer
    avcodec/tdsc : use ff_codec_open2_recursive()
    

    Fixes assertion failure and race conditions

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/tdsc.c