Recherche avancée

Médias (91)

Autres articles (77)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

Sur d’autres sites (5968)

  • pngdec : return correct error code from decode_frame_common

    3 mai 2015, par Andreas Cadhalpun
    pngdec : return correct error code from decode_frame_common
    

    During the loop ret can get changed. Since it is not set on all failure
    paths, decode_frame_common can return 0 even though an error occurred.

    Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/pngdec.c
  • avcodec/h263dec : Return the correct error code in explode mode

    15 décembre 2016, par Michael Niedermayer
    avcodec/h263dec : Return the correct error code in explode mode
    

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/h263dec.c
  • h2645_parse : only read avc length code at the correct position

    7 juillet 2016, par Hendrik Leppkes
    h2645_parse : only read avc length code at the correct position
    

    Reading it from any other position would result in a wrong size being
    read, instead fallback to the re-sync mechanic in the else clause.

    • [DH] libavcodec/h2645_parse.c