Recherche avancée

Médias (91)

Autres articles (97)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • 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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (5582)

  • vp56 : Return meaningful error codes

    13 février 2015, par Himangi Saraogi
    vp56 : Return meaningful error codes
    

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] libavcodec/vp56.c
  • mpegts : Do not try to write a PMT larger than SECTION_SIZE

    12 août 2014, par Luca Barbato
    mpegts : Do not try to write a PMT larger than SECTION_SIZE
    

    Prevent out of array writes.

    Similar to what Michael Niedermayer did to address the same issue.

    Bug-Id : CVE-2014-2263
    CC : libav-stable@libav.org

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DH] libavformat/mpegtsenc.c
  • mpegts : Do not try to write a PMT larger than SECTION_SIZE

    12 août 2014, par Luca Barbato
    mpegts : Do not try to write a PMT larger than SECTION_SIZE
    

    Prevent out of array writes.

    Similar to what Michael Niedermayer did to address the same issue.

    Bug-Id : CVE-2014-2263
    CC : libav-stable@libav.org

    Signed-off-by : Diego Biurrun <diego@biurrun.de>

    • [DBH] libavformat/mpegtsenc.c