Recherche avancée

Médias (1)

Mot : - Tags -/sintel

Autres articles (77)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • 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

Sur d’autres sites (7187)

  • avfilter/vf_unsharp : Free out AVFrame on error

    3 février 2017, par Michael Niedermayer
    avfilter/vf_unsharp : Free out AVFrame on error
    

    Fixes memleak
    Fixes part of CID1197065

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vf_unsharp.c
  • avcodec/av1dec : Remove redundant second free

    13 septembre 2020, par Andreas Rheinhardt
    avcodec/av1dec : Remove redundant second free
    

    The AV1 decoder has the FF_CODEC_CAP_INIT_CLEANUP flag set and yet
    the decoder's close function is called manually on some error paths.
    This is unnecessary and has been removed in this commit.

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

    • [DH] libavcodec/av1dec.c
  • avformat/http: Fix double-free on error

    20 janvier 2022, par Andreas Rheinhardt
    avformat/http: Fix double-free on error
    

    av_dict_set() with AV_DICT_DONT_STRDUP_VAL takes ownership
    of the string it is passed to as val ; this includes freeing it
    on error.

    Fixes Coverity issue #1497468.

    Reviewed-by : Eran Kornblau <eran.kornblau@kaltura.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/http.c