Recherche avancée

Médias (91)

Autres articles (102)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (...)

Sur d’autres sites (13542)

  • rtpenc_mpegts : Free the right ->pb in the error path in the init function

    9 mars 2015, par Martin Storsjö
    rtpenc_mpegts : Free the right ->pb in the error path in the init function
    

    This fixes a typo from 8e32b1f096.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtpenc_mpegts.c
  • fftools/ffmpeg : Free print_graph option variables

    20 mai, par softworkz
    fftools/ffmpeg : Free print_graph option variables
    

    Signed-off-by : softworkz <softworkz@hotmail.com>

    • [DH] fftools/ffmpeg.c
  • mov : Free an earlier allocated array if allocating a new one

    13 janvier 2014, par Martin Storsjö
    mov : Free an earlier allocated array if allocating a new one
    

    It could probably also be considered an error if the pointer isn’t
    null at this point, but then we might risk rejecting some
    slightly broken files that we might have handled so far.

    Sample-Id : 00000496-google
    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/mov.c