Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (49)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

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

  • lavfi/aevalsrc : do not free AVOption variables in uninit()

    10 juillet 2013, par Paul B Mahol
    lavfi/aevalsrc : do not free AVOption variables in uninit()
    

    The generic code frees them already.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavfilter/asrc_aevalsrc.c
  • avcodec/ra144enc : Don't free unnecessarily

    12 septembre 2020, par Andreas Rheinhardt
    avcodec/ra144enc : Don't free unnecessarily
    

    The init function of the real_144 encoder calls its own close function
    if a call to ff_lpc_init() fails ; yet nothing has been allocated before
    that point and ff_lpc_init() can be expected to clean up after itself on
    error (the documentation does not say anything to the contrary and the
    current implementation can only fail if the only allocation fails, so
    there is nothing to clean up on error anyway), so this is unnecessary.

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

    • [DH] libavcodec/ra144enc.c
  • avfilter/af_lv2 : Free inpad's name generically

    11 août 2021, par Andreas Rheinhardt
    avfilter/af_lv2 : Free inpad's name generically
    

    Reviewed-by : Nicolas George <george@nsup.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavfilter/af_lv2.c