Recherche avancée

Médias (0)

Mot : - Tags -/protocoles

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

Autres articles (98)

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

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

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (12066)

  • avcodec/fft : Use av_mallocz to avoid invalid free/uninit

    12 novembre 2023, par Sebastian Ramacher
    avcodec/fft : Use av_mallocz to avoid invalid free/uninit
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/avfft.c
  • avconv_vaapi : fix double-free with some unsupported streams

    9 mai 2016, par Mark Thompson
    avconv_vaapi : fix double-free with some unsupported streams
    

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] avconv_vaapi.c
  • matroskadec : Fix read-after-free in matroska_read_seek()

    6 novembre 2014, par Xiaohan Wang
    matroskadec : Fix read-after-free in matroska_read_seek()
    

    In matroska_read_seek(), |tracks| is assigned at the begining of the
    function. However, functions like matroska_parse_cues() could reallocate
    the tracks and invalidate |tracks|.

    This assigns |tracks| only before using it, so that it will not get
    invalidated elsewhere.

    Bug-Id : chromium/427266

    • [DBH] libavformat/matroskadec.c