Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (65)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (9312)

  • avconv_hw : Free device on initialisation failure

    16 juin 2017, par Mark Thompson
    avconv_hw : Free device on initialisation failure
    

    Fixes CID 1412852.

    (cherry picked from commit c2b0bea40f1fd4399ff6184a2df4f397c0f4b3ab)

    • [DH] ffmpeg_hw.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
  • 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