Recherche avancée

Médias (1)

Mot : - Tags -/belgique

Autres articles (95)

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

  • fftools/ffmpeg_mux_init : Free pts on error

    27 avril 2024, par Michael Niedermayer
    fftools/ffmpeg_mux_init : Free pts on error
    

    Fixes : CID1538863 Resource leak

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] fftools/ffmpeg_mux_init.c
  • wmavoice : free frame before ff_get_buffer

    11 novembre 2017, par Timo Rothenpieler
    wmavoice : free frame before ff_get_buffer
    

    synth_superframe can be called twice per call to decode_packet.
    It is not fully clear if calling ff_get_buffer on the same frame twice
    is supported, so unref the frame first to be save.

    • [DH] libavcodec/wmavoice.c
  • lavf/sr : fix the segmentation fault caused by incorrect input frame free.

    27 juin 2022, par Ting Fu
    lavf/sr : fix the segmentation fault caused by incorrect input frame free.
    

    This issue would cause segmetaion fault when running srcnn model with
    sr filter by TensorFlow backend. This filter would free the frame incorectly.

    Signed-off-by : Ting Fu <ting.fu@intel.com>

    • [DH] libavfilter/vf_sr.c