Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (49)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 is the first MediaSPIP stable release.
    Its official release date is June 21, 2013 and is announced here.
    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 (...)

Sur d’autres sites (8893)

  • asfdec : Use the ASF stream count when iterating

    12 janvier 2017, par John Stebbins
    asfdec : Use the ASF stream count when iterating
    

    The AVFormat stream count can be larger due external factors, such as
    an id3 tag appended.

    Avoid an out of bound read.

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

    • [DBH] libavformat/asfdec.c
  • avformat/utils : Print verbose error message if stream count exceeds max_streams

    10 décembre 2016, par Michael Niedermayer
    avformat/utils : Print verbose error message if stream count exceeds max_streams
    

    Reviewed-by : Andreas Cadhalpun <andreas.cadhalpun@googlemail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/utils.c
  • swresample/swresample : Check count before memcpy()

    10 décembre 2016, par Michael Niedermayer
    swresample/swresample : Check count before memcpy()
    

    Fixes undefined operation
    Fixes part of 668007-media

    Found-by : Matt Wolenetz <wolenetz@google.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswresample/swresample.c