Recherche avancée

Médias (0)

Mot : - Tags -/objet éditorial

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

Autres articles (75)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • 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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (14776)

  • fate/imf : Rename IMF fate-target

    24 juillet 2022, par Andreas Rheinhardt
    fate/imf : Rename IMF fate-target
    

    It conflicts with the name of the test using the testtool
    in libavformat.mak.

    Fixes ticket #9841.

    Reviewed-by : Pierre-Anthony Lemieux <pal@sandflow.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] tests/fate/imf.mak
  • avcodec/vlc : Make assert check more strict

    3 octobre 2021, par Andreas Rheinhardt
    avcodec/vlc : Make assert check more strict
    

    The earlier code allowed callers to use arbitrary values as
    symbols_size as long as no symbols were present.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/vlc.c
  • avformat/http: include version.h

    25 juin 2022, par James Almer
    avformat/http: include version.h
    

    This is needed to get LIBAVFORMAT_VERSION, used as part of the user agent.
    Fixes a recent regression.

    Reviewed-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/http.c