Recherche avancée

Médias (91)

Autres articles (111)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

Sur d’autres sites (10555)

  • lavc/ffv1dec : move the bitreader to stack

    8 juillet 2024, par Anton Khirnov
    lavc/ffv1dec : move the bitreader to stack
    

    There is no reason to place it in persistent state.

    • [DH] libavcodec/ffv1.h
    • [DH] libavcodec/ffv1dec.c
    • [DH] libavcodec/ffv1dec_template.c
  • avutil/executor : Fix stack overflow due to recursive call

    8 juillet 2024, par Zhao Zhili
    avutil/executor : Fix stack overflow due to recursive call
    

    av_executor_execute run the task directly when thread is disabled.
    The task can schedule a new task by call av_executor_execute. This
    forms an implicit recursive call. This patch removed the recursive
    call.

    • [DH] libavutil/executor.c
  • lavfi/perlin : Fix out of bounds stack buffer write

    2 juillet 2024, par Marvin Scholz
    lavfi/perlin : Fix out of bounds stack buffer write
    

    An incorrect calculation in ff_perlin_init causes a write to the
    stack array at index 256, which is out of bounds.

    Fixes : CID1608711
    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/perlin.c