Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (84)

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

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (11637)

  • avfilter/avfilter : Also deprecate variable name

    29 juillet 2023, par Andreas Rheinhardt
    avfilter/avfilter : Also deprecate variable name
    

    Otherwise the var_names and the corresponding enum will be off
    and e.g. the array holding the variable values will be too small.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/avfilter.c
  • avcodec/pthread_frame : Fix doxygen comments

    14 septembre 2023, par Andreas Rheinhardt
    avcodec/pthread_frame : Fix doxygen comments
    

    The '<' in ///< says that the comment pertains to the previous item
    on the same line as the ///<.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/pthread_frame.c
  • avcodec/mlpdec : Set AV_FRAME_FLAG_KEY explicitly

    8 mai 2024, par Andreas Rheinhardt
    avcodec/mlpdec : Set AV_FRAME_FLAG_KEY explicitly
    

    It is currently always set for all audio frames, but this is
    wrong (namely for MLP/TrueHD) and will be changed.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/mlpdec.c