Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (66)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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" (...)

Sur d’autres sites (13148)

  • avformat/mov : remove redundant assignment

    16 novembre 2015, par Ganesh Ajjanagadde
    avformat/mov : remove redundant assignment
    

    This is possibly undefined behavior based on sequence point rules, but I
    have not studied the spec at that level of detail.

    Fixes : CID 1338321.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavformat/mov.c
  • avutil/wchar_filename : add av_warn_unused_result

    16 octobre 2015, par Ganesh Ajjanagadde
    avutil/wchar_filename : add av_warn_unused_result
    

    Current code is fine, this just adds robustness.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavutil/wchar_filename.h
  • avcodec/snowenc : use log2 instead of log() / log(2...)

    29 octobre 2015, par Ganesh Ajjanagadde
    avcodec/snowenc : use log2 instead of log() / log(2...)
    

    This is likely more precise and conveys the intent better.
    The expression has also been accordingly simplified.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : Ganesh Ajjanagadde <gajjanagadde@gmail.com>

    • [DH] libavcodec/snowenc.c