Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (97)

  • Les sons

    15 mai 2013, par
  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

Sur d’autres sites (9296)

  • 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
  • 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
  • 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