Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (53)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (7742)

  • avcodec/magicyuvenc : Don't modify input frame

    22 février 2022, par Andreas Rheinhardt
    avcodec/magicyuvenc : Don't modify input frame
    

    It need not be writable at all. Instead, use temporary buffers
    for decorrelation.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/magicyuvenc.c
  • avcodec/pgxdec : Make better use of size check

    15 avril 2022, par Andreas Rheinhardt
    avcodec/pgxdec : Make better use of size check
    

    Each of the three calls to pgx_get_number() consumes at least two bytes.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/pgxdec.c
  • avformat/matroskaenc : Fix writing AV_SPHERICAL_EQUIRECTANGULAR

    20 janvier 2022, par Andreas Rheinhardt
    avformat/matroskaenc : Fix writing AV_SPHERICAL_EQUIRECTANGULAR
    

    According to the documentation, the ISOBMFF 'equi' box must
    be present for equirectangular projections.

    Reviewed-by : Hendrik Leppkes <h.leppkes@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavformat/matroskaenc.c