Advanced search

Medias (1)

Tag: - Tags -/Rennes

Other articles (76)

  • Les tâches Cron régulières de la ferme

    1 December 2010, by

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • Contribute to translation

    13 April 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • MediaSPIP 0.1 Beta version

    25 April 2011, by

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

On other websites (10462)

  • lavu/hwcontext_vaapi: Use vaMapBuffer2 for mapping image buffers

    27 October 2023, by David Rosca
    lavu/hwcontext_vaapi: Use vaMapBuffer2 for mapping image buffers
    

    This allows some optimizations in driver, such as not having to read
    back the data if write-only mapping is requested.

    • [DH] libavutil/hwcontext_vaapi.c
  • vaapi_encode: Let the reconstructed frame pool be sized dynamically

    20 December 2018, by Mark Thompson
    vaapi_encode: Let the reconstructed frame pool be sized dynamically
    

    No supported encode driver requires the pool to be fixed-size, so just
    remove this constraint.

    • [DH] libavcodec/vaapi_encode.c
  • hwcontext_vaapi: Improve logging around quirk detection

    19 September 2018, by Mark Thompson
    hwcontext_vaapi: Improve logging around quirk detection
    

    Clarify that the list is the naughty list, and therefore being on it is
    not desirable. The i965 driver does not need to be on the list after
    version 2.0 (when the standard parameter buffer rendering behaviour was
    changed).

    • [DH] libavutil/hwcontext_vaapi.c