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

  • libavformat/asfdec : Use predefined constants

    30 septembre 2021, par Soft Works
    libavformat/asfdec : Use predefined constants
    

    Signed-off-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/asfdec_f.c
  • libavformat/asfdec : Add braces to define

    30 septembre 2021, par Soft Works
    libavformat/asfdec : Add braces to define
    

    Signed-off-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/asfdec_f.c
  • avcodec/dvdsubdec : fix incorrect yellow appearance of dvd subtitles

    4 janvier 2022, par softworkz
    avcodec/dvdsubdec : fix incorrect yellow appearance of dvd subtitles
    

    The guess_palette() implementation is questionable in itself
    as its results don't match those from other DVD subtitle decoders.

    This commit starts cleanup by fixing an obvious bug which has made
    certain DVD subs appear yellow instead of white or grey for more than
    10 years..

    Signed-off-by : softworkz <softworkz@hotmail.com>
    Signed-off-by : rcombs <rcombs@rcombs.me>

    • [DH] libavcodec/dvdsubdec.c