Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (70)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • 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

Sur d’autres sites (9373)

  • Anomalie #2840 : #LESAUTEURS

    7 septembre 2012, par Paolo -

    Aië ! J’ai fait cela trop vite : c’est à dire j’ai dit ce que je pensais être la source du bug au lieu d’examiner vraiment ce qui le cause. Pardon. Fermons ce bug-ci et je vais ouvrir une autre pour mieux décrire. (Je ne trouve pas comment le fermer d’ailleurs (...)

  • Plugin Init : Utiliser un pipeline

    14 mars 2010

    Au lieu de faire un ecrire_meta pour chaque meta modifiée lors de l’initialisation, il faudrait passer par le pipeline adéquat et relancer la config (inc/config ?)

  • vf_colorspace : don’t enable passthrough if bitdepth doesn’t match.

    6 mai 2016, par Ronald S. Bultje
    vf_colorspace : don’t enable passthrough if bitdepth doesn’t match.
    

    Also check return value of av_frame_copy() in passthrough mode, so that
    if a copy fails (as it did here, because bitdepth didn’t match), the filter
    doesn’t return success, which would mean sending an uninitialized framebuffer
    further down the filtergraph.

    • [DH] libavfilter/vf_colorspace.c