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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • avutil/pixfmt : Clarify the meaning of the alpha bits in rgb444 and similar formats

    6 février 2015, par Michael Niedermayer
    avutil/pixfmt : Clarify the meaning of the alpha bits in rgb444 and similar formats
    

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/pixfmt.h
  • proresenc_kostya : properly account for alpha

    11 août 2014, par Christophe Gisquet
    proresenc_kostya : properly account for alpha
    

    The packet buffer allocation considered as dct-coded, while it is
    actually run-coded and thus requires a larger buffer.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/proresenc_kostya.c
  • proresenc : Properly account for alpha plane

    18 août 2014, par Christophe Gisquet
    proresenc : Properly account for alpha plane
    

    The packet buffer allocation considers the alpha channel as DCT-coded,
    while it is actually run-coded and thus requires a larger buffer.

    CC : libav-stable@libav.org

    Signed-off-by : Diego Biurrun <diego@biurrun.de>
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/proresenc.c