Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (110)

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

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (15774)

  • lavc/qsvenc : Fix the memory leak for enc_ctrl.Payload

    15 avril 2019, par Linjie Fu
    lavc/qsvenc : Fix the memory leak for enc_ctrl.Payload
    

    frame->enc_ctrl.Payload is malloced in get_free_frame, directly memset
    the whole structure of enc_ctrl to zero will cause the memory leak for
    enc_ctrl.Payload.

    frame->enc_ctrl as a structure will be malloc and init to zero by calling
    frame = av_mallocz(sizeof(*frame)), so the memset is redundant and can
    be removed.

    Signed-off-by : Linjie Fu <linjie.fu@intel.com>
    Signed-off-by : Zhong Li <zhong.li@intel.com>

    • [DH] libavcodec/qsvenc.c
  • avcodec/mpegvideo_enc : fix memory leak

    25 septembre 2016, par Timo Rothenpieler
    avcodec/mpegvideo_enc : fix memory leak
    

    When the input frames contain side data, it will accumulate endlessly in
    the coded frame, as av_frame_copy_props will append any new side data.

    Fixes ticket #5799.

    • [DH] libavcodec/mpegvideo_enc.c
  • avformat/mxfdec : Fix leak on error

    12 mars 2021, par Andreas Rheinhardt
    avformat/mxfdec : Fix leak on error
    

    It was introduced in d3d9b1fc8e2dfc8b4d66c9916ab7221062ff4660 ;
    Fixes Coverity issue #733800.

    Reviewed-by : Tomas Härdin <tjoppen@acc.umu.se>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/mxfdec.c