Recherche avancée

Médias (1)

Mot : - Tags -/ogg

Autres articles (97)

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (12064)

  • cmdutils_opencl : Fix read of uinitialized cl_mem

    17 avril 2017, par Michael Niedermayer
    cmdutils_opencl : Fix read of uinitialized cl_mem
    

    Fixes CID1396856, CID1396860, CID1396861

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] cmdutils_opencl.c
  • omx : Add support for specifying H.264 profile [v5’]

    3 mars 2017, par Takayuki 'January June' Suwa
    omx : Add support for specifying H.264 profile [v5’]
    

    This adds "-profile[:v] profile_name"-style option.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/omx.c
  • avcodec/dxv : Subtract 12 earlier in dxv_decompress_cocg()

    24 septembre 2019, par Michael Niedermayer
    avcodec/dxv : Subtract 12 earlier in dxv_decompress_cocg()
    

    the data_start is after reading 12 bytes and if its subtracted
    at the very end the intermediate might overflow

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/dxv.c