Recherche avancée

Médias (91)

Autres articles (33)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

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

  • Revert "configure : Enable GCC vectorization on ≥4.9 on x86"

    9 juillet 2016, par James Almer
    Revert "configure : Enable GCC vectorization on ≥4.9 on x86"
    

    This reverts commit cb8646af24bd8e9627cc5e1c62b049a00fe0b07b.

    This change has brough more issues than benefits, between compilation
    time failures depending on flags used and code miscompilation causing
    runtime crashes.

    See the "[PATCH 2/2] configure : Enable GCC vectorization on ≥4.9"
    thread in the ffmpeg-devel mailing list for the relevant discussion.

    • [DH] configure
  • lavf/matroska : add "binary" pseudo-MIME type.

    16 avril 2014, par Nicolas George
    lavf/matroska : add "binary" pseudo-MIME type.
    

    Avoid long scan and "Could not find codec parameters for stream"
    error when an attachment has this type.

    • [DH] libavformat/matroska.c
  • parseutils : accept only full "ms" suffix

    3 mars 2018, par Rostislav Pehlivanov
    parseutils : accept only full "ms" suffix
    

    The commit which added those was pushed prematurely before anyone could object
    to illogical suffixes like just m for milliseconds. Without this, we'd be locked
    into never being able to implement the "m" suffix for minutes.

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavutil/parseutils.c