Recherche avancée

Médias (1)

Mot : - Tags -/biomaping

Autres articles (53)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

Sur d’autres sites (4422)

  • doc/developer : add description about safely sending patches via E-Mail clients

    7 août 2021, par Soft Works
    doc/developer : add description about safely sending patches via E-Mail clients
    

    Signed-off-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/developer.texi
  • swscale/swscale : check SWS_PRINT_INFO flag for printing alignment warnings

    16 octobre 2021, par Soft Works
    swscale/swscale : check SWS_PRINT_INFO flag for printing alignment warnings
    

    This makes output consistent with a similar warning just few
    lines above where this flag is checked in the same way.

    Signed-off-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libswscale/swscale.c
  • libavutil/tests/md5 : Remove 'volatile workaround' to avoid warnings

    28 mai 2022, par softworkz
    libavutil/tests/md5 : Remove 'volatile workaround' to avoid warnings
    

    Those are always showing up on Patchwork when FATE tests are failing,
    covering some possibly more useful information.

    The volatile keyword was used as a workaround for an eight year old
    clang version.

    Signed-off-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavutil/tests/md5.c