Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (103)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

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

Sur d’autres sites (16001)

  • avcodec/vp6 : Check initializing VP6A context

    11 février 2022, par Andreas Rheinhardt
    avcodec/vp6 : Check initializing VP6A context
    

    Reviewed-by : Peter Ross <pross@xvid.org>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vp6.c
  • aviobuf : check context before using it

    18 octobre 2014, par Vittorio Giovara
    aviobuf : check context before using it
    

    Avoid a possible null pointer dereference.

    CC : libav-stable@libav.org
    Bug-Id : CID 1135769

    • [DBH] libavformat/aviobuf.c
  • aacenc : allocate a larger buffer for the TNS LPC context

    1er septembre 2015, par Rostislav Pehlivanov
    aacenc : allocate a larger buffer for the TNS LPC context
    

    Turns out autocorrelating more than 750 coefficients at once
    will cause a segfault, despite there being enough space to
    hold an entire frame of samples into the buffer.

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

    • [DH] libavcodec/aacenc.c