Recherche avancée

Médias (0)

Mot : - Tags -/publication

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (111)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

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

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (13248)

  • hwcontext : Add frame context mapping for nontrivial contexts

    4 mars 2017, par Mark Thompson
    hwcontext : Add frame context mapping for nontrivial contexts
    

    Some frames contexts are not usable without additional format-specific
    state in hwctx. This change adds new functions frames_derive_from and
    frames_derive_to to initialise this state appropriately when deriving
    a frames context which will require it to be set.

    (cherry picked from commit 27978155bc661eec9f22bcf82c9cfc099cff4365)

    • [DH] libavutil/hwcontext.c
    • [DH] libavutil/hwcontext_internal.h
  • mlpdec : Do not set invalid context in read_restart_header

    10 juillet 2013, par Luca Barbato
    mlpdec : Do not set invalid context in read_restart_header
    

    The faulty values rippled further down the codepath causing a
    hard-to-track segfault in the assembly code.

    Reported-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    CC : libav-stable@libav.org

    • [DBH] libavcodec/mlpdec.c
  • avcodec/ffv1enc : Fix >8bit context size

    24 septembre 2024, par Michael Niedermayer
    avcodec/ffv1enc : Fix >8bit context size
    

    Fixes : Ticket5405

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

    • [DH] libavcodec/ffv1enc.c