Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

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

Autres articles (56)

  • 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

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

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

  • avformat/hls_sample_encryption : Always free AC3HeaderInfo on error

    31 juillet 2023, par Andreas Rheinhardt
    avformat/hls_sample_encryption : Always free AC3HeaderInfo on error
    

    The code currently presumes that a return value of AVERROR(ENOMEM)
    implies that ac3hdr could not be allocated, so it need not be freed.
    Yet any avpriv_ac3_parse_header() might allocate more than the
    AC3HeaderInfo internally (it doesn't currently), so simply free
    it unconditionally.

    Fixes Coverity issues #1492870 and #1492868.

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

    • [DH] libavformat/hls_sample_encryption.c
  • Anomalie #2702 : installe individuelle d’un plugin chez free

    12 mai 2012, par Jacques Bouthier

    message envoyé à free, pas de réponse officielle, mais il semble que tout soit bloqué et qu’il faille attendre une mise à jour de php à venir cet été pour un déblocage des appels extérieurs aux sites. Je propose de clôturer ce ticket qui est redondant avec #2701. (et garder #2701 pour se rappeler de (...)

  • avfilter/formats : free the correct pointer in ADD_FORMAT()

    21 novembre 2014, par Michael Niedermayer
    avfilter/formats : free the correct pointer in ADD_FORMAT()
    

    Also only free it when it was not previously allocated to return to the
    state prior to the failing function call

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/formats.c