Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (107)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (10744)

  • avfilter/af_volume : Don't free options manually

    5 mai 2024, par Andreas Rheinhardt
    avfilter/af_volume : Don't free options manually
    

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

    • [DH] libavfilter/af_volume.c
  • avformat/rtsp : Don't free uninitialized AVBPrint

    20 avril 2020, par Andreas Rheinhardt
    avformat/rtsp : Don't free uninitialized AVBPrint
    

    Fixes Coverity ID 1462307.

    Reviewed-by : Marton Balint <cus@passwd.hu>
    Reviewed-by : Ross Nicholson <phunkyfish@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavformat/rtsp.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