Recherche avancée

Médias (91)

Autres articles (61)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

  • Gestion de la ferme

    2 mars 2010, par

    La ferme est gérée dans son ensemble par des "super admins".
    Certains réglages peuvent être fais afin de réguler les besoins des différents canaux.
    Dans un premier temps il utilise le plugin "Gestion de mutualisation"

Sur d’autres sites (5489)

  • lavc/libopenh264enc : Allow specifying the profile through AVCodecContext

    6 mai 2020, par Linjie Fu
    lavc/libopenh264enc : Allow specifying the profile through AVCodecContext
    

    And determine the profile with following priority :
    1. s->profile ; then
    2. avctx->profile ; then
    3. s->cabac ; then
    4. a default profile.

    This seems more natural in case user somehow sets both avctx->profile and
    s->profile.

    Reviewed-by : Martin Storsjö <martin@martin.st>
    Signed-off-by : Linjie Fu <linjie.fu@intel.com>

    • [DH] libavcodec/libopenh264enc.c
  • configure : Check for DXVA2_ConfigPictureDecode instead of LPDIRECT3DSURFACE9

    2 juin 2015, par Martin Storsjö
    configure : Check for DXVA2_ConfigPictureDecode instead of LPDIRECT3DSURFACE9
    

    Checking this struct is a bit more natural for this dependency.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] configure
  • w32pthreads : Mark functions in compatibility wrapper as av_unused

    14 août 2014, par Diego Biurrun
    w32pthreads : Mark functions in compatibility wrapper as av_unused
    

    This avoids annoying warnings about unused functions. The compatibility
    wrapper is designed to provide a complete (stub) API, so some functions
    being unused by some files is natural and no reason for a warning.

    • [DH] compat/w32pthreads.h