Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (64)

  • Encodage et transformation en formats lisibles sur Internet

    10 avril 2011

    MediaSPIP transforme et ré-encode les documents mis en ligne afin de les rendre lisibles sur Internet et automatiquement utilisables sans intervention du créateur de contenu.
    Les vidéos sont automatiquement encodées dans les formats supportés par HTML5 : MP4, Ogv et WebM. La version "MP4" est également utilisée pour le lecteur flash de secours nécessaire aux anciens navigateurs.
    Les documents audios sont également ré-encodés dans les deux formats utilisables par HTML5 :MP3 et Ogg. La version "MP3" (...)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (10571)

  • lavc/hevc_ps : fix variable signedness in ff_hevc_decode_short_term_rps()

    10 avril 2024, par Anton Khirnov
    lavc/hevc_ps : fix variable signedness in ff_hevc_decode_short_term_rps()
    

    It is actually supposed to go negative in the loop over num_negative
    pics, but underflow does not break anything as the result is then
    assigned to a signed int.

    • [DH] libavcodec/hevc_ps.c
  • delogo : Fix function description

    19 juin 2013, par Jean Delvare
    delogo : Fix function description
    

    The algorithm works on src and writes to dst, not the other way
    around.

    Signed-off-by : Jean Delvare <khali@linux-fr.org>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavfilter/vf_delogo.c
  • mxf : Do not use int to check the seek position

    7 janvier 2014, par Luca Barbato
    mxf : Do not use int to check the seek position
    

    Overly large files are to be expected.

    Reported-by : Jean-Baptiste Kempf <jb@videolan.org>

    • [DH] libavformat/mxfdec.c