Recherche avancée

Médias (91)

Autres articles (75)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Merge commit ’f758ea6e99af6ebd24bbe222898a921c222e5593’

    15 février 2014, par Michael Niedermayer
    Merge commit ’f758ea6e99af6ebd24bbe222898a921c222e5593’
    

    * commit ’f758ea6e99af6ebd24bbe222898a921c222e5593’ :
    buffersink : document special error codes returned from av_buffersink_get_frame

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

    • [DH] libavfilter/buffersink.h
  • vorbis : extract metadata from the middle of a stream

    5 février 2014, par Ben Boeckel
    vorbis : extract metadata from the middle of a stream
    

    If a special comment packet shows up in the middle of the stream, we
    should extract it out into the vorbis stream metadata dictionary.

    Also, if there is metadata in the packet on the way in, it might linger
    since we only add data to the dictionary causing stale metadata to be
    inserted into the stream. Instead, clear it to remove any doubt about
    what is new and old.

    Signed-off-by : Ben Boeckel <mathstuf@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/oggparsevorbis.c
  • lavfi/concat : accept a single segment

    21 octobre 2014, par Stefano Sabatini
    lavfi/concat : accept a single segment
    

    Simplify scripting operations, so that n=1 is not to be considered as a
    special case.

    • [DH] libavfilter/avf_concat.c